From owner-freebsd-stable Thu Jul 27 10:15:18 2000 Delivered-To: freebsd-stable@freebsd.org Received: from genius.systems.pavilion.net (genius.systems.pavilion.net [212.74.1.100]) by hub.freebsd.org (Postfix) with ESMTP id 25A4837C156 for ; Thu, 27 Jul 2000 10:14:22 -0700 (PDT) (envelope-from joe@pavilion.net) Received: by genius.systems.pavilion.net (Postfix, from userid 100) id 528A19B03; Thu, 27 Jul 2000 18:14:09 +0100 (BST) Date: Thu, 27 Jul 2000 18:14:09 +0100 From: Josef Karthauser To: Devin Butterfield Cc: Bill Fumerola , hdiwan@pobox.com, Hasan Diwan , stable@FreeBSD.ORG Subject: Re: [pcm0 play interrupt timeout, channel dead] and other problems Message-ID: <20000727181409.F5964@pavilion.net> Mail-Followup-To: Josef Karthauser , Devin Butterfield , Bill Fumerola , hdiwan@pobox.com, Hasan Diwan , stable@FreeBSD.ORG References: <20000723151352.A3853@hdroam.ssd.loral.com> <00072615312000.04245@dbm.wireless.net> <20000727024937.H51462@jade.chc-chimes.com> <00072700392500.20332@dbm.wireless.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <00072700392500.20332@dbm.wireless.net>; from dbutter@wireless.net on Thu, Jul 27, 2000 at 12:36:54AM -0700 X-NCC-RegID: uk.pavilion Organisation: Pavilion Internet plc, Lees House, 21-23 Dyke Road, Brighton, England Phone: +44-845-333-5000 Fax: +44-845-333-5001 Mobile: +44-403-596893 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jul 27, 2000 at 12:36:54AM -0700, Devin Butterfield wrote: > > > 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, do you use suspend/resume on your machine? I believe that some recent change in the pcm driver has hosed this! :( Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message