FXP: support for 8086/1064 (reported and tested by Jose Luis Sanchez)

This commit is contained in:
David van Moolenbroek 2009-08-30 16:13:46 +00:00
parent a57fbb11cd
commit 7e9e0ce9bc
3 changed files with 3 additions and 0 deletions

View file

@ -99,6 +99,7 @@ PRIVATE struct pcitab pcitab_fxp[]=
{ 0x8086, 0x1229, 0 }, /* Intel 82557, etc. */
{ 0x8086, 0x2449, 0 }, /* Intel 82801BA/BAM/CA/CAM */
{ 0x8086, 0x103d, 0 }, /* Intel 82801DB */
{ 0x8086, 0x1064, 0 }, /* Intel 82562 */
{ 0x0000, 0x0000, 0 }
};

View file

@ -119,6 +119,7 @@ struct pci_device pci_device_table[]=
{ 0x8086, 0x1029, "Intel EtherExpressPro100 ID1029" },
{ 0x8086, 0x1030, "Intel Corporation 82559 InBusiness 10/100" },
{ 0x8086, 0x103d, "Intel Corporation 82801DB PRO/100 VE (MOB)" },
{ 0x8086, 0x1064, "Intel Corporation 82562 PRO/100 VE" },
{ 0x8086, 0x1209, "Intel EtherExpressPro100 82559ER" },
{ 0x8086, 0x1229, "Intel EtherExpressPro100 82557/8/9" },
{ 0x8086, 0x122D, "Intel 82437FX" },

View file

@ -115,6 +115,7 @@ driver fxp
SYSCTL
;
pci device 8086/103d;
pci device 8086/1064;
pci device 8086/1229;
pci device 8086/2449;
ipc