summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-02-06 22:01:08 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-02-06 22:01:08 +0000
commit0e12631e543ba60fd713efa0e7cd366a0f7f7150 (patch)
tree688c319fd54f2db3133486db99a4cf276ae104c8
parent64617a40db454d8b70074cd145a1d085573a1619 (diff)
sync
-rw-r--r--sys/dev/pci/pcidevs.h10
-rw-r--r--sys/dev/pci/pcidevs_data.h16
2 files changed, 18 insertions, 8 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 9b817e9366b..509c4816804 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.594 2003/02/05 22:09:26 mickey Exp
+ * OpenBSD: pcidevs,v 1.595 2003/02/06 22:00:59 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -914,6 +914,8 @@
#define PCI_PRODUCT_ATI_MACH64_GX 0x4758 /* Mach64 GX */
#define PCI_PRODUCT_ATI_MACH64_GY 0x4759 /* Mach64 GY */
#define PCI_PRODUCT_ATI_MACH64_GZ 0x475a /* Mach64 GZ */
+#define PCI_PRODUCT_ATI_RV250 0x4966 /* Radeon 9000 */
+#define PCI_PRODUCT_ATI_RV250_S 0x496e /* Radeon 9000 Sec */
#define PCI_PRODUCT_ATI_MACH64_LB 0x4c42 /* Mach64 LB */
#define PCI_PRODUCT_ATI_MACH64_LD 0x4c44 /* Mach64 LD */
#define PCI_PRODUCT_ATI_RAGE128_LE 0x4c45 /* Rage128 LE */
@@ -932,7 +934,7 @@
#define PCI_PRODUCT_ATI_RAGE128_MF 0x4d46 /* Rage 128 Mobility MF */
#define PCI_PRODUCT_ATI_RAGE128_ML 0x4d4c /* Rage 128 Mobility ML */
#define PCI_PRODUCT_ATI_R300 0x4e44 /* Radeon 9500/9700 */
-#define PCI_PRODUCT_ATI_R300_S 0x4e64 /* Radeon 9500/9700 - Secondary */
+#define PCI_PRODUCT_ATI_R300_S 0x4e64 /* Radeon 9500/9700 Sec */
#define PCI_PRODUCT_ATI_RAGE128_PD 0x5044 /* Rage 128 Pro PD */
#define PCI_PRODUCT_ATI_RAGE_FURY 0x5046 /* Rage Fury */
#define PCI_PRODUCT_ATI_RAGE128_PK 0x5052 /* Rage 128 PK */
@@ -1889,9 +1891,9 @@
#define PCI_PRODUCT_NVIDIA_GEFORCE4MX420 0x0172 /* GeForce4 MX 420 */
#define PCI_PRODUCT_NVIDIA_GEFORCE4440GO 0x0174 /* GeForce4 440 Go */
#define PCI_PRODUCT_NVIDIA_GEFORCE4420GO 0x0175 /* GeForce4 420 Go */
-#define PCI_PRODUCT_NVIDIA_GEFORCE4420GOM32 0x0176 /* GeForce4 420 Go M32 */
+#define PCI_PRODUCT_NVIDIA_GEFORCE4420GOM32 0x0176 /* GeForce4 420 Go 32M */
#define PCI_PRODUCT_NVIDIA_QUADRO4500XGL 0x0178 /* Quadro4 500XGL */
-#define PCI_PRODUCT_NVIDIA_GEFORCE4440GOM64 0x0179 /* GeForce4 440 Go M32 */
+#define PCI_PRODUCT_NVIDIA_GEFORCE4440GOM64 0x0179 /* GeForce4 440 Go 32M */
#define PCI_PRODUCT_NVIDIA_QUADRO4200 0x017a /* Quadro4 200/400NVS */
#define PCI_PRODUCT_NVIDIA_QUADRO4550XGL 0x017b /* Quadro4 550XGL */
#define PCI_PRODUCT_NVIDIA_QUADRO4500GOGL 0x017c /* Quadro4 GoGL */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index fcc35deec28..d4beaa78c8a 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.594 2003/02/05 22:09:26 mickey Exp
+ * OpenBSD: pcidevs,v 1.595 2003/02/06 22:00:59 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1051,6 +1051,14 @@ static const struct pci_known_product pci_known_products[] = {
"Mach64 GZ",
},
{
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RV250,
+ "Radeon 9000",
+ },
+ {
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RV250_S,
+ "Radeon 9000 Sec",
+ },
+ {
PCI_VENDOR_ATI, PCI_PRODUCT_ATI_MACH64_LB,
"Mach64 LB",
},
@@ -1124,7 +1132,7 @@ static const struct pci_known_product pci_known_products[] = {
},
{
PCI_VENDOR_ATI, PCI_PRODUCT_ATI_R300_S,
- "Radeon 9500/9700 - Secondary",
+ "Radeon 9500/9700 Sec",
},
{
PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RAGE128_PD,
@@ -4132,7 +4140,7 @@ static const struct pci_known_product pci_known_products[] = {
},
{
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE4420GOM32,
- "GeForce4 420 Go M32",
+ "GeForce4 420 Go 32M",
},
{
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_QUADRO4500XGL,
@@ -4140,7 +4148,7 @@ static const struct pci_known_product pci_known_products[] = {
},
{
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE4440GOM64,
- "GeForce4 440 Go M32",
+ "GeForce4 440 Go 32M",
},
{
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_QUADRO4200,