diff options
author | Dave Airlie <airlied@linux.ie> | 2008-08-12 08:18:30 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2008-08-12 08:18:30 +1000 |
commit | 7e456e9c427d48151b166bcac08c3e8a8b180f01 (patch) | |
tree | 52d4edea287a41620cc988b8f391bc2cbdae00a9 /src/ati_pciids_gen.h | |
parent | 4dbdeea7c9316575fba26b41fd347452e42cdcf2 (diff) |
radeon: add 0x9441 for hd 4870 x2
thanks to Michael Larabel for testing
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 1da8f1f4..633c5d3a 100644 --- a/src/ati_pciids_gen.h +++ b/src/ati_pciids_gen.h @@ -332,6 +332,7 @@ #define PCI_CHIP_R600_940B 0x940B #define PCI_CHIP_R600_940F 0x940F #define PCI_CHIP_RV770_9440 0x9440 +#define PCI_CHIP_RV770_9441 0x9441 #define PCI_CHIP_RV770_9442 0x9442 #define PCI_CHIP_RV610_94C0 0x94C0 #define PCI_CHIP_RV610_94C1 0x94C1 |