From 92e15d06233dfe7f86e36ceba9bc260f3a61a5d6 Mon Sep 17 00:00:00 2001 From: jfv Date: Sun, 29 Oct 2006 03:42:39 +0000 Subject: [PATCH] Replace the 82542 device id by popular demand. Approved by: re --- sys/dev/em/if_em.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/dev/em/if_em.c b/sys/dev/em/if_em.c index 030d9a5fce0..ac752901335 100644 --- a/sys/dev/em/if_em.c +++ b/sys/dev/em/if_em.c @@ -117,6 +117,8 @@ static em_vendor_info_t em_vendor_info_array[] = { 0x8086, E1000_DEV_ID_82541GI_LF, PCI_ANY_ID, PCI_ANY_ID, 0}, { 0x8086, E1000_DEV_ID_82541GI_MOBILE, PCI_ANY_ID, PCI_ANY_ID, 0}, + { 0x8086, E1000_DEV_ID_82542, PCI_ANY_ID, PCI_ANY_ID, 0}, + { 0x8086, E1000_DEV_ID_82543GC_FIBER, PCI_ANY_ID, PCI_ANY_ID, 0}, { 0x8086, E1000_DEV_ID_82543GC_COPPER, PCI_ANY_ID, PCI_ANY_ID, 0}, -- 2.45.2