Date: Mon, 23 May 2005 06:27:07 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci maestro3.c Message-ID: <200505230627.j4N6R7Zx020534@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2005-05-23 06:27:07 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci maestro3.c
Log:
Make snd_maestro3(4) mpsafe
- Let m3_pchan_trigger()/m3_rchan_trigger() acquire lock and call
m3_pchan_trigger_locked()/m3_rchan_trigger_locked() respectivly.
- Mark interrupt handler INTR_MPSAFE.
- Add locks in sound/channel interface.
Tested by: nork
Revision Changes Path
1.28 +210 -83 src/sys/dev/sound/pci/maestro3.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505230627.j4N6R7Zx020534>
