~kris/9p

9hist

0fe58e1487e2443f1c54cc13cf1143d5905279f7 — David du Colombier 31 years ago 861aeb3
Plan 9 from Bell Labs 1994-12-18
1 files changed, 1 insertions(+), 1 deletions(-)

M pc/devastar.c
M pc/devastar.c => pc/devastar.c +1 -1
@@ 417,7 417,7 @@ astarreset(void)
			a->irq = 15;
		a->id = i;

		if(isaget(a->mem, Pagesize, 0) == 0)
		if(getisa(a->mem, Pagesize, 0) == 0)
			panic("astarreset: %lux", a->mem);

		if(astarsetup(a) < 0){