summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/pci/pcidevs.h14
-rw-r--r--sys/dev/pci/pcidevs_data.h14
2 files changed, 19 insertions, 9 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 1bbaabbac9f..18c9a3cc4f5 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.1129 2006/08/08 02:44:41 brad Exp
+ * OpenBSD: pcidevs,v 1.1130 2006/08/09 01:14:57 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1890,15 +1890,16 @@
#define PCI_PRODUCT_INTEL_5000X_HB 0x25c0 /* 5000X Host */
#define PCI_PRODUCT_INTEL_5000_PCIE_1 0x25e2 /* 5000 PCIE */
#define PCI_PRODUCT_INTEL_5000_PCIE_2 0x25e3 /* 5000 PCIE */
-#define PCI_PRODUCT_INTEL_5000_PCIE_3 0x25e5 /* 5000 PCIE */
-#define PCI_PRODUCT_INTEL_5000_PCIE_4 0x25e7 /* 5000 PCIE */
+#define PCI_PRODUCT_INTEL_5000_PCIE_3 0x25e4 /* 5000 PCIE */
+#define PCI_PRODUCT_INTEL_5000_PCIE_4 0x25e5 /* 5000 PCIE */
+#define PCI_PRODUCT_INTEL_5000_PCIE_5 0x25e7 /* 5000 PCIE */
#define PCI_PRODUCT_INTEL_5000_ERR_REG 0x25f0 /* 5000 Error Reporting */
#define PCI_PRODUCT_INTEL_5000_RESERVED_1 0x25f1 /* 5000 Reserved */
#define PCI_PRODUCT_INTEL_5000_RESERVED_2 0x25f3 /* 5000 Reserved */
#define PCI_PRODUCT_INTEL_5000_FBD_1 0x25f5 /* 5000 FBD */
#define PCI_PRODUCT_INTEL_5000_FBD_2 0x25f6 /* 5000 FBD */
-#define PCI_PRODUCT_INTEL_5000_PCIE_5 0x25f8 /* 5000 PCIE */
-#define PCI_PRODUCT_INTEL_5000_PCIE_6 0x25f9 /* 5000 PCIE */
+#define PCI_PRODUCT_INTEL_5000_PCIE_6 0x25f8 /* 5000 PCIE */
+#define PCI_PRODUCT_INTEL_5000_PCIE_7 0x25f9 /* 5000 PCIE */
#define PCI_PRODUCT_INTEL_E8500_HB 0x2600 /* E8500 Host */
#define PCI_PRODUCT_INTEL_E8500_PCIE_1 0x2601 /* E8500 PCIE */
#define PCI_PRODUCT_INTEL_E8500_PCIE_2 0x2602 /* E8500 PCIE */
@@ -1961,7 +1962,8 @@
#define PCI_PRODUCT_INTEL_6321ESB_USB_1 0x2688 /* 6321ESB USB */
#define PCI_PRODUCT_INTEL_6321ESB_USB_2 0x2689 /* 6321ESB USB */
#define PCI_PRODUCT_INTEL_6321ESB_USB_3 0x268a /* 6321ESB USB */
-#define PCI_PRODUCT_INTEL_6321ESB_USB_4 0x268c /* 6321ESB USB */
+#define PCI_PRODUCT_INTEL_6321ESB_USB_4 0x268b /* 6321ESB USB */
+#define PCI_PRODUCT_INTEL_6321ESB_USB_5 0x268c /* 6321ESB USB */
#define PCI_PRODUCT_INTEL_6321ESB_PCIE_4 0x2690 /* 6321ESB PCIE */
#define PCI_PRODUCT_INTEL_6321ESB_IDE 0x269e /* 6321ESB IDE */
#define PCI_PRODUCT_INTEL_82945GP_MCH 0x2770 /* 82945GP */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 99c8e311ae0..9b962aa6ae3 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.1129 2006/08/08 02:44:41 brad Exp
+ * OpenBSD: pcidevs,v 1.1130 2006/08/09 01:14:57 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -5491,6 +5491,10 @@ static const struct pci_known_product pci_known_products[] = {
"5000 PCIE",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000_PCIE_5,
+ "5000 PCIE",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000_ERR_REG,
"5000 Error Reporting",
},
@@ -5511,11 +5515,11 @@ static const struct pci_known_product pci_known_products[] = {
"5000 FBD",
},
{
- PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000_PCIE_5,
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000_PCIE_6,
"5000 PCIE",
},
{
- PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000_PCIE_6,
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000_PCIE_7,
"5000 PCIE",
},
{
@@ -5771,6 +5775,10 @@ static const struct pci_known_product pci_known_products[] = {
"6321ESB USB",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_6321ESB_USB_5,
+ "6321ESB USB",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_6321ESB_PCIE_4,
"6321ESB PCIE",
},