diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-05-11 02:22:13 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-05-11 02:22:13 -0400 |
commit | 15ee78d37f8b64c3e6d234e7ab37a31e82327b6b (patch) | |
tree | 455c445e0b12533c1214525c3aa102c4360b5ea4 /src/radeon_chipset_gen.h | |
parent | 5ff51ea83f9fdd836e830c77e3561eaef4b83183 (diff) |
RV770: add missing pci id
Fixes bug 21209
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 631eda8d..ad0aedeb 100644 --- a/src/radeon_chipset_gen.h +++ b/src/radeon_chipset_gen.h @@ -254,6 +254,7 @@ static SymTabRec RADEONChipsets[] = { { 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_RV770_9443, "ATI Radeon HD 4850 x2" }, { PCI_CHIP_RV770_9444, "ATI FirePro V8750 (FireGL)" }, { PCI_CHIP_RV770_9446, "ATI FirePro V7760 (FireGL)" }, { PCI_CHIP_RV770_944A, "ATI Mobility RADEON HD 4850" }, |