pci.c: reserve pci membars after assinging them for *nobios= option
This commit is contained in:
parent
cd99666815
commit
5eec707368
1 changed files with 2 additions and 3 deletions
|
@ -1050,11 +1050,10 @@ pcicfginit(void)
|
||||||
pcibusmap(pciroot, &mema, &ioa, 1);
|
pcibusmap(pciroot, &mema, &ioa, 1);
|
||||||
DBG("Sizes2: mem=%lux io=%lux\n", mema, ioa);
|
DBG("Sizes2: mem=%lux io=%lux\n", mema, ioa);
|
||||||
|
|
||||||
unlock(&pcicfginitlock);
|
goto out;
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!nopcirouting)
|
if(!nopcirouting)
|
||||||
pcirouting();
|
pcirouting();
|
||||||
|
|
||||||
out:
|
out:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue