summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2005-07-06 10:42:15 +0000
committerjsg <jsg@openbsd.org>2005-07-06 10:42:15 +0000
commitff3571cbbe72fd4969106ead562d07d453a55e33 (patch)
treea5bf2f5dada2957ed19fbcc60129e708fe326794
parentMore NVIDIA devices, in a dmesg from tybollt at solace.mh.se (diff)
downloadwireguard-openbsd-ff3571cbbe72fd4969106ead562d07d453a55e33.tar.xz
wireguard-openbsd-ff3571cbbe72fd4969106ead562d07d453a55e33.zip
regen
-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",
},