summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorsilby <silby@FreeBSD.org>2002-06-29 01:56:14 +0000
committersilby <silby@FreeBSD.org>2002-06-29 01:56:14 +0000
commitd77580640ef94a74cf0f632a05f7023f4e2ccf16 (patch)
treed6751a1af0cb3e98b0a7cc0fe327ced3dbed3d90 /sys
parentd1cbf6a1d1f96288005329dfaca2aaffbd884d81 (diff)
downloadFreeBSD-src-d77580640ef94a74cf0f632a05f7023f4e2ccf16.zip
FreeBSD-src-d77580640ef94a74cf0f632a05f7023f4e2ccf16.tar.gz
Add another Intel chipset (i82562).
PR: 39974 Submitted by: Morten Aaboe Jensen <morten@codemonkey.dk> MFC after: 1 day
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/fxp/if_fxp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index 16f79f6..1d2ff03 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -160,6 +160,7 @@ static struct fxp_ident fxp_ident_table[] = {
{ 0x1037, "Intel Pro/100 Ethernet" },
{ 0x1038, "Intel Pro/100 Ethernet" },
{ 0x1039, "Intel Pro/100 Ethernet" },
+ { 0x103A, "Intel Pro/100 Ethernet" },
{ 0, NULL },
};
OpenPOWER on IntegriCloud