aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPaul Saab <ps@FreeBSD.org>2002-09-24 23:13:38 +0000
committerPaul Saab <ps@FreeBSD.org>2002-09-24 23:13:38 +0000
commita7d681929a0cce1ce6a66f07d1e46c97fca041fd (patch)
tree42f5ab3097c5d07ffb69155cca85249797978f0e /sys
parentac53b225bb73a529438d1f9aceea916e655b1f36 (diff)
Notes
Diffstat (limited to 'sys')
-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 594d9ac2d6679..9e88652cd3c1a 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 },
};