summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2010-03-25 23:13:01 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2010-03-25 23:13:01 +0000
commit470d717c25312457deedde392732c5a1cb1ee2af (patch)
treef488780542beb3c2bce7c16a3de837fd6d776010
parent438f9feea85d437696c0d1599df2c2c59c1a1b4c (diff)
sync
-rw-r--r--sys/dev/pci/pcidevs.h1
-rw-r--r--sys/dev/pci/pcidevs_data.h4
2 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index a244c540d53..7e6995f3530 100644
--- a/sys/dev/pci/pcidevs.h
+++ b/sys/dev/pci/pcidevs.h
@@ -1321,6 +1321,7 @@
#define PCI_PRODUCT_ATI_RADEON_HD3650_M 0x9591 /* Mobility Radeon HD 3650 */
#define PCI_PRODUCT_ATI_RADEON_HD3650_AGP 0x9596 /* Radeon HD 3650 AGP */
#define PCI_PRODUCT_ATI_RADEON_HD3650 0x9598 /* Radeon HD 3650 */
+#define PCI_PRODUCT_ATI_RADEON_HD3470 0x95c0 /* Radeon HD 3470 */
#define PCI_PRODUCT_ATI_RADEON_HD3400_M82 0x95c4 /* Mobility Radeon HD 3400 */
#define PCI_PRODUCT_ATI_RADEON_HD3450 0x95c5 /* Radeon HD 3450 */
#define PCI_PRODUCT_ATI_RS780_HB 0x9600 /* RS780 Host */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index ec55c624d34..4fafd84f17d 100644
--- a/sys/dev/pci/pcidevs_data.h
+++ b/sys/dev/pci/pcidevs_data.h
@@ -3648,6 +3648,10 @@ static const struct pci_known_product pci_known_products[] = {
"Radeon HD 3650",
},
{
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD3470,
+ "Radeon HD 3470",
+ },
+ {
PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD3400_M82,
"Mobility Radeon HD 3400",
},