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:
rlfnb 2015-03-09 14:38:27 +01:00 committed by Lionel Sambuc
parent b56a9d4725
commit 7171c2321f

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;