~kris/9p

9hist

655e3bf1aed4098b7724039db0b5a3770db9db7f — David du Colombier 32 years ago c0208d7
Plan 9 from Bell Labs 1994-05-16
3 files changed, 3 insertions(+), 2 deletions(-)

M carrera/main.c
M port/taslock.c
M power/conf.h
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 },
};