Re: tsleep_nsec(9) in xhci(4)

2019-10-05 Thread Klemens Nanni
On Sat, Oct 05, 2019 at 11:44:30AM +0200, Martin Pieuchot wrote: > Change XHCI_CMD_TIMEOUT to be in nanoseconds, using the MSEC_TO_NSEC() > macro to implicitly document that USB timeouts are expressed in msec. > > Then convert all tsleep(9) to tsleep_nsec(9), ok? OK kn, altough I'd like to see

tsleep_nsec(9) in xhci(4)

2019-10-05 Thread Martin Pieuchot
Change XHCI_CMD_TIMEOUT to be in nanoseconds, using the MSEC_TO_NSEC() macro to implicitly document that USB timeouts are expressed in msec. Then convert all tsleep(9) to tsleep_nsec(9), ok? Index: xhci.c === RCS file: