~kris/9p

9hist

762fe0813812814740e2571e617d27a751b3e666 — David du Colombier 23 years ago 4fce69d
Plan 9 from Bell Labs 2003-02-01
2 files changed, 2 insertions(+), 2 deletions(-)

M bitsy/wavelan.c
M port/edf.c
M bitsy/wavelan.c => bitsy/wavelan.c +1 -1
@@ 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);
	}

M port/edf.c => port/edf.c +1 -1
@@ 514,7 514,7 @@ edfdeadlineintr(Ureg*, Timer *)
	}
	iunlock(&edflock);
	if (noted)
		postnote(up, 1, buf, NUser);
		postnote(up, 0, buf, NUser);
	sched();
	splhi();
}