summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorChris Cappuccio <chris@cvs.openbsd.org>2001-08-03 21:32:21 +0000
committerChris Cappuccio <chris@cvs.openbsd.org>2001-08-03 21:32:21 +0000
commit17b6da627cb24572c6b4a25f85487e916be45b08 (patch)
tree5d5fc7e9411bd4e17eed11b51eda8efef993a62a /sys/dev
parent1d492face9e81a38e293825d526c63881ffb6f22 (diff)
sync
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pcidevs.h13
-rw-r--r--sys/dev/pci/pcidevs_data.h40
2 files changed, 50 insertions, 3 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 73bd30b488d..24a64c5449f 100644
--- a/sys/dev/pci/pcidevs.h
+++ b/sys/dev/pci/pcidevs.h
@@ -431,7 +431,7 @@
#define PCI_VENDOR_COROLLARY 0x118c /* Corrollary */
#define PCI_VENDOR_BITFLOW 0x118d /* BitFlow */
#define PCI_VENDOR_HERMSTEDT 0x118e /* Hermstedt */
-#define PCI_VENDOR_ARTOP 0x1191 /* Artop Electric */
+#define PCI_VENDOR_ACARD 0x1191 /* Acard */
#define PCI_VENDOR_DENSAN 0x1192 /* Densan */
#define PCI_VENDOR_ZEINET 0x1193 /* Zeinet */
#define PCI_VENDOR_TOUCAN 0x1194 /* Toucan Technology */
@@ -648,6 +648,17 @@
#define PCI_PRODUCT_ACC_2051_HB 0x2051 /* 2051 Host-PCI */
#define PCI_PRODUCT_ACC_2051_ISA 0x5842 /* 2051 Host-ISA */
+/* Acard products */
+#define PCI_PRODUCT_ACARD_ATP850U 0x0005 /* ATP850U/UF IDE */
+#define PCI_PRODUCT_ACARD_ATP860 0x0006 /* ATP860 IDE */
+#define PCI_PRODUCT_ACARD_ATP860A 0x0007 /* ATP860-A IDE */
+#define PCI_PRODUCT_ACARD_AEC6710 0x8002 /* AEC6710 SCSI */
+#define PCI_PRODUCT_ACARD_AEC6712UW 0x8010 /* AEC6712UW SCSI */
+#define PCI_PRODUCT_ACARD_AEC6712U 0x8020 /* AEC6712U SCSI */
+#define PCI_PRODUCT_ACARD_AEC6712S 0x8030 /* AEC6712S SCSI */
+#define PCI_PRODUCT_ACARD_AEC6710D 0x8040 /* AEC6710D SCSI */
+#define PCI_PRODUCT_ACARD_AEC6715UW 0x8050 /* AEC6715UW SCSI */
+
/* Accton products */
#define PCI_PRODUCT_ACCTON_5030 0x1211 /* MPX 5030/5038 */
#define PCI_PRODUCT_ACCTON_EN2242 0x1216 /* EN2242 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 8a2520eefeb..1d38ac86c73 100644
--- a/sys/dev/pci/pcidevs_data.h
+++ b/sys/dev/pci/pcidevs_data.h
@@ -267,6 +267,42 @@ static const struct pci_known_product pci_known_products[] = {
"2051 Host-ISA",
},
{
+ PCI_VENDOR_ACARD, PCI_PRODUCT_ACARD_ATP850U,
+ "ATP850U/UF IDE",
+ },
+ {
+ PCI_VENDOR_ACARD, PCI_PRODUCT_ACARD_ATP860,
+ "ATP860 IDE",
+ },
+ {
+ PCI_VENDOR_ACARD, PCI_PRODUCT_ACARD_ATP860A,
+ "ATP860-A IDE",
+ },
+ {
+ PCI_VENDOR_ACARD, PCI_PRODUCT_ACARD_AEC6710,
+ "AEC6710 SCSI",
+ },
+ {
+ PCI_VENDOR_ACARD, PCI_PRODUCT_ACARD_AEC6712UW,
+ "AEC6712UW SCSI",
+ },
+ {
+ PCI_VENDOR_ACARD, PCI_PRODUCT_ACARD_AEC6712U,
+ "AEC6712U SCSI",
+ },
+ {
+ PCI_VENDOR_ACARD, PCI_PRODUCT_ACARD_AEC6712S,
+ "AEC6712S SCSI",
+ },
+ {
+ PCI_VENDOR_ACARD, PCI_PRODUCT_ACARD_AEC6710D,
+ "AEC6710D SCSI",
+ },
+ {
+ PCI_VENDOR_ACARD, PCI_PRODUCT_ACARD_AEC6715UW,
+ "AEC6715UW SCSI",
+ },
+ {
PCI_VENDOR_ACCTON, PCI_PRODUCT_ACCTON_5030,
"MPX 5030/5038",
},
@@ -6123,8 +6159,8 @@ static const struct pci_known_vendor pci_known_vendors[] = {
"Hermstedt",
},
{
- PCI_VENDOR_ARTOP,
- "Artop Electric",
+ PCI_VENDOR_ACARD,
+ "Acard",
},
{
PCI_VENDOR_DENSAN,