M carrera/main.c => carrera/main.c +1 -1
@@ 204,7 204,7 @@ ioinit(int mapeisa)
puttlbx(2, Intctlvirt, intphys, isamphys, PGSZ1M);
/* Enable all device interrupts */
- IO(ushort, Intenareg) = 0xfff7;
+ IO(ushort, Intenareg) = 0xffff;
/* Map the rom back into Promvirt to allow NMI handling */
promphys = IOPTE|PPN(Promphys);
M port/taslock.c => port/taslock.c +1 -1
@@ 29,7 29,7 @@ ilock(Lock *l)
l->sr = x;
return;
}
-/* print("ilock loop %lux\n", getcallerpc(0)); */
+ print("ilock loop %lux\n", getcallerpc(0));
for(;;){
while(l->key)
;
M power/conf.h => power/conf.h +1 -0
@@ 16,6 16,7 @@ Conftab conftab[] = {
{"frag", &conf.frag },
{"debugger", &conf.debugger },
{"ialloc", &conf.ialloc },
+ {"pipeqsize", &conf.pipeqsize },
{ 0, 0 },
};