summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2005-05-24 02:52:51 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2005-05-24 02:52:51 +0000
commit946b97d284479697a228d341acab22a644fd3964 (patch)
tree53b348dccab910543a3badc1e90f82c576af43c9
parent5ed73683abe6753d750b28905321dada225420a4 (diff)
regen
-rw-r--r--sys/dev/pci/pcidevs.h9
-rw-r--r--sys/dev/pci/pcidevs_data.h30
2 files changed, 37 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 578205e24ec..2cb7de01bce 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.866 2005/05/22 03:54:37 reyk Exp
+ * OpenBSD: pcidevs,v 1.867 2005/05/24 02:49:37 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2022,6 +2022,7 @@
#define PCI_PRODUCT_NVIDIA_VANTA2 0x002d /* Vanta */
#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_SMBUS 0x0052 /* nForce4 SMBus */
#define PCI_PRODUCT_NVIDIA_NFORCE4_ATA133 0x0053 /* nForce4 IDE */
#define PCI_PRODUCT_NVIDIA_NFORCE4_SATA1 0x0054 /* nForce4 SATA 1 */
@@ -2029,6 +2030,11 @@
#define PCI_PRODUCT_NVIDIA_CK804_LAN1 0x0056 /* CK804 LAN */
#define PCI_PRODUCT_NVIDIA_CK804_LAN2 0x0057 /* CK804 LAN */
#define PCI_PRODUCT_NVIDIA_NFORCE4_AC 0x0059 /* nForce4 AC-97 */
+#define PCI_PRODUCT_NVIDIA_NFORCE4_USB 0x005a /* nForce4 USB */
+#define PCI_PRODUCT_NVIDIA_NFORCE4_USB2 0x005b /* nForce4 USB */
+#define PCI_PRODUCT_NVIDIA_NFORCE4_PPB 0x005c /* nForce4 PCI-PCI */
+#define PCI_PRODUCT_NVIDIA_NFORCE4_PPB2 0x005d /* nForce4 PCIE */
+#define PCI_PRODUCT_NVIDIA_NFORCE4_MEM 0x005e /* nForce4 DDR */
#define PCI_PRODUCT_NVIDIA_NFORCE2_ISA 0x0060 /* nForce2 ISA */
#define PCI_PRODUCT_NVIDIA_NFORCE2_SMB 0x0064 /* nForce2 SMBus */
#define PCI_PRODUCT_NVIDIA_NFORCE2_IDE 0x0065 /* nForce2 IDE */
@@ -2081,6 +2087,7 @@
#define PCI_PRODUCT_NVIDIA_GEFORCE2MX_100 0x0111 /* GeForce2 MX 100 */
#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_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 7dc7ecd230c..3ce57df8d4c 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.866 2005/05/22 03:54:37 reyk Exp
+ * OpenBSD: pcidevs,v 1.867 2005/05/24 02:49:37 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -5731,6 +5731,10 @@ static const struct pci_known_product pci_known_products[] = {
"MCP04 LAN",
},
{
+ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE4_ISA,
+ "nForce4 ISA",
+ },
+ {
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE4_SMBUS,
"nForce4 SMBus",
},
@@ -5759,6 +5763,26 @@ static const struct pci_known_product pci_known_products[] = {
"nForce4 AC-97",
},
{
+ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE4_USB,
+ "nForce4 USB",
+ },
+ {
+ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE4_USB2,
+ "nForce4 USB",
+ },
+ {
+ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE4_PPB,
+ "nForce4 PCI-PCI",
+ },
+ {
+ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE4_PPB2,
+ "nForce4 PCIE",
+ },
+ {
+ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE4_MEM,
+ "nForce4 DDR",
+ },
+ {
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE2_ISA,
"nForce2 ISA",
},
@@ -5967,6 +5991,10 @@ static const struct pci_known_product pci_known_products[] = {
"Quadro2 MXR",
},
{
+ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE6600GT,
+ "GeForce 6600 GT",
+ },
+ {
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE2GTS,
"GeForce2 GTS",
},