summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-08-26 18:15:32 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-08-26 18:15:32 +0000
commit16478406ecd1dbe97cd52ece18ffd687b2843365 (patch)
treea72d82cad8d6aefa0716c3cd537246b1af12365a /sys/dev
parent69ab8fb841773482e0c3b29c0aac3eae25315b06 (diff)
sync
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pcidevs.h11
-rw-r--r--sys/dev/pci/pcidevs_data.h38
2 files changed, 47 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 39535da84ff..9424e710d16 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.434 2001/08/23 16:16:43 csapuntz Exp
+ * OpenBSD: pcidevs,v 1.435 2001/08/26 18:15:28 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1781,6 +1781,15 @@
/* Sun */
#define PCI_PRODUCT_SUN_EBUS 0x1000 /* PCIO Ebus2 */
#define PCI_PRODUCT_SUN_HME 0x1001 /* HME */
+#define PCI_PRODUCT_SUN_EBUSIII 0x1100 /* PCIO Ebus2 (US III) */
+#define PCI_PRODUCT_SUN_ERINETWORK 0x1101 /* ERI Ethernet */
+#define PCI_PRODUCT_SUN_FIREWIRE 0x1102 /* FireWire */
+#define PCI_PRODUCT_SUN_USB 0x1103 /* USB */
+#define PCI_PRODUCT_SUN_SIMBA 0x5000 /* Simba PCI-PCI */
+#define PCI_PRODUCT_SUN_PSYCHO 0x8000 /* Psycho PCI */
+#define PCI_PRODUCT_SUN_MS_IIep 0x9000 /* microSPARC IIep PCI */
+#define PCI_PRODUCT_SUN_US_IIi 0xa000 /* UltraSPARC IIi PCI */
+#define PCI_PRODUCT_SUN_US_IIe 0xa001 /* UltraSPARC IIe PCI */
/* Sundance products */
#define PCI_PRODUCT_SUNDANCE_ST201 0x0201 /* ST201 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index ec249ca884f..5c2bca55757 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.434 2001/08/23 16:16:43 csapuntz Exp
+ * OpenBSD: pcidevs,v 1.435 2001/08/26 18:15:28 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -3703,6 +3703,42 @@ static const struct pci_known_product pci_known_products[] = {
"HME",
},
{
+ PCI_VENDOR_SUN, PCI_PRODUCT_SUN_EBUSIII,
+ "PCIO Ebus2 (US III)",
+ },
+ {
+ PCI_VENDOR_SUN, PCI_PRODUCT_SUN_ERINETWORK,
+ "ERI Ethernet",
+ },
+ {
+ PCI_VENDOR_SUN, PCI_PRODUCT_SUN_FIREWIRE,
+ "FireWire",
+ },
+ {
+ PCI_VENDOR_SUN, PCI_PRODUCT_SUN_USB,
+ "USB",
+ },
+ {
+ PCI_VENDOR_SUN, PCI_PRODUCT_SUN_SIMBA,
+ "Simba PCI-PCI",
+ },
+ {
+ PCI_VENDOR_SUN, PCI_PRODUCT_SUN_PSYCHO,
+ "Psycho PCI",
+ },
+ {
+ PCI_VENDOR_SUN, PCI_PRODUCT_SUN_MS_IIep,
+ "microSPARC IIep PCI",
+ },
+ {
+ PCI_VENDOR_SUN, PCI_PRODUCT_SUN_US_IIi,
+ "UltraSPARC IIi PCI",
+ },
+ {
+ PCI_VENDOR_SUN, PCI_PRODUCT_SUN_US_IIe,
+ "UltraSPARC IIe PCI",
+ },
+ {
PCI_VENDOR_SUNDANCE, PCI_PRODUCT_SUNDANCE_ST201,
"ST201",
},