diff options
author | Dave Airlie <airlied@linux.ie> | 2008-08-12 08:18:30 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2008-08-12 08:18:30 +1000 |
commit | 7e456e9c427d48151b166bcac08c3e8a8b180f01 (patch) | |
tree | 52d4edea287a41620cc988b8f391bc2cbdae00a9 /src/radeon_chipset_gen.h | |
parent | 4dbdeea7c9316575fba26b41fd347452e42cdcf2 (diff) |
radeon: add 0x9441 for hd 4870 x2
thanks to Michael Larabel for testing
Diffstat (limited to 'src/radeon_chipset_gen.h')
-rw-r--r-- | src/radeon_chipset_gen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_chipset_gen.h b/src/radeon_chipset_gen.h index 96b60e95..79b094a5 100644 --- a/src/radeon_chipset_gen.h +++ b/src/radeon_chipset_gen.h @@ -252,6 +252,7 @@ static SymTabRec RADEONChipsets[] = { { PCI_CHIP_R600_940B, "ATI FireGL V8600" }, { PCI_CHIP_R600_940F, "ATI FireGL V7600" }, { PCI_CHIP_RV770_9440, "ATI Radeon 4800 Series" }, + { PCI_CHIP_RV770_9441, "ATI Radeon HD 4870 x2" }, { PCI_CHIP_RV770_9442, "ATI Radeon 4800 Series" }, { PCI_CHIP_RV610_94C0, "ATI RV610" }, { PCI_CHIP_RV610_94C1, "ATI Radeon HD 2400 XT" }, |