summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authortackerman <tackerman@FreeBSD.org>2005-01-01 19:54:39 +0000
committertackerman <tackerman@FreeBSD.org>2005-01-01 19:54:39 +0000
commite01f208ae1e85d836cd223222bf74630a7e164cb (patch)
treeff7846d4462f9a25fa3faa43f8c02e15615f5603 /sys/dev
parentf2c733ccbe98dc810e7beb3983e5686d936e1480 (diff)
downloadFreeBSD-src-e01f208ae1e85d836cd223222bf74630a7e164cb.zip
FreeBSD-src-e01f208ae1e85d836cd223222bf74630a7e164cb.tar.gz
Added device id support for Intel 82541ER and 82546GB dual port PCIE adapter.
PR: None
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/em/if_em.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/em/if_em.c b/sys/dev/em/if_em.c
index 7d889f5..6cf1a7f 100644
--- a/sys/dev/em/if_em.c
+++ b/sys/dev/em/if_em.c
@@ -80,6 +80,7 @@ static em_vendor_info_t em_vendor_info_array[] =
{ 0x8086, 0x1011, PCI_ANY_ID, PCI_ANY_ID, 0},
{ 0x8086, 0x1012, PCI_ANY_ID, PCI_ANY_ID, 0},
{ 0x8086, 0x1013, PCI_ANY_ID, PCI_ANY_ID, 0},
+ { 0x8086, 0x1014, PCI_ANY_ID, PCI_ANY_ID, 0},
{ 0x8086, 0x1015, PCI_ANY_ID, PCI_ANY_ID, 0},
{ 0x8086, 0x1016, PCI_ANY_ID, PCI_ANY_ID, 0},
{ 0x8086, 0x1017, PCI_ANY_ID, PCI_ANY_ID, 0},
@@ -99,6 +100,7 @@ static em_vendor_info_t em_vendor_info_array[] =
{ 0x8086, 0x107A, PCI_ANY_ID, PCI_ANY_ID, 0},
{ 0x8086, 0x107B, PCI_ANY_ID, PCI_ANY_ID, 0},
{ 0x8086, 0x107C, PCI_ANY_ID, PCI_ANY_ID, 0},
+ { 0x8086, 0x108A, PCI_ANY_ID, PCI_ANY_ID, 0},
/* required last entry */
{ 0, 0, 0, 0, 0}
};
OpenPOWER on IntegriCloud