Since USB xfer pools are accessed in interrupt context, initialize them
authormpi <mpi@openbsd.org>
Sun, 10 Aug 2014 11:18:57 +0000 (11:18 +0000)
committermpi <mpi@openbsd.org>
Sun, 10 Aug 2014 11:18:57 +0000 (11:18 +0000)
commit4269b561f733eb5c2874706889a2a2dad4d46b59
tree998f1e0a9c53e14b1174afbcba3bf205fff59ea3
parent79234da18a06ebd26b4a298d9308dba6b4cdfd8d
Since USB xfer pools are accessed in interrupt context, initialize them
with the correct ipl to prevent your CPU from locking against itself.
sys/dev/usb/ehci.c
sys/dev/usb/ohci.c
sys/dev/usb/uhci.c
sys/dev/usb/usb.c
sys/dev/usb/usbdi.h
sys/dev/usb/usbf_subr.c
sys/dev/usb/xhci.c