CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2010/09/23 18:12:36
Modified files: sys/dev/usb : usb_subr.c Log message: tsleep on a static and private handle, since our goal is to not be woken up by a wakeup, but only by the actual timeout expiry. On architectures which share a kva upage area between processes, we would not want an accidental wakeup (too short). discussed with various