From 00ab0405c9d7333790d4fc7bbb64f2427e26a2f0 Mon Sep 17 00:00:00 2001 From: ps Date: Tue, 24 Sep 2002 23:13:38 +0000 Subject: 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 --- sys/dev/fxp/if_fxp.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/dev') 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 }, }; -- cgit v1.1