DragonFly BSD
DragonFly submit List (threaded) for 2004-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

add support for Intel 82562ET 10/100 interface


From: Kristian Vlaardingerbroek <kristian@xxxxxxxxxxx>
Date: Fri, 24 Dec 2004 11:37:10 +0100

This adds the chip id of the Intel 10/100 interface that you get with the ICH5 chipset.

Index: if_fxp.c
===================================================================
RCS file: /home/dcvs/src/sys/dev/netif/fxp/if_fxp.c,v
retrieving revision 1.17
diff -u -r1.17 if_fxp.c
--- if_fxp.c 17 Sep 2004 09:51:12 -0000 1.17
+++ if_fxp.c 24 Dec 2004 11:24:36 -0000
@@ -164,6 +164,7 @@
{ 0x103D, -1, "Intel 82801DB (ICH4) Pro/100 VE Ethernet" },
{ 0x103E, -1, "Intel 82801DB (ICH4) Pro/100 VM Ethernet" },
{ 0x1050, -1, "Intel 82801BA (D865) Pro/100 VE Ethernet" },
+ { 0x1051, -1, "Intel 82562ET (ICH5/ICH5R) Pro/100 VE Ethernet" },
{ 0x1059, -1, "Intel 82551QM Pro/100 M Mobile Connection" },
{ 0x1209, -1, "Intel 82559ER Embedded 10/100 Ethernet" },
{ 0x1229, 0x01, "Intel 82557 Pro/100 Ethernet" },


--
Kristian Vlaardingerbroek
XSGuard Systems
Tel  +31(0)70 30 20 10 4
Fax  +31(0)70 30 20 10 6
Email  kristian@xxxxxxxxxxx
Web  http://www.xsguard.com/




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]