diff options
author | Alex Deucher <alex@botch2.com> | 2008-06-21 10:57:05 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.com> | 2008-06-21 10:57:05 -0400 |
commit | aea9bf75cf0774afd3e65fcf3fd3851f5fb21ca3 (patch) | |
tree | c828aa873dda49e2ffe985099d11cd451b74dfda /src/radeon_pci_device_match_gen.h | |
parent | 38ce8a984f96056b7345bcc06505ba27e0e6d5b4 (diff) |
0x1002 0x5657 is actually RV410
See bug 14289
com_bios_scratch.diff
Diffstat (limited to 'src/radeon_pci_device_match_gen.h')
-rw-r--r-- | src/radeon_pci_device_match_gen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_pci_device_match_gen.h b/src/radeon_pci_device_match_gen.h index 72ff0d17..d81cbe37 100644 --- a/src/radeon_pci_device_match_gen.h +++ b/src/radeon_pci_device_match_gen.h @@ -96,6 +96,7 @@ static const struct pci_id_match radeon_device_match[] = { ATI_DEVICE_MATCH( PCI_CHIP_RV410_564F, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV410_5652, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV410_5653, 0 ), + ATI_DEVICE_MATCH( PCI_CHIP_RV410_5657, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RS300_5834, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RS300_5835, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RS480_5954, 0 ), @@ -115,7 +116,6 @@ static const struct pci_id_match radeon_device_match[] = { ATI_DEVICE_MATCH( PCI_CHIP_RV370_5B60, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV370_5B62, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV370_5B63, 0 ), - ATI_DEVICE_MATCH( PCI_CHIP_RV370_5657, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV370_5B64, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV370_5B65, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV280_5C61, 0 ), |