On i386-ieee1275 we run in paged mode. So we need to explicitly map
the devices before accessing them.
This commit is contained in:
parent
04f39f6df8
commit
6f1bc8bc0f
4 changed files with 64 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue