CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/11 14:34:04
Modified files:
sys/dev/pci : hifn7751.c hifn7751var.h
Log message:
hifn(4): timeout_add(9) -> timeout_add_msec(9)
The idea here is to poll no faster than 100 times a second.
So rename "sc_rnghz" to "sc_rngms" and set it to 10ms, then
switch from timeout_add(9) to timeout_add_msec(9).
ok bluhm@
