summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-03-28 09:30:02 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-03-28 09:30:02 +0000
commit609136cf159645bdee2fa5ea62f8c938a378b5d2 (patch)
treec17b1158d7ed192b8321d2f40316a397cf0dfe5f
parent0ff9ac6b31e1a26ac50c0aa1b4cbf1fcd1657b1e (diff)
sync
-rw-r--r--sys/dev/pci/pcidevs.h3
-rw-r--r--sys/dev/pci/pcidevs_data.h8
2 files changed, 9 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 6ca376a4a97..9009395a757 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.39 1998/03/28 04:29:11 deraadt Exp
+ * OpenBSD: pcidevs,v 1.40 1998/03/28 09:29:30 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -709,6 +709,7 @@
/* Diamond products */
#define PCI_PRODUCT_DIAMOND_VIPER 0x9001 /* Viper/PCI */
+#define PCI_PRODUCT_DIAMOND_MONSTER 0x0001 /* Monster */
/* Distributed Processing Technology products */
#define PCI_PRODUCT_DPT_SC_RAID 0xa400 /* SmartCache/Raid */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 96fd5e14d84..2048da0dcf4 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.39 1998/03/28 04:29:11 deraadt Exp
+ * OpenBSD: pcidevs,v 1.40 1998/03/28 09:29:30 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -789,6 +789,12 @@ struct pci_knowndev pci_knowndevs[] = {
"Viper/PCI",
},
{
+ PCI_VENDOR_DIAMOND, PCI_PRODUCT_DIAMOND_MONSTER,
+ 0,
+ "Diamond Computer Systems",
+ "Monster",
+ },
+ {
PCI_VENDOR_DPT, PCI_PRODUCT_DPT_SC_RAID,
0,
"Distributed Processing Technology",