diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-04-24 18:14:33 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:07 +0200 |
commit | 8a71450242dcfd4f4853e30b6847ac6e8cbcf3e0 (patch) | |
tree | ba4a22d990258a0a693328ae78d69939d8b2a1fd | |
parent | 01ab23c3ad9c0cd86f565acd09718e1cec2baad5 (diff) |
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>
-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 |