On i386-ieee1275 we run in paged mode. So we need to explicitly map

the devices before accessing them.
This commit is contained in:
Vladimir Serbinenko 2013-11-18 04:32:33 +01:00
parent 04f39f6df8
commit 6f1bc8bc0f
4 changed files with 64 additions and 0 deletions

View file

@ -563,6 +563,7 @@ module = {
module = {
name = pci;
common = bus/pci.c;
i386_ieee1275 = bus/i386/ieee1275/pci.c;
enable = i386_pc;
enable = i386_ieee1275;