CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/11/09 01:46:05
Modified files: sys/dev/usb : ehci.c ohci.c uhci.c Log message: In our USB world, timeouts are in milliseconds, so use timeout_add_msec() coherently through all our controller drivers and kill the mstohz() macro. ok pirofti@