summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 b79d302d898..cb3b646dfe0 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.431 2001/08/21 21:37:11 deraadt Exp
+ * OpenBSD: pcidevs,v 1.432 2001/08/22 11:55:53 art Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1779,6 +1779,7 @@
#define PCI_PRODUCT_STB2_RIVA128 0x0018 /* Velocity128 */
/* Sun */
+#define PCI_PRODUCT_SUN_EBUS 0x1000 /* PCIO Ebus2 */
#define PCI_PRODUCT_SUN_HME 0x1001 /* HME */
/* Sundance products */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 8533f5a9f26..56fe769a0ae 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.431 2001/08/21 21:37:11 deraadt Exp
+ * OpenBSD: pcidevs,v 1.432 2001/08/22 11:55:53 art Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -3695,6 +3695,10 @@ static const struct pci_known_product pci_known_products[] = {
"Velocity128",
},
{
+ PCI_VENDOR_SUN, PCI_PRODUCT_SUN_EBUS,
+ "PCIO Ebus2",
+ },
+ {
PCI_VENDOR_SUN, PCI_PRODUCT_SUN_HME,
"HME",
},