summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2005-07-06 00:48:13 +0000
committerBrad Smith <brad@cvs.openbsd.org>2005-07-06 00:48:13 +0000
commitde741617038c2906387c6b8d1070a4ec60371311 (patch)
tree3daf5168d3b9aeae26e7c38b22df543f026dc9a6 /sys/dev
parent5e20504a0568018fa3047c0fb0ee004f9f08088c (diff)
regen
Diffstat (limited to 'sys/dev')
-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 0ce3bcfc7f0..1514d30054d 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.886 2005/07/03 02:08:24 brad Exp
+ * OpenBSD: pcidevs,v 1.887 2005/07/06 00:44:25 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1642,6 +1642,7 @@
/* Intergraph products */
#define PCI_PRODUCT_INTERGRAPH_4D50T 0x00e4 /* Powerstorm 4D50T */
+#define PCI_PRODUCT_INTERGRAPH_INTENSE3D 0x00eb /* Intense 3D */
#define PCI_PRODUCT_INTERGRAPH_EXPERT3D 0x07a0 /* Expert3D */
/* Interphase products */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 3624331562e..aa9270468e9 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.886 2005/07/03 02:08:24 brad Exp
+ * OpenBSD: pcidevs,v 1.887 2005/07/06 00:44:25 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -4619,6 +4619,10 @@ static const struct pci_known_product pci_known_products[] = {
"Powerstorm 4D50T",
},
{
+ PCI_VENDOR_INTERGRAPH, PCI_PRODUCT_INTERGRAPH_INTENSE3D,
+ "Intense 3D",
+ },
+ {
PCI_VENDOR_INTERGRAPH, PCI_PRODUCT_INTERGRAPH_EXPERT3D,
"Expert3D",
},