summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2003-02-05 22:09:42 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2003-02-05 22:09:42 +0000
commitc9dad2fb1ea7be773020070fb498f3a0cf7fcd5a (patch)
treece4b63b4c625c9841feabb08748fa6722e5dd33f /sys/dev
parent4813cf9ba01dfbf9f28901fb294c2513b897a379 (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 0abfe2c5589..9b817e9366b 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.593 2003/02/05 20:45:08 jason Exp
+ * OpenBSD: pcidevs,v 1.594 2003/02/05 22:09:26 mickey Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1097,6 +1097,7 @@
#define PCI_PRODUCT_COMPAQ_USB 0x7020 /* USB */
#define PCI_PRODUCT_COMPAQ_FXP 0xa0f0 /* Netelligent ASMC */
#define PCI_PRODUCT_COMPAQ_PCI_ISA_BRIDGE1 0xa0f3 /* PCI-ISA */
+#define PCI_PRODUCT_COMPAQ_PCI_HOTPLUG 0xa0f7 /* PCI Hotplug controller */
#define PCI_PRODUCT_COMPAQ_OHCI 0xa0f8 /* USB OpenHost */
#define PCI_PRODUCT_COMPAQ_SMART2P 0xae10 /* SMART2P RAID */
#define PCI_PRODUCT_COMPAQ_PCI_ISA_BRIDGE3 0xae29 /* PCI-ISA */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index d57f6ca2d58..fcc35deec28 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.593 2003/02/05 20:45:08 jason Exp
+ * OpenBSD: pcidevs,v 1.594 2003/02/05 22:09:26 mickey Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1639,6 +1639,10 @@ static const struct pci_known_product pci_known_products[] = {
"PCI-ISA",
},
{
+ PCI_VENDOR_COMPAQ, PCI_PRODUCT_COMPAQ_PCI_HOTPLUG,
+ "PCI Hotplug controller",
+ },
+ {
PCI_VENDOR_COMPAQ, PCI_PRODUCT_COMPAQ_OHCI,
"USB OpenHost",
},