Date: Mon, 2 Apr 2007 03:25:39 +0000 (UTC) From: Ariff Abdullah <ariff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/usb uaudio.c Message-ID: <200704020325.l323PdLc000847@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ariff 2007-04-02 03:25:39 UTC FreeBSD src repository Modified files: sys/dev/sound/usb uaudio.c Log: Provide hint / tunable for possible asynchronous USB execution. Async execution should help us avoiding potential deadlock and illegal locking while sleeping in various mixer -> usb calls. To enable it, use hint.uaudio.%d.async="1" or sysctl dev.uaudio.%d.async=1. Default is disable, to remain compatible with old behaviour (with slight risk of potential deadlock). Revision Changes Path 1.28 +32 -3 src/sys/dev/sound/usb/uaudio.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704020325.l323PdLc000847>