add support for Intel 82562ET 10/100 interface

看板DFBSD_submit作者時間21年前 (2004/12/24 19:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/2 (看更多)
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@xsguard.com Web http://www.xsguard.com/
文章代碼(AID): #11o_Rp00 (DFBSD_submit)
文章代碼(AID): #11o_Rp00 (DFBSD_submit)