Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc



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.




Home | Main Index | Thread Index | Old Index