CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/02/18 18:31:38
Modified files:
sys/dev/pci : ips.c
Log message:
ips(4): tsleep(9) -> tsleep_nsec(9)
While here, get rid of the "timo" variable completely. In the
SCSI_NOSLEEP path of ips_poll() use "usecs" and in the opposite
path use "msecs".
ok krw@
