summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2005-10-11 10:54:34 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2005-10-11 10:54:34 +0000
commit1f55b48e3eb24dc2f338533594a181a3ddd55469 (patch)
tree43688373070e43bf6295779b4705f025ba26191f
parentaf259ec92c83f8731684093e5f73247af97cfe5f (diff)
regen
-rw-r--r--sys/dev/pci/pcidevs.h7
-rw-r--r--sys/dev/pci/pcidevs_data.h22
2 files changed, 27 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 2ec7de43af4..716d5fe144b 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.938 2005/10/10 19:23:36 brad Exp
+ * OpenBSD: pcidevs,v 1.939 2005/10/11 10:53:34 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -446,6 +446,8 @@
#define PCI_PRODUCT_ALI_M1543 0x1543 /* M1543 ISA */
#define PCI_PRODUCT_ALI_M1541 0x1541 /* M1541 PCI */
#define PCI_PRODUCT_ALI_M1621 0x1621 /* M1621 PCI */
+#define PCI_PRODUCT_ALI_M1631 0x1631 /* M1631 PCI */
+#define PCI_PRODUCT_ALI_M1644 0x1644 /* M1644 PCI */
#define PCI_PRODUCT_ALI_M1647 0x1647 /* M1647 PCI */
#define PCI_PRODUCT_ALI_M3309 0x3309 /* M3309 MPEG */
#define PCI_PRODUCT_ALI_M4803 0x5215 /* M4803 */
@@ -1651,6 +1653,9 @@
#define PCI_PRODUCT_INTEL_82945GP_PCIE 0x2771 /* 82945GP PCIE */
#define PCI_PRODUCT_INTEL_82955X_HB 0x2774 /* 82955X MCH */
#define PCI_PRODUCT_INTEL_82955X_PCIE 0x2775 /* 82955X PCIE */
+#define PCI_PRODUCT_INTEL_E7230_MCH 0x2778 /* E7230 MCH */
+#define PCI_PRODUCT_INTEL_E7230_PCIE 0x2779 /* E7230 PCIE */
+#define PCI_PRODUCT_INTEL_915G_IGD 0x2782 /* 915G Video */
#define PCI_PRODUCT_INTEL_915GM_IGD_S 0x2792 /* 915GM/GMS Video */
#define PCI_PRODUCT_INTEL_82801GB_LPC 0x27b8 /* 82801GB LPC */
#define PCI_PRODUCT_INTEL_82801GB_SATA_1 0x27c0 /* 82801GB SATA */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index e934a9aca6d..4b60315e2d0 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.938 2005/10/10 19:23:36 brad Exp
+ * OpenBSD: pcidevs,v 1.939 2005/10/11 10:53:34 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -543,6 +543,14 @@ static const struct pci_known_product pci_known_products[] = {
"M1621 PCI",
},
{
+ PCI_VENDOR_ALI, PCI_PRODUCT_ALI_M1631,
+ "M1631 PCI",
+ },
+ {
+ PCI_VENDOR_ALI, PCI_PRODUCT_ALI_M1644,
+ "M1644 PCI",
+ },
+ {
PCI_VENDOR_ALI, PCI_PRODUCT_ALI_M1647,
"M1647 PCI",
},
@@ -4639,6 +4647,18 @@ static const struct pci_known_product pci_known_products[] = {
"82955X PCIE",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_E7230_MCH,
+ "E7230 MCH",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_E7230_PCIE,
+ "E7230 PCIE",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_915G_IGD,
+ "915G Video",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_915GM_IGD_S,
"915GM/GMS Video",
},