summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-09-14 22:47:09 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-09-14 22:47:09 +0000
commit68f158ef3e368562e30db0055347cccac0359fe3 (patch)
tree271994118ed06082b80cdf98e25ef8156ca43f60 /sys/dev/pci
parent810ab7c110e4fda38842746bbc6461185f76562f (diff)
regen
Diffstat (limited to 'sys/dev/pci')
-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 29633472407..4ebfaa88fbb 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.544 2002/09/14 09:07:12 deraadt Exp
+ * OpenBSD: pcidevs,v 1.545 2002/09/14 22:46:07 mickey Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1445,6 +1445,7 @@
#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_RCU32 0x3092 /* RCU32 I2O RAID */
#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 */
@@ -1481,6 +1482,11 @@
#define PCI_PRODUCT_INTEL_82454NX 0x84cb /* 82454NX PXB */
#define PCI_PRODUCT_INTEL_82802AB 0x89ad /* 82802AB Firmware Hub 4Mbit */
#define PCI_PRODUCT_INTEL_82802AC 0x89ac /* 82802AC Firmware Hub 8Mbit */
+#define PCI_PRODUCT_INTEL_I2OPCIB 0x9620 /* I2O RAID PCI to PCI Bridge */
+#define PCI_PRODUCT_INTEL_RCU21 0x9621 /* RCU21 I2O RAID */
+#define PCI_PRODUCT_INTEL_RCUxx 0x9622 /* RCUxx I2O RAID */
+#define PCI_PRODUCT_INTEL_RCU31 0x9641 /* RCU31 I2O RAID */
+#define PCI_PRODUCT_INTEL_RCU31L 0x96a1 /* RCU31L I2O RAID */
#define PCI_PRODUCT_INTEL_21152 0xb152 /* S21152BB PCI-PCI */
#define PCI_PRODUCT_INTEL_21154 0xb154 /* S21154AE/BE PCI-PCI */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index bad19fad6ff..b3e93820c80 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.544 2002/09/14 09:07:12 deraadt Exp
+ * OpenBSD: pcidevs,v 1.545 2002/09/14 22:46:07 mickey Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2759,6 +2759,10 @@ static const struct pci_known_product pci_known_products[] = {
"82830MP CPU to I/O Bridge 2",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_RCU32,
+ "RCU32 I2O RAID",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82371SB_ISA,
"82371SB PCI-ISA",
},
@@ -2903,6 +2907,26 @@ static const struct pci_known_product pci_known_products[] = {
"82802AC Firmware Hub 8Mbit",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_I2OPCIB,
+ "I2O RAID PCI to PCI Bridge",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_RCU21,
+ "RCU21 I2O RAID",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_RCUxx,
+ "RCUxx I2O RAID",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_RCU31,
+ "RCU31 I2O RAID",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_RCU31L,
+ "RCU31L I2O RAID",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_21152,
"S21152BB PCI-PCI",
},