from sys/dev/audio_if.h: #define splaudio splbio /* XXX */ #define IPL_AUDIO IPL_BIO /* XXX */ It strikes me that if you're playing samples from disk, you'd rather not have audio stuff block out disk transfers and vice versa. Is there a better choice we can make for the SPL level for audio stuff? ==John