summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2004-12-08 18:54:47 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2004-12-08 18:54:47 +0000
commit9796facf0bc1cb5aece7b803d61c3e65ba14ea6b (patch)
treebe8cd80430c11e6cadfd967e05961c5b86dea740 /sys/dev/pci
parentfb972d3966975898f208e2783611ee6e74ebcdb5 (diff)
sync
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pcidevs.h3
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 80c79c5532e..27774d4077f 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.807 2004/12/07 11:06:56 jsg Exp
+ * OpenBSD: pcidevs,v 1.808 2004/12/08 18:52:22 martin Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1692,6 +1692,7 @@
#define PCI_PRODUCT_MENTOR_PCI0661 0x0661 /* PCI-PCI */
/* Mitsubishi Electronics */
+#define PCI_PRODUCT_MITSUBISHIELEC_4D30T 0x0301 /* Powerstorm 4D30T */
#define PCI_PRODUCT_MITSUBISHIELEC_GUI 0x0304 /* GUI Accel */
/* Motorola products */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 7ce13aee311..2bdff65d7a1 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.807 2004/12/07 11:06:56 jsg Exp
+ * OpenBSD: pcidevs,v 1.808 2004/12/08 18:52:22 martin Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -4675,6 +4675,10 @@ static const struct pci_known_product pci_known_products[] = {
"PCI-PCI",
},
{
+ PCI_VENDOR_MITSUBISHIELEC, PCI_PRODUCT_MITSUBISHIELEC_4D30T,
+ "Powerstorm 4D30T",
+ },
+ {
PCI_VENDOR_MITSUBISHIELEC, PCI_PRODUCT_MITSUBISHIELEC_GUI,
"GUI Accel",
},