summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-05-06 16:42:52 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-05-06 16:42:52 +0000
commite56c1491cd8b980b8f0a743b560b27fe13cbc359 (patch)
tree20bcd89f62247d72d61f2210569a1953d0a0496f /sys/dev/pci
parent7222bfea598868f04b7c690ab284dd25ab0231ac (diff)
sync
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pcidevs.h5
-rw-r--r--sys/dev/pci/pcidevs_data.h14
2 files changed, 17 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index d871f473b8f..4b04bdc53fb 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.729 2004/05/05 22:16:31 brad Exp
+ * OpenBSD: pcidevs,v 1.730 2004/05/06 16:42:40 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -598,6 +598,7 @@
#define PCI_PRODUCT_ATI_MACH32 0x4158 /* Mach32 */
#define PCI_PRODUCT_ATI_R200_BB 0x4242 /* Radeon 8500 BB */
#define PCI_PRODUCT_ATI_RADEON_IGP320M 0x4336 /* Radeon IGP 320M */
+#define PCI_PRODUCT_ATI_MOBILITY_M6 0x4337 /* Mobility M6 */
#define PCI_PRODUCT_ATI_MACH64_CT 0x4354 /* Mach64 CT */
#define PCI_PRODUCT_ATI_MACH64_CX 0x4358 /* Mach64 CX */
#define PCI_PRODUCT_ATI_MACH64_ET 0x4554 /* Mach64 ET */
@@ -674,6 +675,8 @@
#define PCI_PRODUCT_ATI_MACH64_VV 0x5656 /* Mach64 VV */
#define PCI_PRODUCT_ATI_RADEON_RV280_2 0x5941 /* Radeon 9200 2nd */
#define PCI_PRODUCT_ATI_RADEON_RV280 0x5961 /* Radeon 9200 */
+#define PCI_PRODUCT_ATI_RS200_AGP 0x7010 /* RS200 AGP */
+#define PCI_PRODUCT_ATI_RS200_PCI 0xcab2 /* RS200 PCI */
/* Applied Micro Circuits products */
#define PCI_PRODUCT_AMCIRCUITS_S5933 0x4750 /* S5933 PCI Matchmaker */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index dcdeff56558..f0da7979378 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.729 2004/05/05 22:16:31 brad Exp
+ * OpenBSD: pcidevs,v 1.730 2004/05/06 16:42:40 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1107,6 +1107,10 @@ static const struct pci_known_product pci_known_products[] = {
"Radeon IGP 320M",
},
{
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_MOBILITY_M6,
+ "Mobility M6",
+ },
+ {
PCI_VENDOR_ATI, PCI_PRODUCT_ATI_MACH64_CT,
"Mach64 CT",
},
@@ -1411,6 +1415,14 @@ static const struct pci_known_product pci_known_products[] = {
"Radeon 9200",
},
{
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RS200_AGP,
+ "RS200 AGP",
+ },
+ {
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RS200_PCI,
+ "RS200 PCI",
+ },
+ {
PCI_VENDOR_AMCIRCUITS, PCI_PRODUCT_AMCIRCUITS_S5933,
"S5933 PCI Matchmaker",
},