projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67fb062
)
net: ne2000: Add spport RTL-8019AS
author
Nobuhiro Iwamatsu
<iwamatsu@nigauri.org>
Tue, 26 Oct 2010 11:32:00 +0000
(20:32 +0900)
committer
Wolfgang Denk
<wd@denx.de>
Tue, 15 Feb 2011 20:55:41 +0000
(21:55 +0100)
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
patch
|
blob
|
history
diff --git
a/drivers/net/ne2000.c
b/drivers/net/ne2000.c
index ab5eec7727b4720457587691d1944ab4cb48efca..7a85314eb9bc93b9124d04959255a521a0f46b4a 100644
(file)
--- 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))