diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2011-11-14 09:39:16 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2011-11-14 09:39:16 -0500 |
commit | 422bdd4fe6cb728e1dd08a56f6ee2d0f009cbfcb (patch) | |
tree | 83319e0c95596bf33556c395863137682d64c5c4 /src/radeon_chipset_gen.h | |
parent | 534fb6e413a909a9d1afd57d1c711844b7c5ddf4 (diff) |
radeon: add missing FireMV pci id
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
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 0303a5dc..5228f062 100644 --- a/src/radeon_chipset_gen.h +++ b/src/radeon_chipset_gen.h @@ -53,6 +53,7 @@ static SymTabRec RADEONChipsets[] = { { PCI_CHIP_RV250_Ld, "ATI FireGL Mobility 9000 (M9) Ld (AGP)" }, { PCI_CHIP_RV250_Lf, "ATI Radeon Mobility 9000 (M9) Lf (AGP)" }, { PCI_CHIP_RV250_Lg, "ATI Radeon Mobility 9000 (M9) Lg (AGP)" }, + { PCI_CHIP_RV280_4C6E, "ATI FireMV 2400 PCI" }, { PCI_CHIP_R300_ND, "ATI Radeon 9700 Pro ND (AGP)" }, { PCI_CHIP_R300_NE, "ATI Radeon 9700/9500Pro NE (AGP)" }, { PCI_CHIP_R300_NF, "ATI Radeon 9600TX NF (AGP)" }, |