| Submitter | Nobuhiro Iwamatsu |
|---|---|
| Date | Oct. 26, 2010, 11:32 a.m. |
| Message ID | <1288092720-7421-1-git-send-email-iwamatsu@nigauri.org> |
| Download | mbox | patch |
| Permalink | /patch/71935/ |
| State | Accepted |
| Commit | 327f55c6da12812050db491df708605fb4a13ed9 |
| Delegated to: | Wolfgang Denk |
| Headers | show |
Comments
Dear Wolfgang Denk. Please apply this patch. Best regards, Nobuhiro 2010/10/26 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>: > Add infomation of RTL-8016AS to hw_info. > > Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> > CC: Ben Warren <biggerbadderben@gmail.com> > --- > drivers/net/ne2000.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/drivers/net/ne2000.c b/drivers/net/ne2000.c > index ab5eec7..7a85314 100644 > --- a/drivers/net/ne2000.c > +++ b/drivers/net/ne2000.c > @@ -164,7 +164,8 @@ static hw_info_t hw_info[] = { > { /* Volktek NPL-402CT */ 0x0060, 0x00, 0x40, 0x05, 0 }, > { /* NEC PC-9801N-J12 */ 0x0ff0, 0x00, 0x00, 0x4c, 0 }, > { /* PCMCIA Technology OEM */ 0x01c8, 0x00, 0xa0, 0x0c, 0 }, > - { /* Qemu */ 0x0, 0x52, 0x54, 0x00, 0 } > + { /* Qemu */ 0x0, 0x52, 0x54, 0x00, 0 }, > + { /* RTL8019AS */ 0x0, 0x0, 0x18, 0x5f, 0 } > }; > > #define NR_INFO (sizeof(hw_info)/sizeof(hw_info_t)) > -- > 1.7.2.3 > >
Dear Nobuhiro Iwamatsu, In message <1288092720-7421-1-git-send-email-iwamatsu@nigauri.org> you wrote: > Add infomation of RTL-8016AS to hw_info. > > Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> > CC: Ben Warren <biggerbadderben@gmail.com> > --- > drivers/net/ne2000.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) Applied, thanks. Best regards, Wolfgang Denk
Patch
diff --git a/drivers/net/ne2000.c b/drivers/net/ne2000.c index ab5eec7..7a85314 100644 --- a/drivers/net/ne2000.c +++ b/drivers/net/ne2000.c @@ -164,7 +164,8 @@ static hw_info_t hw_info[] = { { /* Volktek NPL-402CT */ 0x0060, 0x00, 0x40, 0x05, 0 }, { /* NEC PC-9801N-J12 */ 0x0ff0, 0x00, 0x00, 0x4c, 0 }, { /* PCMCIA Technology OEM */ 0x01c8, 0x00, 0xa0, 0x0c, 0 }, - { /* Qemu */ 0x0, 0x52, 0x54, 0x00, 0 } + { /* Qemu */ 0x0, 0x52, 0x54, 0x00, 0 }, + { /* RTL8019AS */ 0x0, 0x0, 0x18, 0x5f, 0 } }; #define NR_INFO (sizeof(hw_info)/sizeof(hw_info_t))
Add infomation of RTL-8016AS to hw_info. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> CC: Ben Warren <biggerbadderben@gmail.com> --- drivers/net/ne2000.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)