summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2005-07-06 10:42:16 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2005-07-06 10:42:16 +0000
commitb8e3724e3de90df9bddce398162156b5ce7559a4 (patch)
tree695a9e7a945b1c204aae2eebdca278dd1d01e5ca /sys/dev
parent51a99ccca7cfe01440168efdfd6c071c1a134ca7 (diff)
regen
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pcidevs.h4
-rw-r--r--sys/dev/pci/pcidevs_data.h10
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 1514d30054d..0b2ea7ffe40 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.887 2005/07/06 00:44:25 brad Exp
+ * OpenBSD: pcidevs,v 1.888 2005/07/06 10:40:44 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2037,6 +2037,7 @@
#define PCI_PRODUCT_NVIDIA_MCP04_LAN1 0x0037 /* MCP04 LAN */
#define PCI_PRODUCT_NVIDIA_MCP04_LAN2 0x0038 /* MCP04 LAN */
#define PCI_PRODUCT_NVIDIA_NFORCE4_ISA 0x0050 /* nForce4 ISA */
+#define PCI_PRODUCT_NVIDIA_NFORCE4_ISA2 0x0051 /* nForce4 ISA */
#define PCI_PRODUCT_NVIDIA_NFORCE4_SMBUS 0x0052 /* nForce4 SMBus */
#define PCI_PRODUCT_NVIDIA_NFORCE4_ATA133 0x0053 /* nForce4 IDE */
#define PCI_PRODUCT_NVIDIA_NFORCE4_SATA1 0x0054 /* nForce4 SATA 1 */
@@ -2103,6 +2104,7 @@
#define PCI_PRODUCT_NVIDIA_GEFORCE2GO 0x0112 /* GeForce2 Go */
#define PCI_PRODUCT_NVIDIA_QUADRO2_MXR 0x0113 /* Quadro2 MXR */
#define PCI_PRODUCT_NVIDIA_GEFORCE6600GT 0x0140 /* GeForce 6600 GT */
+#define PCI_PRODUCT_NVIDIA_GEFORCE6600 0x0141 /* GeForce 6600 */
#define PCI_PRODUCT_NVIDIA_GEFORCE2GTS 0x0150 /* GeForce2 GTS */
#define PCI_PRODUCT_NVIDIA_GEFORCE2TI 0x0151 /* GeForce2 Ti */
#define PCI_PRODUCT_NVIDIA_GEFORCE2ULTRA 0x0152 /* GeForce2 Ultra */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index aa9270468e9..f0f8e82f688 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.887 2005/07/06 00:44:25 brad Exp
+ * OpenBSD: pcidevs,v 1.888 2005/07/06 10:40:44 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -5791,6 +5791,10 @@ static const struct pci_known_product pci_known_products[] = {
"nForce4 ISA",
},
{
+ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE4_ISA2,
+ "nForce4 ISA",
+ },
+ {
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE4_SMBUS,
"nForce4 SMBus",
},
@@ -6055,6 +6059,10 @@ static const struct pci_known_product pci_known_products[] = {
"GeForce 6600 GT",
},
{
+ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE6600,
+ "GeForce 6600",
+ },
+ {
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE2GTS,
"GeForce2 GTS",
},