CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/15 09:43:13
Modified files:
sys/dev/ic : lpt.c
Log message:
lpt(4): timeout_add(9) -> timeout_add_msec(9), tsleep(9) -> tsleep_nsec(9)
The only tricky part in this driver is the "exponential backoff" loop.
Rename "tic" to "msecs" and start with 10 milliseconds instead of 1 tick.
ok mpi@
