summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2005-10-02 17:51:12 +0000
committerBrad Smith <brad@cvs.openbsd.org>2005-10-02 17:51:12 +0000
commit426a464d619c8743a048fa5d67a11fd94d8974fa (patch)
treea649db9ecee0233a508f2c961bb54ff06c480241
parentdd0e6f4016dcfcf4c2884dd408f17bd0c90604c4 (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 7ecd4322a69..e80e1f00008 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.926 2005/10/01 18:50:31 brad Exp
+ * OpenBSD: pcidevs,v 1.927 2005/10/02 17:49:16 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2268,11 +2268,18 @@
#define PCI_PRODUCT_NVIDIA_QUADRO4750XGL 0x0259 /* Quadro4 750 XGL */
#define PCI_PRODUCT_NVIDIA_QUADRO4700XGL 0x025B /* Quadro4 700 XGL */
#define PCI_PRODUCT_NVIDIA_GEFORCE4TI4200GO 0x0286 /* GeForce4 Ti 4200 Go */
+#define PCI_PRODUCT_NVIDIA_GEFORCEFX5800_U 0x0301 /* GeForce FX 5800 Ultra */
+#define PCI_PRODUCT_NVIDIA_GEFORCEFX5800 0x0302 /* GeForce FX 5800 */
+#define PCI_PRODUCT_NVIDIA_GEFORCEFX5600_U 0x0311 /* GeForce FX 5600 Ultra */
#define PCI_PRODUCT_NVIDIA_GEFORCEFX5600 0x0312 /* GeForce FX 5600 */
+#define PCI_PRODUCT_NVIDIA_GEFORCEFX5200_U 0x0321 /* GeForce FX 5200 Ultra */
#define PCI_PRODUCT_NVIDIA_GEFORCEFX5200 0x0322 /* GeForce FX 5200 */
#define PCI_PRODUCT_NVIDIA_GEFORCEFXGO5200 0x0324 /* GeForce FX Go 5200 */
#define PCI_PRODUCT_NVIDIA_GEFORCEFX5500 0x0326 /* GeForce FX 5500 */
#define PCI_PRODUCT_NVIDIA_GEFORCEFXGO5200_2 0x0329 /* GeForce FX Go 5200 */
+#define PCI_PRODUCT_NVIDIA_GEFORCEFX5900_U 0x0330 /* GeForce FX 5900 Ultra */
+#define PCI_PRODUCT_NVIDIA_GEFORCEFX5900 0x0331 /* GeForce FX 5900 */
+#define PCI_PRODUCT_NVIDIA_GEFORCEFX5950_U 0x0333 /* GeForce FX 5950 Ultra */
#define PCI_PRODUCT_NVIDIA_GEFORCEFX5700LE 0x0343 /* GeForce FX 5700LE */
#define PCI_PRODUCT_NVIDIA_GEFORCEFXGO5700 0x0348 /* GeForce FX Go 5700 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 258f178bcac..4b72dbec90f 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.926 2005/10/01 18:50:31 brad Exp
+ * OpenBSD: pcidevs,v 1.927 2005/10/02 17:49:16 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -6675,10 +6675,26 @@ static const struct pci_known_product pci_known_products[] = {
"GeForce4 Ti 4200 Go",
},
{
+ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCEFX5800_U,
+ "GeForce FX 5800 Ultra",
+ },
+ {
+ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCEFX5800,
+ "GeForce FX 5800",
+ },
+ {
+ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCEFX5600_U,
+ "GeForce FX 5600 Ultra",
+ },
+ {
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCEFX5600,
"GeForce FX 5600",
},
{
+ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCEFX5200_U,
+ "GeForce FX 5200 Ultra",
+ },
+ {
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCEFX5200,
"GeForce FX 5200",
},
@@ -6695,6 +6711,18 @@ static const struct pci_known_product pci_known_products[] = {
"GeForce FX Go 5200",
},
{
+ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCEFX5900_U,
+ "GeForce FX 5900 Ultra",
+ },
+ {
+ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCEFX5900,
+ "GeForce FX 5900",
+ },
+ {
+ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCEFX5950_U,
+ "GeForce FX 5950 Ultra",
+ },
+ {
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCEFX5700LE,
"GeForce FX 5700LE",
},