CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/30 04:21:59
Modified files:
sys/dev/usb : xhci.c
Log message:
When a transfer times out, the TRB should be aborted, too. But still
the completion interrupt may already be pending while aborting.
Hence, in xhci_event_command() ignore events from a TRB that is not
the expected one. And don't let xhci_abort_command() yield the CPU.
ok mpi@
