Do timeouts in terms of hz

Spotted by:     julian
This commit is contained in:
Poul-Henning Kamp 1999-11-17 21:40:14 +00:00
parent 6153cb2048
commit 119ce71e82

View File

@ -1144,7 +1144,7 @@ mn_timeout(void *xsc)
mn_intr(xsc);
sc = xsc;
timeout(mn_timeout, xsc, 1000);
timeout(mn_timeout, xsc, 10 * hz);
round++;
if (round == 2) {
sc->m32_mem.ccb = 0x00008004;