summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-08-02 23:29:17 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-08-02 23:29:17 +0000
commitdf0e75e486d9a9a3bd3475447567a868cf8755cb (patch)
treecc5df510098dca9b2bb201311676c9970aaa267d /sys/dev/pci
parent2d2811eaf9d5d9ac59b29c6d22e81fd4ad7de42b (diff)
sync
Diffstat (limited to 'sys/dev/pci')
-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 6c603b0315c..00d326a7926 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.753 2004/07/28 13:12:30 millert Exp
+ * OpenBSD: pcidevs,v 1.754 2004/08/02 23:29:07 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -660,6 +660,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_RV350 0x4e50 /* Radeon Mobility M10 NP */
#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 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 8f6b76a6ee9..5fcd7353ab0 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.753 2004/07/28 13:12:30 millert Exp
+ * OpenBSD: pcidevs,v 1.754 2004/08/02 23:29:07 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1347,6 +1347,10 @@ static const struct pci_known_product pci_known_products[] = {
"Radeon 9500/9700",
},
{
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RV350,
+ "Radeon Mobility M10 NP",
+ },
+ {
PCI_VENDOR_ATI, PCI_PRODUCT_ATI_R300_S,
"Radeon 9500/9700 Sec",
},