summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2002-06-19 21:09:12 +0000
committerJason Wright <jason@cvs.openbsd.org>2002-06-19 21:09:12 +0000
commit7bd0c48c44c0441def5215477d438ba2fbb6c64b (patch)
tree200e5df211b555f80de4d490d62a69f517df499c /sys
parentbf6c33c079f034ac4529c1e3447001185ec11347 (diff)
sync
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h5
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 9 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index f1ab350e316..1ebffa1bb5a 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.522 2002/06/11 05:40:39 matthieu Exp
+ * OpenBSD: pcidevs,v 1.523 2002/06/19 21:08:31 jason Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1594,6 +1594,9 @@
#define PCI_PRODUCT_MOXA_CP114 0x1141 /* CP-114 */
#define PCI_PRODUCT_MOXA_C168H 0x1680 /* C168H */
+/* Mesa Ridge Technologies (MAGMA) */
+#define PCI_PRODUCT_MRTMAGMA_DMA4 0x0011 /* DMA4 serial */
+
/* Mylex products */
#define PCI_PRODUCT_MYLEX_960P 0x0001 /* DAC960P RAID */
#define PCI_PRODUCT_MYLEX_ACCELERAID 0x0050 /* AcceleRAID */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index a2d71689adb..54901b50f1e 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.522 2002/06/11 05:40:39 matthieu Exp
+ * OpenBSD: pcidevs,v 1.523 2002/06/19 21:08:31 jason Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -3207,6 +3207,10 @@ static const struct pci_known_product pci_known_products[] = {
"C168H",
},
{
+ PCI_VENDOR_MRTMAGMA, PCI_PRODUCT_MRTMAGMA_DMA4,
+ "DMA4 serial",
+ },
+ {
PCI_VENDOR_MYLEX, PCI_PRODUCT_MYLEX_960P,
"DAC960P RAID",
},