From c943ffcc2976879749631e555d97b29f85945e20 Mon Sep 17 00:00:00 2001 From: Matteo Riondato Date: Fri, 14 Apr 2006 07:49:52 +0000 Subject: [PATCH] Add device ID for Intel Pro/100 VE Network Connection card PR: kern/95729 Submitted by: Nicky Bulthuis 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 111ed67fb32b..23e193d2fc90 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -178,6 +178,7 @@ static struct fxp_ident fxp_ident_table[] = { { 0x1064, -1, "Intel 82562EZ (ICH6)" }, { 0x1068, -1, "Intel 82801FBM (ICH6-M) Pro/100 VE Ethernet" }, { 0x1069, -1, "Intel 82562EM/EX/GX Pro/100 Ethernet" }, + { 0x1092, -1, "Intel Pro/100 VE Network Connection" }, { 0x1209, -1, "Intel 82559ER Embedded 10/100 Ethernet" }, { 0x1229, 0x01, "Intel 82557 Pro/100 Ethernet" }, { 0x1229, 0x02, "Intel 82557 Pro/100 Ethernet" },