summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorThordur I. Bjornsson <thib@cvs.openbsd.org>2008-01-10 10:57:32 +0000
committerThordur I. Bjornsson <thib@cvs.openbsd.org>2008-01-10 10:57:32 +0000
commit17a7db406cb1284c22f36edf96f1ee6d184e0506 (patch)
treeb544012d5f19a899c2faf8ed8882f5862a027a15 /sys/dev
parent54fa32eb68443bc0bd6a03f623ad80d012c65f16 (diff)
regen
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pcidevs.h4
-rw-r--r--sys/dev/pci/pcidevs_data.h10
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 498223f1d29..8b01170568c 100644
--- a/sys/dev/pci/pcidevs.h
+++ b/sys/dev/pci/pcidevs.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcidevs,v 1.1309 2008/01/04 00:17:27 kettenis Exp
+ * OpenBSD: pcidevs,v 1.1310 2008/01/10 10:56:26 thib Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1898,6 +1898,8 @@
#define PCI_PRODUCT_INTEL_82575GB_QUAD_CPR 0x10d6 /* PRO/1000 QP (82575GB) */
#define PCI_PRODUCT_INTEL_82571EB_SDS_DUAL 0x10d9 /* PRO/1000 PT (82571EB) */
#define PCI_PRODUCT_INTEL_82571EB_SDS_QUAD 0x10da /* PRO/1000 QP (82571EB) */
+#define PCI_PRODUCT_INTEL_82598AF_DP 0x10c6 /* 82598AF Dual Port */
+#define PCI_PRODUCT_INTEL_82598AF_SP 0x10c7 /* 82598AF Single Port */
#define PCI_PRODUCT_INTEL_82598EB_CX4 0x10dd /* 82598EB CX4 */
#define PCI_PRODUCT_INTEL_82815_HB 0x1130 /* 82815 Host */
#define PCI_PRODUCT_INTEL_82815_AGP 0x1131 /* 82815 AGP */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 5d5e7d82585..0165448392b 100644
--- a/sys/dev/pci/pcidevs_data.h
+++ b/sys/dev/pci/pcidevs_data.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcidevs,v 1.1309 2008/01/04 00:17:27 kettenis Exp
+ * OpenBSD: pcidevs,v 1.1310 2008/01/10 10:56:26 thib Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -5392,6 +5392,14 @@ static const struct pci_known_product pci_known_products[] = {
"PRO/1000 QP (82571EB)",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82598AF_DP,
+ "82598AF Dual Port",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82598AF_SP,
+ "82598AF Single Port",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82598EB_CX4,
"82598EB CX4",
},