From owner-freebsd-hackers Fri Jun 22 11:20:26 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from vilnya.demon.co.uk (vilnya.demon.co.uk [158.152.19.238]) by hub.freebsd.org (Postfix) with ESMTP id D1B0037B401 for ; Fri, 22 Jun 2001 11:20:22 -0700 (PDT) (envelope-from gandalf@vilnya.demon.co.uk) Received: from haveblue (haveblue.rings [10.2.4.5]) by vilnya.demon.co.uk (Postfix) with SMTP id CACFFD96E; Fri, 22 Jun 2001 19:20:20 +0100 (BST) Message-ID: <008801c0fb48$417f6920$0504020a@haveblue> From: "Cameron Grant" To: "Maxime Henrion" , Cc: "Farooq Mela" References: <3B3379BB.949592E3@sm.socccd.cc.ca.us> <20010622190953.E625@nebula.cybercable.fr> Subject: Re: Sound driver changes between 4.2 and 4.3 Date: Fri, 22 Jun 2001 19:22:12 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I've also seen a -STABLE box unable to open the /dev/dsp file (open > returns EBUSY) although both fstat and lsof didn't see any process with > this file opened. This second problem was happening even when trying to > ``cat /dev/dsp'' so it's probably not be related to the Linux emulation. there is a known bug in that if the device is open for write and another open, this time read/write, is attempted the device will be stuck open everafter. this will be fixed in the next mfc, to occur soon. -cg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message