pc, pc64: allocate dma bounce buffer right after xinit()
This commit is contained in:
parent
99696c414a
commit
178a9d12c6
2 changed files with 4 additions and 4 deletions
|
@ -39,10 +39,10 @@ main(void)
|
|||
ramdiskinit();
|
||||
confinit();
|
||||
xinit();
|
||||
pcicfginit();
|
||||
bootscreeninit();
|
||||
if(i8237alloc != nil)
|
||||
i8237alloc();
|
||||
pcicfginit();
|
||||
bootscreeninit();
|
||||
trapinit();
|
||||
printinit();
|
||||
cpuidprint();
|
||||
|
|
|
@ -191,10 +191,10 @@ main(void)
|
|||
ramdiskinit();
|
||||
confinit();
|
||||
xinit();
|
||||
pcicfginit();
|
||||
bootscreeninit();
|
||||
if(i8237alloc != nil)
|
||||
i8237alloc();
|
||||
pcicfginit();
|
||||
bootscreeninit();
|
||||
trapinit();
|
||||
printinit();
|
||||
cpuidprint();
|
||||
|
|
Loading…
Reference in a new issue