~kris/9p

9hist

7622db4ccaa0f68989f2600a567784962a0c5683 — David du Colombier 28 years ago 2251c00
Plan 9 from Bell Labs 1997-12-11
2 files changed, 7 insertions(+), 0 deletions(-)

M carrera/main.c
M port/chan.c
M carrera/main.c => carrera/main.c +6 -0
@@ 300,6 300,12 @@ iomapinit(void)

	/* Invalidate the old entries */
	IO(ulong, Tir) = 0;

	/* Invalidate R4030 I/O cache */
	for(i=0; i<8; i++){
		*(ulong*)0xE0000034 = i<<2;
		*(ulong*)0xE000004C = 0;
	}
}

/*

M port/chan.c => port/chan.c +1 -0
@@ 164,6 164,7 @@ okchan(char *msg, int n)
	int s;
	Chan *c;

	return;
	s = splhi();
	for(c = chanalloc.list; c; c = c->link)
		okchan1(c, msg, n);