From a7d681929a0cce1ce6a66f07d1e46c97fca041fd Mon Sep 17 00:00:00 2001 From: Paul Saab 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') 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 }, }; -- cgit v1.3