From fc353ae1bb9d19a447eb43f0844b6cb377665015 Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Sun, 7 Oct 2001 22:26:24 +0000 Subject: sync --- sys/dev/pci/pcidevs.h | 6 +++++- sys/dev/pci/pcidevs_data.h | 10 +++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'sys/dev/pci') 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 $ */ @@ -1666,6 +1666,10 @@ static const struct pci_known_product pci_known_products[] = { PCI_VENDOR_DOLPHIN, PCI_PRODUCT_DOLPHIN_PCISCI, "PCI-SCI", }, + { + PCI_VENDOR_DTCTECH, PCI_PRODUCT_DTCTECH_DMX3194U, + "DMX3194U SCSI", + }, { PCI_VENDOR_EMULEX, PCI_PRODUCT_EMULEX_LPPFC, "Light Pulse FibreChannel", @@ -6722,6 +6726,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { PCI_VENDOR_SIIG, "SIIG", }, + { + PCI_VENDOR_DTCTECH, + "DTC Tech", + }, { PCI_VENDOR_PCTEL, "PCTEL", -- cgit v1.2.3