[#]
http://marc.info/?l=openbsd-cvs&m=140766958024710&w=2
openbsd-cvs(obsdave,2) — All
2014-08-10 15:55:10
Module name: src
Changes by: mpi@cvs.openbsd.org 2014/08/10 05:18:57
Modified files:
sys/dev/usb : ehci.c ohci.c uhci.c usb.c usbdi.h usbf_subr.c
xhci.c
Log message:
Since USB xfer pools are accessed in interrupt context, initialize them
with the correct ipl to prevent your CPU from locking against itself.