Module Name: src Committed By: mrg Date: Tue Nov 22 02:39:59 UTC 2011
Modified Files: src/sys/dev/usb [jmcneill-audiomp3]: uaudio.c Log Message: port to audiomp. mostly from jared, tested and completed by me. this one is a little more tricky. besides the usual spl and get_locks changes, we have to deal with the USB subsystem wanting to sleep and expecting to be called with the kernel lock held. so we always take the kernel lock and drop the interrupt lock before calling into usbd. To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.120.10.1 src/sys/dev/usb/uaudio.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.