From d77580640ef94a74cf0f632a05f7023f4e2ccf16 Mon Sep 17 00:00:00 2001 From: silby Date: Sat, 29 Jun 2002 01:56:14 +0000 Subject: Add another Intel chipset (i82562). PR: 39974 Submitted by: Morten Aaboe Jensen MFC after: 1 day --- sys/dev/fxp/if_fxp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys') 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 }, }; -- cgit v1.1