summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2005-07-03 01:40:00 +0000
committerBrad Smith <brad@cvs.openbsd.org>2005-07-03 01:40:00 +0000
commitf16442fd58c46fe957b9e0e09e37635123c668c8 (patch)
tree22145b806e5f16f7ab84a1f8f9c45d198e7f19d9 /sys/dev
parentb4be24aeb07236deeb0bea48d1629c1cb44bc253 (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 c336b687964..469930f3d6b 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.884 2005/07/02 06:15:39 deraadt Exp
+ * OpenBSD: pcidevs,v 1.885 2005/07/03 01:35:54 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2092,6 +2092,7 @@
#define PCI_PRODUCT_NVIDIA_NFORCE3_250_USB2 0x00e8 /* nForce3 250 USB2 */
#define PCI_PRODUCT_NVIDIA_NFORCE3_250_ACA 0x00ea /* nForce3 250 AC-97 Audio */
#define PCI_PRODUCT_NVIDIA_NFORCE3_250_PPB 0x00ed /* nForce3 250 PCI-PCI */
+#define PCI_PRODUCT_NVIDIA_GEFORCE6600GT 0x00f1 /* GeForce 6600 GT */
#define PCI_PRODUCT_NVIDIA_QUADROFX330 0x00fd /* Quadro FX 330 */
#define PCI_PRODUCT_NVIDIA_GEFORCE256 0x0100 /* GeForce256 */
#define PCI_PRODUCT_NVIDIA_GEFORCE256_DDR 0x0101 /* GeForce256 DDR */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index e78d5afec4b..0dd29832e19 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.884 2005/07/02 06:15:39 deraadt Exp
+ * OpenBSD: pcidevs,v 1.885 2005/07/03 01:35:54 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -6011,6 +6011,10 @@ static const struct pci_known_product pci_known_products[] = {
"nForce3 250 PCI-PCI",
},
{
+ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE6600GT,
+ "GeForce 6600 GT",
+ },
+ {
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_QUADROFX330,
"Quadro FX 330",
},