Date: Wed, 2 Aug 2000 15:47:44 -0700 (PDT) From: Nick Sayer <nsayer@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm dsp.c Message-ID: <200008022247.PAA52615@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
nsayer 2000/08/02 15:47:44 PDT Modified files: sys/dev/sound/pcm dsp.c Log: Simplex devices will always report EBUSY on 2nd (and subsequent) opens if the reference count is not decremented on close. Note that this may result in the reference count being corrupted on full duplex devices (due to mismatching opens/closes), but the code doesn't use the reference count for anything on full duplex devices. Revision Changes Path 1.26 +2 -2 src/sys/dev/sound/pcm/dsp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008022247.PAA52615>