CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/03 20:22:46
Modified files:
sys/dev/pv : hyperv.c if_hvn.c
Log message:
hvn(4), hyperv(4): more tsleep(9) -> tsleep_nsec(9) conversions
Replace all tsleep(..., 1) calls in these drivers with tsleep_nsec(9)
calls. In every case we can use the nearby delay(9) intervals as the
timeout.
Tested by Andre Stoebe <[email protected]> (Hyper-V on Windows 10).
"LGTM" mikeb@, ok mpi@
