]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- When aborting an interrupt pipe, just wait for 1ms for the completion
authorNick Hibma <n_hibma@FreeBSD.org>
Sun, 30 May 1999 12:49:39 +0000 (12:49 +0000)
committerNick Hibma <n_hibma@FreeBSD.org>
Sun, 30 May 1999 12:49:39 +0000 (12:49 +0000)
commit12788196b16d260a3ef23ba0556b14f5a59fa927
tree3cbc87adeac0e89b6d5ae7c0165105bdee8db1ea
parentc9efdb87e8d3706a61b86095220c70ef8e81a629
- When aborting an interrupt pipe, just wait for 1ms for the completion
of the current interrupt trasaction.
- Do not schedule the next interrupt transaction if the pipe is being
aborted or the last round of the interrupt transaction ended with error.

Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
sys/dev/usb/uhci.c