--- - branch: MAIN date: Tue Dec 13 12:26:32 UTC 2011 files: - new: '1.257' old: '1.256' path: src/sys/dev/audio.c pathrev: src/sys/dev/audio.c@1.257 type: modified - new: '1.126' old: '1.125' path: src/sys/dev/usb/uaudio.c pathrev: src/sys/dev/usb/uaudio.c@1.126 type: modified id: 20111213T122632Z.114577696bd855b39ad7408ff108627f61efae56 log: | - 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. module: src subject: 'CVS commit: src/sys/dev' unixtime: '1323779192' user: mrg