add support for Intel 82562ET 10/100 interface

Kristian Vlaardingerbroek kristian at xsguard.com
Fri Dec 24 02:37:21 PST 2004


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 at xxxxxxxxxxx
Web  http://www.xsguard.com/





More information about the Submit mailing list