Module Name: src Committed By: mrg Date: Tue Nov 22 08:55:44 UTC 2011
Modified Files: src/sys/dev [jmcneill-audiomp3]: midictl.c Log Message: - make this not crash with "midiplay -l" anymore by killing store_thread() with kthread_exit() instead of return - adjust wait channels to be unique - add some asserts that insert it not called while destroy is in progress - note some probably dead code with KASSERT(FALSE) for now To generate a diff of this commit: cvs rdiff -u -r1.6.32.2 -r1.6.32.3 src/sys/dev/midictl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.