Only set the status of a completed xfer just before giving it back to
authormpi <mpi@openbsd.org>
Sun, 4 Jan 2015 20:10:08 +0000 (20:10 +0000)
committermpi <mpi@openbsd.org>
Sun, 4 Jan 2015 20:10:08 +0000 (20:10 +0000)
commit55ae9e77ae5e525018bfccdbca0cc119e3a23aa6
treed6658a7278f539ec6a1e873b1c096a56610144d8
parentb3fb07f23348cd7ec9b25840fca984ab67938f91
Only set the status of a completed xfer just before giving it back to
the stack.  This will allow stricter checks when aborting transfers.

While here update a comment about short transfer and multi-TRB TD since
bulk transfers can also use a chain now.
sys/dev/usb/xhci.c