diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-11-22 13:07:00 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2010-11-22 18:05:58 -0500 |
commit | 0659f35dfbeda7dd3ff58da1deb6484fabadc332 (patch) | |
tree | 2d11c671c11af2400551c8d8c8cec7d2aba4cb47 /src/radeon_chipset_gen.h | |
parent | fa0cec331e6c94cebf82270dcd6c179b15851c5e (diff) |
Add Ontario fusion APU pci ids
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Diffstat (limited to 'src/radeon_chipset_gen.h')
-rw-r--r-- | src/radeon_chipset_gen.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/radeon_chipset_gen.h b/src/radeon_chipset_gen.h index 1ea8b36c..7b7f7950 100644 --- a/src/radeon_chipset_gen.h +++ b/src/radeon_chipset_gen.h @@ -378,6 +378,10 @@ static SymTabRec RADEONChipsets[] = { { PCI_CHIP_RS880_9713, "ATI Mobility Radeon 4100" }, { PCI_CHIP_RS880_9714, "ATI Radeon HD 4290" }, { PCI_CHIP_RS880_9715, "ATI Radeon HD 4290" }, + { PCI_CHIP_PALM_9802, "AMD Radeon HD 6310 Graphics" }, + { PCI_CHIP_PALM_9803, "AMD Radeon HD 6310 Graphics" }, + { PCI_CHIP_PALM_9804, "AMD Radeon HD 6250 Graphics" }, + { PCI_CHIP_PALM_9805, "AMD Radeon HD 6250 Graphics" }, { PCI_CHIP_CYPRESS_6880, "CYPRESS" }, { PCI_CHIP_CYPRESS_6888, "ATI FirePro (FireGL) Graphics Adapter" }, { PCI_CHIP_CYPRESS_6889, "ATI FirePro (FireGL) Graphics Adapter" }, |