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/ati_pciids_gen.h | |
parent | 534fb6e413a909a9d1afd57d1c711844b7c5ddf4 (diff) |
radeon: add missing FireMV pci id
Signed-off-by: Alex Deucher <alexdeucher@gmail.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 ff7c91b7..15485693 100644 --- a/src/ati_pciids_gen.h +++ b/src/ati_pciids_gen.h @@ -85,6 +85,7 @@ #define PCI_CHIP_RV250_Ld 0x4C64 #define PCI_CHIP_RV250_Lf 0x4C66 #define PCI_CHIP_RV250_Lg 0x4C67 +#define PCI_CHIP_RV280_4C6E 0x4C6E #define PCI_CHIP_RAGE128MF 0x4D46 #define PCI_CHIP_RAGE128ML 0x4D4C #define PCI_CHIP_R300_ND 0x4E44 |