Add some PCI id's for fxp. I've only tested 0x103B, but the Intel

Linux driver defines 0x103[B-E] so add those as well.

Obtained from:	Intel Linux e100 driver
MFC:		Immediately if re@ allows it, otherwise after 4.7-RELEASE
This commit is contained in:
Paul Saab 2002-09-24 23:13:38 +00:00
parent ac53b225bb
commit a7d681929a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103918

View file

@ -161,6 +161,10 @@ static struct fxp_ident fxp_ident_table[] = {
{ 0x1038, "Intel Pro/100 Ethernet" },
{ 0x1039, "Intel Pro/100 Ethernet" },
{ 0x103A, "Intel Pro/100 Ethernet" },
{ 0x103B, "Intel Pro/100 Ethernet" },
{ 0x103C, "Intel Pro/100 Ethernet" },
{ 0x103D, "Intel Pro/100 Ethernet" },
{ 0x103E, "Intel Pro/100 Ethernet" },
{ 0, NULL },
};