Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 01/16/2000 05:22:20
Module Name:	syssrc
Committed By:	augustss
Date:		Sun Jan 16 13:22:19 UTC 2000

Modified Files:
	syssrc/sys/dev/usb: usbdi.c

Log Message:
XXX Add a temporary, gruesome hack.  It allows transfers to
XXX be done using delay() instead of tsleep().
XXX This enables transfers to be made from an interrupt context, which
XXX is needed until some more threads are added to the kernel.
XXX Using this hack (which is rare) causes the kernel to busy-wait
XXX for up to 1 ms at splusb().


To generate a diff of this commit:
cvs rdiff -r1.54 -r1.55 syssrc/sys/dev/usb/usbdi.c

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