summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2001-10-07 22:26:24 +0000
committerJason Wright <jason@cvs.openbsd.org>2001-10-07 22:26:24 +0000
commitfc353ae1bb9d19a447eb43f0844b6cb377665015 (patch)
tree34bd4d9470ef7a898fc36496dcf94e5d38cee942
parent4751315879a157e20397d97a8f3e81d43723de0e (diff)
sync
-rw-r--r--sys/dev/pci/pcidevs.h6
-rw-r--r--sys/dev/pci/pcidevs_data.h10
2 files changed, 14 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index f30e0e3bf78..0fb3a783497 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.452 2001/10/05 20:55:09 jason Exp
+ * OpenBSD: pcidevs,v 1.454 2001/10/07 22:25:34 jason Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -525,6 +525,7 @@
#define PCI_VENDOR_PE 0x1318 /* Packet Engines */
#define PCI_VENDOR_FORTEMEDIA 0x1319 /* Forte Media */
#define PCI_VENDOR_SIIG 0x131f /* SIIG */
+#define PCI_VENDOR_DTCTECH 0x134a /* DTC Tech */
#define PCI_VENDOR_PCTEL 0x134d /* PCTEL */
#define PCI_VENDOR_KAWASAKI 0x136b /* Kawasaki */
#define PCI_VENDOR_LMC 0x1376 /* LAN Media Corp */
@@ -1103,6 +1104,9 @@
/* Dolphin products */
#define PCI_PRODUCT_DOLPHIN_PCISCI 0x0658 /* PCI-SCI */
+/* DTC Technology Corp products */
+#define PCI_PRODUCT_DTCTECH_DMX3194U 0x0002 /* DMX3194U SCSI */
+
/* Emulex products */
#define PCI_PRODUCT_EMULEX_LPPFC 0x10df /* Light Pulse FibreChannel */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 89bdb23dd31..16f154fdb72 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.452 2001/10/05 20:55:09 jason Exp
+ * OpenBSD: pcidevs,v 1.454 2001/10/07 22:25:34 jason Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1667,6 +1667,10 @@ static const struct pci_known_product pci_known_products[] = {
"PCI-SCI",
},
{
+ PCI_VENDOR_DTCTECH, PCI_PRODUCT_DTCTECH_DMX3194U,
+ "DMX3194U SCSI",
+ },
+ {
PCI_VENDOR_EMULEX, PCI_PRODUCT_EMULEX_LPPFC,
"Light Pulse FibreChannel",
},
@@ -6723,6 +6727,10 @@ static const struct pci_known_vendor pci_known_vendors[] = {
"SIIG",
},
{
+ PCI_VENDOR_DTCTECH,
+ "DTC Tech",
+ },
+ {
PCI_VENDOR_PCTEL,
"PCTEL",
},