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_chipset_gen.h | |
parent | 38ce8a984f96056b7345bcc06505ba27e0e6d5b4 (diff) |
0x1002 0x5657 is actually RV410
See bug 14289
com_bios_scratch.diff
Diffstat (limited to 'src/radeon_chipset_gen.h')
-rw-r--r-- | src/radeon_chipset_gen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_chipset_gen.h b/src/radeon_chipset_gen.h index b60e7e8f..d1761d28 100644 --- a/src/radeon_chipset_gen.h +++ b/src/radeon_chipset_gen.h @@ -96,6 +96,7 @@ static SymTabRec RADEONChipsets[] = { { PCI_CHIP_RV410_564F, "ATI Mobility Radeon X700 XL (M26) (PCIE)" }, { PCI_CHIP_RV410_5652, "ATI Mobility Radeon X700 (M26) (PCIE)" }, { PCI_CHIP_RV410_5653, "ATI Mobility Radeon X700 (M26) (PCIE)" }, + { PCI_CHIP_RV410_5657, "ATI Radeon X550XTX 5657 (PCIE)" }, { PCI_CHIP_RS300_5834, "ATI Radeon 9100 IGP (A5) 5834" }, { PCI_CHIP_RS300_5835, "ATI Radeon Mobility 9100 IGP (U3) 5835" }, { PCI_CHIP_RS480_5954, "ATI Radeon XPRESS 200 5954 (PCIE)" }, @@ -115,7 +116,6 @@ static SymTabRec RADEONChipsets[] = { { PCI_CHIP_RV370_5B60, "ATI Radeon X300 (RV370) 5B60 (PCIE)" }, { PCI_CHIP_RV370_5B62, "ATI Radeon X600 (RV370) 5B62 (PCIE)" }, { PCI_CHIP_RV370_5B63, "ATI Radeon X550 (RV370) 5B63 (PCIE)" }, - { PCI_CHIP_RV370_5657, "ATI Radeon X550XTX (RV370) 5657 (PCIE)" }, { PCI_CHIP_RV370_5B64, "ATI FireGL V3100 (RV370) 5B64 (PCIE)" }, { PCI_CHIP_RV370_5B65, "ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE)" }, { PCI_CHIP_RV280_5C61, "ATI Radeon Mobility 9200 (M9+) 5C61 (AGP)" }, |