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:
parent
e7ad1a1126
commit
95c0a53e0f
|
|
@ -1492,7 +1492,7 @@ complete_bars(void)
|
||||||
base &= 0xfcff;
|
base &= 0xfcff;
|
||||||
|
|
||||||
if (base < iogap_low)
|
if (base < iogap_low)
|
||||||
panic("I/O base too low: %d", base);
|
printf("I/O base too low: %d", base);
|
||||||
|
|
||||||
iogap_high= base;
|
iogap_high= base;
|
||||||
bar_nr= pcidev[i].pd_bar[j].pb_nr;
|
bar_nr= pcidev[i].pd_bar[j].pb_nr;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user