diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-08-09 03:57:52 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-08-09 03:57:52 +0000 |
commit | 2eebb94e21e693395823a5d50240f9f8adeff1ab (patch) | |
tree | 2a85524771fe10dc5e4b8b5ee33791cc6a4db4ba | |
parent | a53ffcaa608daf7eb496e75a5e1714b9ebc92e30 (diff) |
add Intel 82571EB PCI Express quad port PCI id.
From Intel's FreeBSD driver.
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index b0c822a5c03..d7bebd4619b 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1130 2006/08/09 01:14:57 brad Exp $ +$OpenBSD: pcidevs,v 1.1131 2006/08/09 03:57:51 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1712,6 +1712,7 @@ product INTEL 82546GB_2 0x109b PRO/1000MT (82546GB) product INTEL 82597EX_CX4 0x109e PRO/10GbE CX4 (82597EX) product INTEL 82571EB_AT 0x10a0 PRO/1000 AT (82571EB) product INTEL 82571EB_AF 0x10a1 PRO/1000 AF (82571EB) +product INTEL 82571EB_QUAD_CPR 0x10a4 PRO/1000 QP (82571EB) product INTEL 82573L_PL_1 0x10b0 PRO/1000 PL (82573L) product INTEL 82573V_PM 0x10b2 PRO/1000 PM (82573V) product INTEL 82573E_PM 0x10b3 PRO/1000 PM (82573E) |