Maybe a broken bios/device setting

Removing the panic leads to exactly one message on ALIX. Both commits make minix out of the box booting on ALIX devices.
This commit is contained in:
rlfnb 2015-03-09 14:38:27 +01:00
parent e7ad1a1126
commit 95c0a53e0f

View File

@ -1492,7 +1492,7 @@ complete_bars(void)
base &= 0xfcff;
if (base < iogap_low)
panic("I/O base too low: %d", base);
printf("I/O base too low: %d", base);
iogap_high= base;
bar_nr= pcidev[i].pd_bar[j].pb_nr;