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_chipinfo_gen.h | |
parent | 38ce8a984f96056b7345bcc06505ba27e0e6d5b4 (diff) |
0x1002 0x5657 is actually RV410
See bug 14289
com_bios_scratch.diff
Diffstat (limited to 'src/radeon_chipinfo_gen.h')
-rw-r--r-- | src/radeon_chipinfo_gen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_chipinfo_gen.h b/src/radeon_chipinfo_gen.h index fbcebae3..ed3174a0 100644 --- a/src/radeon_chipinfo_gen.h +++ b/src/radeon_chipinfo_gen.h @@ -96,6 +96,7 @@ RADEONCardInfo RADEONCards[] = { { 0x564F, CHIP_FAMILY_RV410, 1, 0, 0, 0, 0 }, { 0x5652, CHIP_FAMILY_RV410, 1, 0, 0, 0, 0 }, { 0x5653, CHIP_FAMILY_RV410, 1, 0, 0, 0, 0 }, + { 0x5657, CHIP_FAMILY_RV410, 0, 0, 0, 0, 0 }, { 0x5834, CHIP_FAMILY_RS300, 0, 1, 0, 0, 1 }, { 0x5835, CHIP_FAMILY_RS300, 1, 1, 0, 0, 1 }, { 0x5954, CHIP_FAMILY_RS480, 0, 1, 0, 0, 1 }, @@ -115,7 +116,6 @@ RADEONCardInfo RADEONCards[] = { { 0x5B60, CHIP_FAMILY_RV380, 0, 0, 0, 0, 0 }, { 0x5B62, CHIP_FAMILY_RV380, 0, 0, 0, 0, 0 }, { 0x5B63, CHIP_FAMILY_RV380, 0, 0, 0, 0, 0 }, - { 0x5657, CHIP_FAMILY_RV380, 0, 0, 0, 0, 0 }, { 0x5B64, CHIP_FAMILY_RV380, 0, 0, 0, 0, 0 }, { 0x5B65, CHIP_FAMILY_RV380, 0, 0, 0, 0, 0 }, { 0x5C61, CHIP_FAMILY_RV280, 1, 0, 0, 0, 0 }, |