Retry only once, if BIOS is completely broken and gives zero freqs.

This commit is contained in:
Alexander Motin 2009-11-14 14:29:18 +00:00
parent 9b7b3d4cbd
commit 69e19c5eaf

View File

@ -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");