diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-03-03 13:31:19 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2010-03-03 13:31:19 -0500 |
commit | 14aff767490c253cbcdd411f812e50b91673119e (patch) | |
tree | a468118fd79a4a9d4f6a3ff59b3d944b7f267c9e /src/radeon_chipset_gen.h | |
parent | e6dc886634b38e4a36af7b5f0b23299d5acd7244 (diff) |
radeon: add new RS880 pci id
Diffstat (limited to 'src/radeon_chipset_gen.h')
-rw-r--r-- | src/radeon_chipset_gen.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/radeon_chipset_gen.h b/src/radeon_chipset_gen.h index da0d3b4a..7b74d7ef 100644 --- a/src/radeon_chipset_gen.h +++ b/src/radeon_chipset_gen.h @@ -372,7 +372,8 @@ static SymTabRec RADEONChipsets[] = { { PCI_CHIP_RS880_9711, "ATI Radeon 4100" }, { PCI_CHIP_RS880_9712, "ATI Mobility Radeon HD 4200" }, { PCI_CHIP_RS880_9713, "ATI Mobility Radeon 4100" }, - { PCI_CHIP_RS880_9714, "ATI RS880" }, + { PCI_CHIP_RS880_9714, "ATI Radeon HD 4290" }, + { PCI_CHIP_RS880_9715, "ATI Radeon HD 4290" }, { PCI_CHIP_CYPRESS_6880, "CYPRESS" }, { PCI_CHIP_CYPRESS_6888, "ATI FirePro (FireGL) Graphics Adapter" }, { PCI_CHIP_CYPRESS_6889, "ATI FirePro (FireGL) Graphics Adapter" }, |