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/radeon_pci_device_match_gen.h | |
parent | 4dbdeea7c9316575fba26b41fd347452e42cdcf2 (diff) |
radeon: add 0x9441 for hd 4870 x2
thanks to Michael Larabel for testing
Diffstat (limited to 'src/radeon_pci_device_match_gen.h')
-rw-r--r-- | src/radeon_pci_device_match_gen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_pci_device_match_gen.h b/src/radeon_pci_device_match_gen.h index aa19d6a6..d650f9f8 100644 --- a/src/radeon_pci_device_match_gen.h +++ b/src/radeon_pci_device_match_gen.h @@ -252,6 +252,7 @@ static const struct pci_id_match radeon_device_match[] = { ATI_DEVICE_MATCH( PCI_CHIP_R600_940B, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_R600_940F, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV770_9440, 0 ), + ATI_DEVICE_MATCH( PCI_CHIP_RV770_9441, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV770_9442, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV610_94C0, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV610_94C1, 0 ), |