summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2005-08-19 11:19:19 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2005-08-19 11:19:19 +0000
commit2a7299740e681fdfe6743c59bfab197959fe2600 (patch)
treeee667b7339d3b2ca24d33d00e07cdc47da54b864 /sys/dev
parent9255c24be5195ad99a98e23cea065ed23b7c6c9f (diff)
regen
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pcidevs.h7
-rw-r--r--sys/dev/pci/pcidevs_data.h22
2 files changed, 27 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 87c275f0311..1ae567c862e 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.906 2005/08/16 16:35:32 brad Exp
+ * OpenBSD: pcidevs,v 1.907 2005/08/19 11:17:12 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -774,6 +774,7 @@
#define PCI_PRODUCT_ATI_MACH64_VT 0x5654 /* Mach64 VT */
#define PCI_PRODUCT_ATI_MACH64_VU 0x5655 /* Mach64 VU */
#define PCI_PRODUCT_ATI_MACH64_VV 0x5656 /* Mach64 VV */
+#define PCI_PRODUCT_ATI_RS300_HB 0x5831 /* RS300 Host */
#define PCI_PRODUCT_ATI_RADEON_IGP9100_HB 0x5833 /* Radeon IGP 9100 Host */
#define PCI_PRODUCT_ATI_RADEON_IGP9100 0x5835 /* Radeon Mobility IGP 9100 */
#define PCI_PRODUCT_ATI_RADEON_IGP9100_AGP 0x5838 /* Radeon IGP 9100 AGP */
@@ -794,7 +795,11 @@
#define PCI_PRODUCT_ATI_RADEON_RC410 0x5a61 /* Radeon XPRESS 200 */
#define PCI_PRODUCT_ATI_RADEON_RC410_B 0x5a62 /* Radeon XPRESS 200M */
#define PCI_PRODUCT_ATI_RADEON_X300 0x5b60 /* Radeon X300 */
+#define PCI_PRODUCT_ATI_RADEON_X600 0x5b62 /* Radeon X600 */
+#define PCI_PRODUCT_ATI_FIREGL_RV370 0x5b64 /* FireGL V3100 */
#define PCI_PRODUCT_ATI_RADEON_X300_2 0x5b70 /* Radeon X300 Sec */
+#define PCI_PRODUCT_ATI_RADEON_X600_2 0x5b72 /* Radeon X600 Sec */
+#define PCI_PRODUCT_ATI_FIREGL_RV370_2 0x5b74 /* FireGL V3100 Sec */
#define PCI_PRODUCT_ATI_RADEON_RV280_M 0x5c61 /* Radeon Mobility 9200 */
#define PCI_PRODUCT_ATI_RADEON_M9PLUS 0x5c63 /* Radeon Mobility 9200 (M9+) */
#define PCI_PRODUCT_ATI_RADEON_RV280_SE 0x5d44 /* Radeon 9200 SE */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index c16579f6712..1db9fb6924e 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.906 2005/08/16 16:35:32 brad Exp
+ * OpenBSD: pcidevs,v 1.907 2005/08/19 11:17:12 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1711,6 +1711,10 @@ static const struct pci_known_product pci_known_products[] = {
"Mach64 VV",
},
{
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RS300_HB,
+ "RS300 Host",
+ },
+ {
PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_IGP9100_HB,
"Radeon IGP 9100 Host",
},
@@ -1791,10 +1795,26 @@ static const struct pci_known_product pci_known_products[] = {
"Radeon X300",
},
{
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_X600,
+ "Radeon X600",
+ },
+ {
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_FIREGL_RV370,
+ "FireGL V3100",
+ },
+ {
PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_X300_2,
"Radeon X300 Sec",
},
{
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_X600_2,
+ "Radeon X600 Sec",
+ },
+ {
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_FIREGL_RV370_2,
+ "FireGL V3100 Sec",
+ },
+ {
PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_RV280_M,
"Radeon Mobility 9200",
},