~kris/9p

9hist

20938cfb94e5d58eeddc5d3ef84225153d2592ec — David du Colombier 28 years ago 88fb928
Plan 9 from Bell Labs 1997-12-07
1 files changed, 2 insertions(+), 2 deletions(-)

M pc/etherelnk3.c
M pc/etherelnk3.c => pc/etherelnk3.c +2 -2
@@ 366,7 366,7 @@ enum {						/* 3C90x extended register set */
	updnLastFrag		= 0x80000000,	/* (dpd->len) */

	Nup			= 32,
	Ndn			= 16,
	Ndn			= 32,
};

/*


@@ 1110,7 1110,7 @@ ifstat(Ether* ether, void* a, long n, ulong offset)

	if(ctlr->upenabled){
		len += snprint(p+len, READSTR-len, "up: q %lud i %lud m %d s %lud\n",
			ctlr->upqueued, ctlr->upinterrupts, ctlr->dnqmax, ctlr->upstalls);
			ctlr->upqueued, ctlr->upinterrupts, ctlr->upqmax, ctlr->upstalls);
		ctlr->upqmax = 0;
	}
	if(ctlr->dnenabled){