Reduce the difference between HC drivers by always passing a generic
authormpi <mpi@openbsd.org>
Fri, 16 May 2014 19:00:18 +0000 (19:00 +0000)
committermpi <mpi@openbsd.org>
Fri, 16 May 2014 19:00:18 +0000 (19:00 +0000)
commiteba0cedfa06583303902b4fd859cb906ff0f50d5
tree3ef9978866d32ce56998662fe097d02ba5ca533b
parenta5b6fcd70f76d41f7f638a5a45a53ffe24bf6d58
Reduce the difference between HC drivers by always passing a generic
usbd_xfer pointer to the routines processing finished transfers to make
it crystal clear that the timeout and abort logic is the same everywhere.
sys/dev/usb/ehci.c
sys/dev/usb/uhci.c