Correct chipset check on ni bios disabled read as our chip order is correct

This commit is contained in:
Alexander von Gluck IV 2011-11-13 09:07:21 -06:00
parent 681be5be60
commit 3ebbf65cfc

View File

@ -615,7 +615,7 @@ radeon_hd_init(radeon_info &info)
if (biosStatus != B_OK) {
// If the active read fails, we try a disabled read
if (info.chipsetID >= RADEON_BARTS)
if (info.chipsetID >= RADEON_CAICOS)
biosStatus = radeon_hd_getbios_ni(info);
else if (info.chipsetID >= RADEON_RV770)
biosStatus = radeon_hd_getbios_r700(info);