diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-07-06 00:48:13 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-07-06 00:48:13 +0000 |
commit | de741617038c2906387c6b8d1070a4ec60371311 (patch) | |
tree | 3daf5168d3b9aeae26e7c38b22df543f026dc9a6 /sys/dev | |
parent | 5e20504a0568018fa3047c0fb0ee004f9f08088c (diff) |
regen
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
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", }, |