Date: Thu, 27 Jul 2000 18:14:09 +0100 From: Josef Karthauser <joe@pavilion.net> To: Devin Butterfield <dbutter@wireless.net> Cc: Bill Fumerola <billf@chimesnet.com>, hdiwan@pobox.com, Hasan Diwan <hdiwan@ssd.loral.com>, stable@FreeBSD.ORG Subject: Re: [pcm0 play interrupt timeout, channel dead] and other problems Message-ID: <20000727181409.F5964@pavilion.net> In-Reply-To: <00072700392500.20332@dbm.wireless.net>; from dbutter@wireless.net on Thu, Jul 27, 2000 at 12:36:54AM -0700 References: <20000723151352.A3853@hdroam.ssd.loral.com> <00072615312000.04245@dbm.wireless.net> <20000727024937.H51462@jade.chc-chimes.com> <00072700392500.20332@dbm.wireless.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000727181409.F5964>