summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlebel <lebel@cvs.openbsd.org>2001-11-04 19:49:00 +0000
committerlebel <lebel@cvs.openbsd.org>2001-11-04 19:49:00 +0000
commitb41813dd8a8634dd5e7f73ce78c3a718fa29fd77 (patch)
treec546de0a3a5010204685223378c9373b962f2735
parentcde293c02b37f7c0b76c07878e5756dbc6bff93d (diff)
sync. deraadt@ OK.
-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 f8e5191a4e7..e0b75377180 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.457 2001/10/25 16:43:02 mickey Exp
+ * OpenBSD: pcidevs,v 1.460 2001/11/04 19:48:32 lebel Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -862,6 +862,7 @@
#define PCI_PRODUCT_ATI_MOBILITY_1 0x4c4d /* Mobility 1 */
#define PCI_PRODUCT_ATI_MACH64_LP 0x4c50 /* Mach64 LP */
#define PCI_PRODUCT_ATI_RAGE_PM 0x4c52 /* Rage P/M */
+#define PCI_PRODUCT_ATI_RADEON_M 0x4c59 /* Radeon Mobility */
#define PCI_PRODUCT_ATI_RAGE_FURY 0x5046 /* Rage Fury */
#define PCI_PRODUCT_ATI_RAGE128_PK 0x5052 /* Rage 128 PK */
#define PCI_PRODUCT_ATI_RADEON_AIW 0x5144 /* AIW Radeon */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 623c03a6159..ae27d3df4a4 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.457 2001/10/25 16:43:02 mickey Exp
+ * OpenBSD: pcidevs,v 1.460 2001/11/04 19:48:32 lebel Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -943,6 +943,10 @@ static const struct pci_known_product pci_known_products[] = {
"Rage P/M",
},
{
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_M,
+ "Radeon Mobility",
+ },
+ {
PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RAGE_FURY,
"Rage Fury",
},