Module Name: src Committed By: mrg Date: Tue Dec 13 12:26:32 UTC 2011
Modified Files: src/sys/dev: audio.c src/sys/dev/usb: uaudio.c Log Message: - convert the audio softintr's to SOFTINT_SERIAL. right now they're on the same priority level as USB and if an audio softintr is blocked waiting for a usb event, they'll dead lock. also, audio being higher priority is a fine idea. - revert the previous audio.c changes as they were unsafe and this change obviates the need for them. XXX: convert the audio softint's to use a high priority thread or a XXX: workqueue would be better again. To generate a diff of this commit: cvs rdiff -u -r1.256 -r1.257 src/sys/dev/audio.c cvs rdiff -u -r1.125 -r1.126 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.