From owner-freebsd-stable Sat Jul 22 11:13:37 2000 Delivered-To: freebsd-stable@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id A998F37BA41 for ; Sat, 22 Jul 2000 11:13:29 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 5B7511C66; Sat, 22 Jul 2000 14:13:26 -0400 (EDT) Date: Sat, 22 Jul 2000 14:13:26 -0400 From: Bill Fumerola To: hdiwan@pobox.com Cc: stable@freebsd.org Subject: Re: [FreeBSD 4.1-RC #0: Sat Jul 22 10:26:20 PDT 2000] problems Message-ID: <20000722141326.G51462@jade.chc-chimes.com> References: <20000722110819.A1118@hdroam.ssd.loral.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000722110819.A1118@hdroam.ssd.loral.com>; from hdiwan@ssd.loral.com on Sat, Jul 22, 2000 at 11:08:19AM -0700 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jul 22, 2000 at 11:08:19AM -0700, Hasan Diwan wrote: > Two problems with sources from above date/time: > 1) pcm will proclaim 'play timeout, channel dead' after playing one mp3 > (This is confirmed with 7 or 8 different files). After this, /dev/dsp is > mysteriously locked. lsof doesn't list what's got it, and revoke(2) > can't unlock it. Try this: Index: channel.c =================================================================== RCS file: /home/ncvs/src/sys/dev/sound/pcm/channel.c,v retrieving revision 1.32 diff -u -r1.32 channel.c --- channel.c 2000/06/20 23:42:08 1.32 +++ channel.c 2000/07/22 17:36:34 @@ -234,7 +234,7 @@ b->fl = b->bufsize - b->rl; b->underflow = 0; } else { - /* chn_dmaupdate(c); */ + chn_dmaupdate(c); } } -- Bill Fumerola - Network Architect, BOFH / Chimes, Inc. billf@chimesnet.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message