summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-05-29 05:35:02 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-05-29 05:35:02 +0000
commit30193b467e51e9c49c00cb5115afaea31edd23dd (patch)
tree6737705643f2d0ba1289af988647a0613f641f71 /sys
parente34666051d0f1a4075850e54c37a4d393b770ffc (diff)
regen
Diffstat (limited to 'sys')
-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 98f1f158e82..a99d8b62403 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.512 2002/05/23 19:20:29 deraadt Exp
+ * OpenBSD: pcidevs,v 1.513 2002/05/29 05:34:40 mickey Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1260,6 +1260,7 @@
/* Intel products */
#define PCI_PRODUCT_INTEL_EESISA 0x0008 /* EES ISA */
+#define PCI_PRODUCT_INTEL_80312 0x030d /* 80312 I/O Companion Chip */
#define PCI_PRODUCT_INTEL_PCEB 0x0482 /* 82375EB PCI-EISA */
#define PCI_PRODUCT_INTEL_CDC 0x0483 /* 82424ZX Cache/DRAM */
#define PCI_PRODUCT_INTEL_SIO 0x0484 /* 82378IB PCI-ISA */
@@ -1366,6 +1367,10 @@
#define PCI_PRODUCT_INTEL_82860_PCI2 0x2534 /* 82860 PCI-PCI */
#define PCI_PRODUCT_INTEL_82860_PCI3 0x2535 /* 82860 PCI-PCI */
#define PCI_PRODUCT_INTEL_82860_PCI4 0x2536 /* 82860 PCI-PCI */
+#define PCI_PRODUCT_INTEL_82830MP_IO_1 0x3575 /* 82830MP CPU to I/O Bridge 1 */
+#define PCI_PRODUCT_INTEL_82830MP_AGP 0x3576 /* 82830MP CPU to AGP Bridge */
+#define PCI_PRODUCT_INTEL_82830MP_IV 0x3577 /* 82830MP Integrated Video */
+#define PCI_PRODUCT_INTEL_82830MP_IO_2 0x3578 /* 82830MP CPU to I/O Bridge 2 */
#define PCI_PRODUCT_INTEL_82371SB_ISA 0x7000 /* 82371SB PCI-ISA */
#define PCI_PRODUCT_INTEL_82371SB_IDE 0x7010 /* 82371SB IDE */
#define PCI_PRODUCT_INTEL_82371USB 0x7020 /* 82371SB USB */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 481eff1aa84..8718c816f91 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.512 2002/05/23 19:20:29 deraadt Exp
+ * OpenBSD: pcidevs,v 1.513 2002/05/29 05:34:40 mickey Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2039,6 +2039,10 @@ static const struct pci_known_product pci_known_products[] = {
"EES ISA",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_80312,
+ "80312 I/O Companion Chip",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PCEB,
"82375EB PCI-EISA",
},
@@ -2463,6 +2467,22 @@ static const struct pci_known_product pci_known_products[] = {
"82860 PCI-PCI",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82830MP_IO_1,
+ "82830MP CPU to I/O Bridge 1",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82830MP_AGP,
+ "82830MP CPU to AGP Bridge",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82830MP_IV,
+ "82830MP Integrated Video",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82830MP_IO_2,
+ "82830MP CPU to I/O Bridge 2",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82371SB_ISA,
"82371SB PCI-ISA",
},