summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/pci/pcidevs.h11
-rw-r--r--sys/dev/pci/pcidevs_data.h26
2 files changed, 26 insertions, 11 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 13893724ca3..2ceac0b19be 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.1607 2011/05/29 14:35:46 deraadt Exp
+ * OpenBSD: pcidevs,v 1.1608 2011/05/29 16:21:09 kettenis Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -977,8 +977,10 @@
#define PCI_PRODUCT_ATI_SB700_OHCI_5 0x439b /* SB700 USB */
#define PCI_PRODUCT_ATI_SB700_IDE 0x439c /* SB700 IDE */
#define PCI_PRODUCT_ATI_SB700_ISA 0x439d /* SB700 ISA */
-#define PCI_PRODUCT_ATI_SB700_PCIPCI1 0x43a0 /* SB700 PCI-PCI */
-#define PCI_PRODUCT_ATI_SB700_PCIPCI2 0x43a1 /* SB700 PCI-PCI */
+#define PCI_PRODUCT_ATI_SB800_PCIE_1 0x43a0 /* SB800 PCIE */
+#define PCI_PRODUCT_ATI_SB800_PCIE_2 0x43a1 /* SB800 PCIE */
+#define PCI_PRODUCT_ATI_SB800_PCIE_3 0x43a2 /* SB800 PCIE */
+#define PCI_PRODUCT_ATI_SB800_PCIE_4 0x43a3 /* SB800 PCIE */
#define PCI_PRODUCT_ATI_RADEON_MIGP_RS250 0x4437 /* Radeon Mobility IGP */
#define PCI_PRODUCT_ATI_MACH64_ET 0x4554 /* Mach64 ET */
#define PCI_PRODUCT_ATI_RAGEPRO 0x4742 /* Rage Pro */
@@ -1178,7 +1180,8 @@
#define PCI_PRODUCT_ATI_SR5690_PCIE_8 0x5a1e /* SR5690 PCIE */
#define PCI_PRODUCT_ATI_SR5690_PCIE_9 0x5a1f /* SR5690 PCIE */
#define PCI_PRODUCT_ATI_SR5690_PCIE_A 0x5a20 /* SR5690 PCIE */
-#define PCI_PRODUCT_ATI_RX200_HB 0x5a33 /* Radeon XPRESS 200 */
+#define PCI_PRODUCT_ATI_RS400_HB 0x5a31 /* RS400 Host */
+#define PCI_PRODUCT_ATI_RC410_HB 0x5a33 /* RC410 Host */
#define PCI_PRODUCT_ATI_RX480_PCIE 0x5a34 /* RX480 PCIE */
#define PCI_PRODUCT_ATI_RS480_PCIE_2 0x5a36 /* RS480 PCIE */
#define PCI_PRODUCT_ATI_RS480_PCIE_3 0x5a37 /* RS480 PCIE */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 78f54096f9d..0539eaa8b11 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.1607 2011/05/29 14:35:46 deraadt Exp
+ * OpenBSD: pcidevs,v 1.1608 2011/05/29 16:21:09 kettenis Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2252,12 +2252,20 @@ static const struct pci_known_product pci_known_products[] = {
"SB700 ISA",
},
{
- PCI_VENDOR_ATI, PCI_PRODUCT_ATI_SB700_PCIPCI1,
- "SB700 PCI-PCI",
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_SB800_PCIE_1,
+ "SB800 PCIE",
},
{
- PCI_VENDOR_ATI, PCI_PRODUCT_ATI_SB700_PCIPCI2,
- "SB700 PCI-PCI",
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_SB800_PCIE_2,
+ "SB800 PCIE",
+ },
+ {
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_SB800_PCIE_3,
+ "SB800 PCIE",
+ },
+ {
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_SB800_PCIE_4,
+ "SB800 PCIE",
},
{
PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_MIGP_RS250,
@@ -3056,8 +3064,12 @@ static const struct pci_known_product pci_known_products[] = {
"SR5690 PCIE",
},
{
- PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RX200_HB,
- "Radeon XPRESS 200",
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RS400_HB,
+ "RS400 Host",
+ },
+ {
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RC410_HB,
+ "RC410 Host",
},
{
PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RX480_PCIE,