~kris/9p

9hist

a3af74213673e80b1b7d0838625324d25215194f — David du Colombier 31 years ago a0102ef
Plan 9 from Bell Labs 1995-05-05
2 files changed, 3 insertions(+), 3 deletions(-)

M pc/devastar.c
M pc/devether.c
M pc/devastar.c => pc/devastar.c +1 -1
@@ 762,7 762,7 @@ memwrite(Astar *a, uchar *from, long n, ulong offset)
}

/*
 *  start control progarm
 *  start control program
 */
static void
startcp(Astar *a)

M pc/devether.c => pc/devether.c +2 -2
@@ 213,9 213,9 @@ etherreset(void)
				ctlrno, ctlr->type, ctlr->port, ctlr->irq);
			if(ctlr->mem)
				print(" addr 0x%lux", ctlr->mem);
			if(ctlr->mem)
			if(ctlr->size)
				print(" size %d", ctlr->size);
			print(": ea");
			print(":");
			for(i = 0; i < sizeof(ctlr->ea); i++)
				print(" %2.2ux", ctlr->ea[i]);
			print("\n");