Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 08/13/2000 19:18:10
Module Name:	syssrc
Committed By:	augustss
Date:		Sun Aug 13 16:18:10 UTC 2000

Modified Files:
	syssrc/sys/dev/usb: TODO uhci.c uhcivar.h

Log Message:
Implement what in Intel-speech is known as "bandwidth reclamation".
It means that we continously poll USB devices that have a pending transfer
instead of polling just once every ms.  This speeds up some transfers
at the expense of using more PCI bandwidth.


To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 syssrc/sys/dev/usb/TODO
cvs rdiff -r1.122 -r1.123 syssrc/sys/dev/usb/uhci.c
cvs rdiff -r1.31 -r1.32 syssrc/sys/dev/usb/uhcivar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.