summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2005-02-02 19:41:16 +0000
committerBrad Smith <brad@cvs.openbsd.org>2005-02-02 19:41:16 +0000
commit1f16acd059c0d6258c2f117e868197975a59c973 (patch)
tree7d541fbe27a31eeb7e75a3cc7d636ff6cc446d3b /sys/dev/pci
parent9c28515cb5e166228b53c96810fa0d5d34a76ccd (diff)
regen
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pcidevs.h4
-rw-r--r--sys/dev/pci/pcidevs_data.h10
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 6c79772e9a2..53f77443614 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.829 2005/01/31 04:25:44 martin Exp
+ * OpenBSD: pcidevs,v 1.830 2005/02/02 19:39:54 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -745,8 +745,10 @@
#define PCI_PRODUCT_ATI_RADEON_IGP9100_AGP 0x5838 /* Radeon IGP 9100 AGP */
#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_SE_2 0x5964 /* Radeon 9200 SE 2nd */
#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 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 12ff0a4b360..c8cc68cab3d 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.829 2005/01/31 04:25:44 martin Exp
+ * OpenBSD: pcidevs,v 1.830 2005/02/02 19:39:54 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1611,6 +1611,10 @@ static const struct pci_known_product pci_known_products[] = {
"Radeon 9200",
},
{
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_RV280_SE_2,
+ "Radeon 9200 SE 2nd",
+ },
+ {
PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_RV280_M,
"Radeon Mobility 9200",
},
@@ -1619,6 +1623,10 @@ static const struct pci_known_product pci_known_products[] = {
"Radeon Mobility 9200 (M9+)",
},
{
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_RV280_SE,
+ "Radeon 9200 SE",
+ },
+ {
PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RS200_AGP,
"RS200 AGP",
},