CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/10 16:09:23
Modified files:
sys/dev/pci : ubsec.c ubsecvar.h
Log message:
ubsec(4): timeout_add(9) -> timeout_add_msec(9)
The code here caps the polling interval at 10ms. So, rename
"sc_rnghz" to the (now) more apt "sc_rngms", set it to 10ms, and
replace the timeout_add(9) calls with timeout_add_msec(9) calls.
ok bluhm@
