summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMarco Pfatschbacher <mpf@cvs.openbsd.org>2005-08-05 16:59:27 +0000
committerMarco Pfatschbacher <mpf@cvs.openbsd.org>2005-08-05 16:59:27 +0000
commita11652f536eaabb3d98901de59f88b73b58fa78d (patch)
tree79781b8028c031b07d8df984cb88adc510a35ea6 /sys/dev
parent9f84f660551842f68af0028173c4fbd4dd78df2e (diff)
regen.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pcidevs.h3
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 91d20189f63..7f34b4a7ce9 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.901 2005/08/01 22:52:47 brad Exp
+ * OpenBSD: pcidevs,v 1.902 2005/08/05 16:57:58 mpf Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1006,6 +1006,7 @@
#define PCI_PRODUCT_COMPAQ_CSA6400 0x409c /* Smart Array 6400 */
#define PCI_PRODUCT_COMPAQ_CSA6400EM 0x409d /* Smart Array 6400 EM */
#define PCI_PRODUCT_COMPAQ_CSA6422 0x409e /* Smart Array 6422 */
+#define PCI_PRODUCT_COMPAQ_CSA64XX 0x0046 /* Smart Array 64xx */
#define PCI_PRODUCT_COMPAQ_USB 0x7020 /* USB */
#define PCI_PRODUCT_COMPAQ_FXP 0xa0f0 /* Netelligent ASMC */
#define PCI_PRODUCT_COMPAQ_PCI_ISA_BRIDGE1 0xa0f3 /* ISA */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 80d85e8c795..dacc0be0999 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.901 2005/08/01 22:52:47 brad Exp
+ * OpenBSD: pcidevs,v 1.902 2005/08/05 16:57:58 mpf Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2455,6 +2455,10 @@ static const struct pci_known_product pci_known_products[] = {
"Smart Array 6422",
},
{
+ PCI_VENDOR_COMPAQ, PCI_PRODUCT_COMPAQ_CSA64XX,
+ "Smart Array 64xx",
+ },
+ {
PCI_VENDOR_COMPAQ, PCI_PRODUCT_COMPAQ_USB,
"USB",
},