On 2016/05/01 00:00, Nick Hudson wrote:
Module Name: src Committed By: skrll Date: Sat Apr 30 15:00:24 UTC 2016Modified Files: src/sys/dev/usb: xhci.c Log Message: Cancel command when command times out. From t-hash. XXX interrupt context?
xhci_abort_command is currently called from only xhci_do_command. If it was in interrupt context, KASSERMSG in xhci_do_command and KASSERT in cv_enter would fire. thanks, -- t-hash