From e94c058ad1a544eb0da891171139e331aa699316 Mon Sep 17 00:00:00 2001 From: Doug Ambrisko Date: Wed, 5 Jun 2002 18:34:08 +0000 Subject: [PATCH] Add device id. for fxp chip on Intel D845EPT2L boards. This seems to make the onboard NIC work. Sponsored by: Vernier Networks MFC after: 1 day --- sys/dev/fxp/if_fxp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index fbbed2c40c28..16f79f6bd693 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -159,6 +159,7 @@ static struct fxp_ident fxp_ident_table[] = { { 0x1036, "Intel Pro/100 Ethernet" }, { 0x1037, "Intel Pro/100 Ethernet" }, { 0x1038, "Intel Pro/100 Ethernet" }, + { 0x1039, "Intel Pro/100 Ethernet" }, { 0, NULL }, };