summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-03-11 08:20:40 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-03-11 08:20:40 +0000
commit405c80d127449c36da947ebcf5fa23beaf1f0603 (patch)
treee24c6c5f87097e2fd7336b3cb0914af6481ef16b /sys/dev
parent2f7b9c0ffbdcac76b2bf90ad5b9cba793ee21792 (diff)
sync
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pcidevs.h9
-rw-r--r--sys/dev/pci/pcidevs_data.h12
2 files changed, 15 insertions, 6 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 87b65f3fb88..69d49f33dfa 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.33 1998/03/10 08:43:50 deraadt Exp
+ * OpenBSD: pcidevs,v 1.34 1998/03/11 08:20:31 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -600,6 +600,9 @@
#define PCI_PRODUCT_AVANCE2_ALG2301 0x2301 /* ALG2301 */
#define PCI_PRODUCT_AVANCE2_ALG2302 0x2302 /* ALG2302 */
+/* Bit3 products */
+#define PCI_PRODUCT_BIT3_PCIVME617 0x0001 /* PCI-VME Interface Mod. 617 */
+
/* BusLogic products */
#define PCI_PRODUCT_BUSLOGIC_MULTIMASTER_NC 0x0140 /* MultiMaster NC */
#define PCI_PRODUCT_BUSLOGIC_MULTIMASTER 0x1040 /* MultiMaster */
@@ -628,8 +631,8 @@
#define PCI_PRODUCT_CIRRUS_CL_GD7543 0x1202 /* CL-GD7543 */
#define PCI_PRODUCT_CIRRUS_CL_GD7541 0x1204 /* CL-GD7541 */
-/* CMD Technology products */
-#define PCI_PRODUCT_CMDTECH_640A 0x0640 /* PCI640A */
+/* CMD Technology products -- info gleaned from their web site */
+#define PCI_PRODUCT_CMDTECH_640 0x0640 /* PCI640 */
/* No data on the CMD Tech. web site for the following as of Mar. 3 '98 */
#define PCI_PRODUCT_CMDTECH_642 0x0642 /* PCI0642 */
#define PCI_PRODUCT_CMDTECH_643 0x0643 /* PCI0643 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 60922270749..609ae55d378 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.33 1998/03/10 08:43:50 deraadt Exp
+ * OpenBSD: pcidevs,v 1.34 1998/03/11 08:20:31 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -345,6 +345,12 @@ struct pci_knowndev pci_knowndevs[] = {
"ALG2302",
},
{
+ PCI_VENDOR_BIT3, PCI_PRODUCT_BIT3_PCIVME617,
+ 0,
+ "Bit3 Computer Corp.",
+ "PCI-VME Interface Mod. 617",
+ },
+ {
PCI_VENDOR_BUSLOGIC, PCI_PRODUCT_BUSLOGIC_MULTIMASTER_NC,
0,
"BusLogic",
@@ -465,10 +471,10 @@ struct pci_knowndev pci_knowndevs[] = {
"CL-GD7541",
},
{
- PCI_VENDOR_CMDTECH, PCI_PRODUCT_CMDTECH_640A,
+ PCI_VENDOR_CMDTECH, PCI_PRODUCT_CMDTECH_640,
0,
"CMD Technology",
- "PCI640A",
+ "PCI640",
},
{
PCI_VENDOR_CMDTECH, PCI_PRODUCT_CMDTECH_642,