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/ati_pciids_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/ati_pciids_gen.h')
-rw-r--r-- | src/ati_pciids_gen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ati_pciids_gen.h b/src/ati_pciids_gen.h index 347e17ea..b4479aca 100644 --- a/src/ati_pciids_gen.h +++ b/src/ati_pciids_gen.h @@ -2,6 +2,7 @@ #define PCI_CHIP_RV380_3151 0x3151 #define PCI_CHIP_RV380_3152 0x3152 #define PCI_CHIP_RV380_3154 0x3154 +#define PCI_CHIP_RV380_3155 0x3155 #define PCI_CHIP_RV380_3E50 0x3E50 #define PCI_CHIP_RV380_3E54 0x3E54 #define PCI_CHIP_RS100_4136 0x4136 |