diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | linux/src/drivers/net/ne.c | 1 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-04-24 Michael Casadevall <sonicmctails@gmail.com> + + * linux/src/drivers/net/ne.c (bad_clone_list): Add the RealTek 8029 PCI + card's signature. + <http://lists.gnu.org/archive/html/bug-hurd/2007-04/msg00039.html> + 2007-04-24 Thomas Schwinge <tschwinge@gnu.org> * ipc/ipc_port.h: Include <ipc/ipc_space.h>. diff --git a/linux/src/drivers/net/ne.c b/linux/src/drivers/net/ne.c index ed2efbb..825b768 100644 --- a/linux/src/drivers/net/ne.c +++ b/linux/src/drivers/net/ne.c @@ -97,6 +97,7 @@ bad_clone_list[] = { {"ET-100","ET-200", {0x00, 0x45, 0x54}}, /* YANG and YA clone */ {"COMPEX","COMPEX16",{0x00,0x80,0x48}}, /* Broken ISA Compex cards */ {"E-LAN100", "E-LAN200", {0x00, 0x00, 0x5d}}, /* Broken ne1000 clones */ + {"RealTek 8029", "RealTek 8029", {0x00, 0x3e, 0x4d}}, /* RealTek PCI cards */ {0,} }; #endif |