diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-04-02 12:09:00 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-04-02 12:09:00 -0400 |
commit | 0ded9fab6bc3fecc1976ae8369b788659e4d7793 (patch) | |
tree | 21d39d00a52d6e8fb5dd423bb085a5757bab9cb1 /src/radeon_chipset_gen.h | |
parent | 0c6f20a9404c6a4210c5180bdca61c13fc186754 (diff) |
Add RV790 (HD 4890) support
Diffstat (limited to 'src/radeon_chipset_gen.h')
-rw-r--r-- | src/radeon_chipset_gen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_chipset_gen.h b/src/radeon_chipset_gen.h index caa497a3..631eda8d 100644 --- a/src/radeon_chipset_gen.h +++ b/src/radeon_chipset_gen.h @@ -265,6 +265,8 @@ static SymTabRec RADEONChipsets[] = { { PCI_CHIP_RV770_9456, "ATI FirePro V8700 (FireGL)" }, { PCI_CHIP_RV770_945A, "ATI Mobility RADEON HD 4870" }, { PCI_CHIP_RV770_945B, "ATI Mobility RADEON M98" }, + { PCI_CHIP_RV790_9460, "ATI Radeon 4800 Series" }, + { PCI_CHIP_RV790_9462, "ATI Radeon 4800 Series" }, { PCI_CHIP_RV770_946A, "ATI FirePro M7750" }, { PCI_CHIP_RV770_946B, "ATI M98" }, { PCI_CHIP_RV770_947A, "ATI M98" }, |