:
:we should switch back to spinlocks and maybe sync the sound code to FreeBSD-7.
We can't use spinlocks in that code. FreeBSD assumes they are sleepable
mutexes so we have to use lockmgr locks (which are basically the same
thing).
-Matt