Removed more abuses of timeout_func_t.

This commit is contained in:
Bruce Evans 1997-08-25 23:28:58 +00:00
parent 0cb69e7a49
commit 7c941b1013
1 changed files with 2 additions and 2 deletions

View File

@ -950,8 +950,8 @@ int unit;
sc->sc_no_rcv = 1;
return;
}
untimeout((timeout_func_t)twabortrcv, (caddr_t)sc);
timeout((timeout_func_t)twabortrcv, (caddr_t)sc, hz/20);
untimeout(twabortrcv, (caddr_t)sc);
timeout(twabortrcv, (caddr_t)sc, hz/20);
newphase = inb(port + tw_zcport) & tw_zcmask;
/* enforce a minimum delay since the last interrupt */