OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: CVS: cvs.openbsd.org: src

From: Marcus Glocker (marcusnazgul.ch)
Date: Sat Oct 11 2008 - 09:45:47 CDT


On Sat, Oct 11, 2008 at 07:51:35AM -0600, Marcus Glocker wrote:

> CVSROOT: /cvs
> Module name: src
> Changes by: mglockercvs.openbsd.org 2008/10/11 07:51:35
>
> Modified files:
> sys/dev/usb : usbdi.c
>
> Log message:
> For none interrupt endpoints call the xfer done function before
> calling the xfer callback function to allow a device driver to
> immediately reschedule the same xfer.
>
> This e.g. improves performance for isoc high- fullspeed xfers (ehci).
>
> From NetBSD. OK phessler

Post OK krw. Thanks.