summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorps <ps@FreeBSD.org>2002-09-24 23:13:38 +0000
committerps <ps@FreeBSD.org>2002-09-24 23:13:38 +0000
commit00ab0405c9d7333790d4fc7bbb64f2427e26a2f0 (patch)
tree42f5ab3097c5d07ffb69155cca85249797978f0e /sys/dev
parentb9b0e10101b8ff0662325c0f3215fa3a3d8e1bea (diff)
downloadFreeBSD-src-00ab0405c9d7333790d4fc7bbb64f2427e26a2f0.zip
FreeBSD-src-00ab0405c9d7333790d4fc7bbb64f2427e26a2f0.tar.gz
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
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/fxp/if_fxp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index 594d9ac..9e88652 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -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 },
};
OpenPOWER on IntegriCloud