Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/dev/usb
On 2016/05/01 00:00, Nick Hudson wrote:
Module Name: src
Committed By: skrll
Date: Sat Apr 30 15:00:24 UTC 2016
Modified 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
Home |
Main Index |
Thread Index |
Old Index