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. Change-Id: I9210fef79a8736e36b9c42c7925c9f3354c60e7c
This commit is contained in:
parent
b56a9d4725
commit
7171c2321f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue