Retry only once, if BIOS is completely broken and gives zero freqs.
This commit is contained in:
parent
9b7b3d4cbd
commit
69e19c5eaf
@ -1133,7 +1133,7 @@ est_acpi_info(device_t dev, freq_info **freqs)
|
||||
}
|
||||
}
|
||||
}
|
||||
if (count >= 2 && j < 2) {
|
||||
if (check && count >= 2 && j < 2) {
|
||||
if (bootverbose) {
|
||||
device_printf(dev, "Too much freqs ignored. "
|
||||
"May be a check problem. Restore all.\n");
|
||||
|
Loading…
Reference in New Issue
Block a user