Correct chipset check on ni bios disabled read as our chip order is correct
This commit is contained in:
parent
681be5be60
commit
3ebbf65cfc
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user