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");