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