]> Zhao Yanbai Git Server - minix.git/commitdiff
Maybe a broken bios/device setting 49/2949/1
authorrlfnb <ralf.neeb@googlemail.com>
Mon, 9 Mar 2015 13:38:27 +0000 (14:38 +0100)
committerLionel Sambuc <lionel@minix3.org>
Wed, 11 Mar 2015 12:46:45 +0000 (13:46 +0100)
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

minix/drivers/bus/pci/pci.c

index 74673430dee314c92a40a35623f39a73f4495d1f..d72fc47368749c259b3c6856b358148500e2c69a 100644 (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;