summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKevin Lo <kevlo@cvs.openbsd.org>2004-12-13 07:26:30 +0000
committerKevin Lo <kevlo@cvs.openbsd.org>2004-12-13 07:26:30 +0000
commit5c83e3a178f5af994490dc1b4acae56d30823b6c (patch)
tree29d6c4a24e367907666ecfda449c0f77c04d81b3 /sys
parent651a1b80842a4143624bfa832e4f534e13509471 (diff)
regen
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h3
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 3100c34af37..09c6f5cbff9 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.811 2004/12/11 08:38:08 henning Exp
+ * OpenBSD: pcidevs,v 1.812 2004/12/13 07:26:00 kevlo Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -736,6 +736,7 @@
#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_RADEON_RV280_M 0x5c61 /* Radeon Mobility 9200 */
#define PCI_PRODUCT_ATI_RADEON_M9PLUS 0x5c63 /* Radeon Mobility 9200 (M9+) */
#define PCI_PRODUCT_ATI_RS200_AGP 0x7010 /* RS200 AGP */
#define PCI_PRODUCT_ATI_RS200_PCI 0xcab2 /* RS200 PCI */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 0005f5eb91b..68a89b5ef58 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.811 2004/12/11 08:38:08 henning Exp
+ * OpenBSD: pcidevs,v 1.812 2004/12/13 07:26:00 kevlo Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1587,6 +1587,10 @@ static const struct pci_known_product pci_known_products[] = {
"Radeon 9200",
},
{
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_RV280_M,
+ "Radeon Mobility 9200",
+ },
+ {
PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_M9PLUS,
"Radeon Mobility 9200 (M9+)",
},