From 20938cfb94e5d58eeddc5d3ef84225153d2592ec Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Sun, 7 Dec 1997 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1997-12-07 --- pc/etherelnk3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pc/etherelnk3.c b/pc/etherelnk3.c index 25fefda2ad798bc463e97fdd41ea5cd5e9198171..d540914e9045b80b0733686b56747e1edeea1ef8 100644 --- a/pc/etherelnk3.c +++ b/pc/etherelnk3.c @@ -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){