From owner-cvs-all Wed Aug 2 15:47:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B59137C0EF; Wed, 2 Aug 2000 15:47:44 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA52615; Wed, 2 Aug 2000 15:47:44 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Message-Id: <200008022247.PAA52615@freefall.freebsd.org> From: Nick Sayer Date: Wed, 2 Aug 2000 15:47:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm dsp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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