~kris/9p

9hist

3b2750dc9e3aef8ae27f5a03f509cd6eb7ff0843 — David du Colombier 23 years ago 9af584b
Plan 9 from Bell Labs 2002-12-31
1 files changed, 1 insertions(+), 1 deletions(-)

M pc/wavelan.c
M pc/wavelan.c => pc/wavelan.c +1 -1
@@ 793,7 793,7 @@ w_ifstat(Ether* ether, void* a, long n, ulong offset)
	k = ((ctlr->state & Attached) ? "attached" : "not attached");
	PRINTSTAT("Card %s", k);
	k = ((ctlr->state & Power) ? "on" : "off");
	PRINTSTAT("PCardower %s", k);
	PRINTSTAT(", power %s", k);
	k = ((ctlr->txbusy)? ", txbusy" : "");
	PRINTSTAT("%s\n", k);