diff options
Diffstat (limited to 'driver/xf86-video-ati/src/radeon_chipset_gen.h')
-rw-r--r-- | driver/xf86-video-ati/src/radeon_chipset_gen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/driver/xf86-video-ati/src/radeon_chipset_gen.h b/driver/xf86-video-ati/src/radeon_chipset_gen.h index e3f23b6c9..5d6d2334e 100644 --- a/driver/xf86-video-ati/src/radeon_chipset_gen.h +++ b/driver/xf86-video-ati/src/radeon_chipset_gen.h @@ -612,6 +612,7 @@ SymTabRec RADEONChipsets[] = { { PCI_CHIP_OLAND_6610, "OLAND" }, { PCI_CHIP_OLAND_6611, "OLAND" }, { PCI_CHIP_OLAND_6613, "OLAND" }, + { PCI_CHIP_OLAND_6617, "OLAND" }, { PCI_CHIP_OLAND_6620, "OLAND" }, { PCI_CHIP_OLAND_6621, "OLAND" }, { PCI_CHIP_OLAND_6623, "OLAND" }, @@ -632,6 +633,7 @@ SymTabRec RADEONChipsets[] = { { PCI_CHIP_BONAIRE_6658, "BONAIRE" }, { PCI_CHIP_BONAIRE_665C, "BONAIRE" }, { PCI_CHIP_BONAIRE_665D, "BONAIRE" }, + { PCI_CHIP_BONAIRE_665F, "BONAIRE" }, { PCI_CHIP_KABINI_9830, "KABINI" }, { PCI_CHIP_KABINI_9831, "KABINI" }, { PCI_CHIP_KABINI_9832, "KABINI" }, |