pci.c: reserve pci membars after assinging them for *nobios= option

This commit is contained in:
cinap_lenrek 2012-08-06 23:56:10 +02:00
parent cd99666815
commit 5eec707368

View file

@ -1050,11 +1050,10 @@ pcicfginit(void)
pcibusmap(pciroot, &mema, &ioa, 1);
DBG("Sizes2: mem=%lux io=%lux\n", mema, ioa);
unlock(&pcicfginitlock);
return;
goto out;
}
if (!nopcirouting)
if(!nopcirouting)
pcirouting();
out: