CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/01 13:38:40
Modified files:
sys/dev/wscons : wsdisplay.c wsdisplayvar.h
Log message:
Use timeout_add_msec(9)
Trivial conversion from ticks to milliseconds where macros already come in
milliseconds and timeout values only need reduction by hz to use the new API.
OK mpi
