diff options
author | Dave Airlie <airlied@redhat.com> | 2010-04-19 17:58:07 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-04-19 18:46:23 +1000 |
commit | 03b34c5fb12c4df180d4df113d2b654f6afd7230 (patch) | |
tree | 5c6045d1da7436e77553c9fef228f1ae28225b62 /src/radeon_chipset_gen.h | |
parent | 6c07816025f70e522986614c29c300ea13e5d932 (diff) |
radeon: add FireMV 2400 pci id.
From RH#581927 - thanks to Carsten Clasohm
Signed-off-by: Dave Airlie <airlied@redhat.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 c84ed015..e38579b1 100644 --- a/src/radeon_chipset_gen.h +++ b/src/radeon_chipset_gen.h @@ -4,6 +4,7 @@ static SymTabRec RADEONChipsets[] = { { PCI_CHIP_RV380_3151, "ATI FireMV 2400 (PCI)" }, { PCI_CHIP_RV380_3152, "ATI Radeon Mobility X300 (M24) 3152 (PCIE)" }, { PCI_CHIP_RV380_3154, "ATI FireGL M24 GL 3154 (PCIE)" }, + { PCI_CHIP_RV380_3155, "ATI FireMV 2400 3155 (PCI)" }, { PCI_CHIP_RV380_3E50, "ATI Radeon X600 (RV380) 3E50 (PCIE)" }, { PCI_CHIP_RV380_3E54, "ATI FireGL V3200 (RV380) 3E54 (PCIE)" }, { PCI_CHIP_RS100_4136, "ATI Radeon IGP320 (A3) 4136" }, |