summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortholo <tholo@openbsd.org>1996-02-18 06:17:06 +0000
committertholo <tholo@openbsd.org>1996-02-18 06:17:06 +0000
commit0969e057b9f008c7003196cff9297294a54e9c3d (patch)
treeaf765dd3d059317be61672993fee92f584643819
parentFrom netbsd: (diff)
downloadwireguard-openbsd-0969e057b9f008c7003196cff9297294a54e9c3d.tar.xz
wireguard-openbsd-0969e057b9f008c7003196cff9297294a54e9c3d.zip
Add another PCI vendor / product
-rw-r--r--sys/dev/pci/Makefile2
-rw-r--r--sys/dev/pci/pcidevs4
-rw-r--r--sys/dev/pci/pcidevs.h4
-rw-r--r--sys/dev/pci/pcidevs_data.h12
4 files changed, 21 insertions, 1 deletions
diff --git a/sys/dev/pci/Makefile b/sys/dev/pci/Makefile
index 48f8357d969..33676ded48b 100644
--- a/sys/dev/pci/Makefile
+++ b/sys/dev/pci/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 1995/06/18 01:07:04 cgd Exp $
-AWK= awk
+AWK= awk --posix
pcidevs.h pcidevs_data.h: pcidevs devlist2h.awk
/bin/rm -f pcidevs.h pcidevs_data.h
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs
index 201d632cfd8..4414b5b8939 100644
--- a/sys/dev/pci/pcidevs
+++ b/sys/dev/pci/pcidevs
@@ -55,6 +55,7 @@ vendor MYLEX 0x1069 Mylex
vendor APPLE 0x106B Apple
vendor QLOGIC 0x1077 QLogic # ??? XXX
vendor BIT3 0x108A Bit3 Computer Corp.
+vendor CMD 0x1095 CMD Technologies
vendor CABLETRON 0x10B1 Cabletron
vendor 3COM 0x10B7 3Com
vendor CERN 0x10DC CERN # ??? XXX
@@ -122,3 +123,6 @@ product S3 VISION864 0x88c0 UNSUPP Vision 864
/* 3COM Products */
product 3COM 3C590 0x5900 3c590
product 3COM 3C595 0x5950 3c595
+
+/* CMD Technologies Products */
+product CMD PCI0640 0x0640 UNSUPP PCI to IDE Controller
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 169b55235ba..3c2eec0784d 100644
--- a/sys/dev/pci/pcidevs.h
+++ b/sys/dev/pci/pcidevs.h
@@ -60,6 +60,7 @@
#define PCI_VENDOR_APPLE 0x106B /* Apple */
#define PCI_VENDOR_QLOGIC 0x1077 /* QLogic (??? XXX) */
#define PCI_VENDOR_BIT3 0x108A /* Bit3 Computer Corp. */
+#define PCI_VENDOR_CMD 0x1095 /* CMD Technologies */
#define PCI_VENDOR_CABLETRON 0x10B1 /* Cabletron */
#define PCI_VENDOR_3COM 0x10B7 /* 3Com */
#define PCI_VENDOR_CERN 0x10DC /* CERN (??? XXX) */
@@ -127,3 +128,6 @@
/* 3COM Products */
#define PCI_PRODUCT_3COM_3C590 0x5900 /* 3c590 */
#define PCI_PRODUCT_3COM_3C595 0x5950 /* 3c595 */
+
+/* CMD Technologies Products */
+#define PCI_PRODUCT_CMD_PCI0640 0x0640 /* PCI to IDE Controller */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index afbd026f09c..51d83eb277c 100644
--- a/sys/dev/pci/pcidevs_data.h
+++ b/sys/dev/pci/pcidevs_data.h
@@ -224,6 +224,12 @@ struct pci_knowndev pci_knowndevs[] = {
"3c595",
},
{
+ PCI_VENDOR_CMD, PCI_PRODUCT_CMD_PCI0640,
+ PCI_KNOWNDEV_UNSUPP,
+ "CMD Technologies",
+ "PCI to IDE Controller",
+ },
+ {
PCI_VENDOR_OLDNCR, 0,
PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD,
"NCR",
@@ -344,6 +350,12 @@ struct pci_knowndev pci_knowndevs[] = {
NULL,
},
{
+ PCI_VENDOR_CMD, 0,
+ PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD,
+ "CMD Technologies",
+ NULL,
+ },
+ {
PCI_VENDOR_CABLETRON, 0,
PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD,
"Cabletron",