summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/pci/pcidevs.h8
-rw-r--r--sys/dev/pci/pcidevs_data.h26
2 files changed, 32 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 025b9d4a9d4..87c1beae649 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.1165 2006/10/15 06:25:44 brad Exp
+ * OpenBSD: pcidevs,v 1.1166 2006/10/15 11:18:59 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2080,6 +2080,12 @@
#define PCI_PRODUCT_INTEL_82Q963_HB 0x2990 /* 82Q963 Host */
#define PCI_PRODUCT_INTEL_82Q963_PCIE 0x2991 /* 82Q963 PCIE */
#define PCI_PRODUCT_INTEL_82Q963_GC 0x2992 /* 82Q963 Graphics */
+#define PCI_PRODUCT_INTEL_82965_MCH 0x29a0 /* 82965 MCH */
+#define PCI_PRODUCT_INTEL_82965_PPB 0x29a1 /* 82965 PCIE */
+#define PCI_PRODUCT_INTEL_82965_IGD_1 0x29a2 /* 82965 Video */
+#define PCI_PRODUCT_INTEL_82965_IGD_2 0x29a3 /* 82965 Video */
+#define PCI_PRODUCT_INTEL_82965_HECI_1 0x29a4 /* 82865 HECI */
+#define PCI_PRODUCT_INTEL_82965_HECI_2 0x29a5 /* 82865 HECI */
#define PCI_PRODUCT_INTEL_RCU32 0x3092 /* RCU32 I2O RAID */
#define PCI_PRODUCT_INTEL_31244 0x3200 /* 31244 SATA */
#define PCI_PRODUCT_INTEL_82855PE 0x3340 /* 82855PE Hub */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 47d248e773f..2c2d17300d2 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.1165 2006/10/15 06:25:44 brad Exp
+ * OpenBSD: pcidevs,v 1.1166 2006/10/15 11:18:59 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -6203,6 +6203,30 @@ static const struct pci_known_product pci_known_products[] = {
"82Q963 Graphics",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82965_MCH,
+ "82965 MCH",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82965_PPB,
+ "82965 PCIE",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82965_IGD_1,
+ "82965 Video",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82965_IGD_2,
+ "82965 Video",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82965_HECI_1,
+ "82865 HECI",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82965_HECI_2,
+ "82865 HECI",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_RCU32,
"RCU32 I2O RAID",
},