CVSROOT: /cvs Module name: src Changes by: jmatt...@cvs.openbsd.org 2018/03/06 21:39:54
Modified files: sys/dev/usb : usb_mem.c Log message: Replace non-functioning checks for use of the usb memory block allocator in interrupt context with assertwaitok(), which does work. ok dlg@