[PATCH] Intel Pro 10/100B/100+ Ethernet seems to work well.
Karel Gardas
kgardas at objectsecurity.com
Thu Jul 14 21:02:43 UTC 2005
Hello,
Intel Pro 10/100B/100+ Ethernet identified as
``PCI IDs: 0x8086 0x1229 0x8086 0x2205 0xC''
in netdemo, seems to work well -- tested only in netdemo on IBM ThinkPad
T22 with the builtin NIC. Attached patch marks this card as tested. The
patch is against CVS trunk sources as of today.
Cheers,
Karel
--
Karel Gardas kgardas at objectsecurity.com
ObjectSecurity Ltd. http://www.objectsecurity.com
-------------- next part --------------
Index: ./c/src/libchip/network/if_fxp.c
===================================================================
RCS file: /usr1/CVS/rtems/c/src/libchip/network/if_fxp.c,v
retrieving revision 1.15
diff -u -r1.15 if_fxp.c
--- ./c/src/libchip/network/if_fxp.c 17 May 2005 15:15:07 -0000 1.15
+++ ./c/src/libchip/network/if_fxp.c 14 Jul 2005 20:56:35 -0000
@@ -195,7 +195,7 @@
* them.
*/
static struct fxp_ident fxp_ident_table[] = {
- { 0x1229, "Intel Pro 10/100B/100+ Ethernet", UNTESTED },
+ { 0x1229, "Intel Pro 10/100B/100+ Ethernet", 0 },
{ 0x2449, "Intel Pro/100 Ethernet", UNTESTED },
{ 0x1209, "Intel Embedded 10/100 Ethernet", 0 },
{ 0x1029, "Intel Pro/100 Ethernet", UNTESTED },
More information about the users
mailing list