summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2005-03-09 12:14:14 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2005-03-09 12:14:14 +0000
commit07ed76068c07a0e450e3a1e885645e069040f400 (patch)
tree929c199bd1736cc2bd5384ee4d61528fb6a13041
parent0ea17839f1a3f21c12e5c74e2e087c39bc4e0860 (diff)
regen
-rw-r--r--sys/dev/pci/pcidevs.h8
-rw-r--r--sys/dev/pci/pcidevs_data.h14
2 files changed, 16 insertions, 6 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index c1b6e9cdd26..6ca17b48655 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.841 2005/03/07 15:56:34 xsa Exp
+ * OpenBSD: pcidevs,v 1.842 2005/03/09 12:12:56 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -752,8 +752,10 @@
#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 */
-#define PCI_PRODUCT_ATI_RS200_AGP 0x7010 /* RS200 AGP */
-#define PCI_PRODUCT_ATI_RS200_PCI 0xcab2 /* RS200 PCI */
+#define PCI_PRODUCT_ATI_RS100_PCI 0x700f /* RS100 PCI */
+#define PCI_PRODUCT_ATI_RS200_PCI 0x7010 /* RS200 PCI */
+#define PCI_PRODUCT_ATI_RS100_AGP 0xcab0 /* RS100 AGP */
+#define PCI_PRODUCT_ATI_RS200_AGP 0xcab2 /* RS200 AGP */
/* 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 f479ca5ac81..98fa73b7a09 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.841 2005/03/07 15:56:34 xsa Exp
+ * OpenBSD: pcidevs,v 1.842 2005/03/09 12:12:56 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1635,14 +1635,22 @@ static const struct pci_known_product pci_known_products[] = {
"Radeon 9200 SE",
},
{
- PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RS200_AGP,
- "RS200 AGP",
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RS100_PCI,
+ "RS100 PCI",
},
{
PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RS200_PCI,
"RS200 PCI",
},
{
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RS100_AGP,
+ "RS100 AGP",
+ },
+ {
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RS200_AGP,
+ "RS200 AGP",
+ },
+ {
PCI_VENDOR_AMCIRCUITS, PCI_PRODUCT_AMCIRCUITS_S5933,
"S5933 PCI Matchmaker",
},