From 762fe0813812814740e2571e617d27a751b3e666 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Sat, 1 Feb 2003 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 2003-02-01 --- bitsy/wavelan.c | 2 +- port/edf.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitsy/wavelan.c b/bitsy/wavelan.c index 1b3e9f4e3cd1629d84bbcd03a077b2cc3e41771b..ae1135e61c60a410fa2f772c84744d145602c61a 100644 --- a/bitsy/wavelan.c +++ b/bitsy/wavelan.c @@ -655,7 +655,7 @@ w_timer(void* arg) } if((ctlr->ticks % 120) == 0) if(ctlr->txbusy == 0) - w_cmd(ctlr, WCmdAskStats, WTyp_Stats); + w_cmd(ctlr, WCmdEnquire, WTyp_Stats); } iunlock(ctlr); } diff --git a/port/edf.c b/port/edf.c index c26bb8de37e11bcee4f843d1349cb7f3a3b5f67e..0ac7473d924d85419b3cf57d9481bdc15f95290e 100644 --- a/port/edf.c +++ b/port/edf.c @@ -514,7 +514,7 @@ edfdeadlineintr(Ureg*, Timer *) } iunlock(&edflock); if (noted) - postnote(up, 1, buf, NUser); + postnote(up, 0, buf, NUser); sched(); splhi(); }