From owner-freebsd-multimedia@FreeBSD.ORG Fri Apr 21 23:42:42 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60F5516A401; Fri, 21 Apr 2006 23:42:42 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (w094.z064001164.sjc-ca.dsl.cnc.net [64.1.164.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id D660443D45; Fri, 21 Apr 2006 23:42:41 +0000 (GMT) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (localhost [127.0.0.1]) by merlin.alerce.com (Postfix) with ESMTP id C6E465643A; Fri, 21 Apr 2006 16:43:47 -0700 (PDT) Received: from satchel.alerce.com (w092.z064001164.sjc-ca.dsl.cnc.net [64.1.164.92]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "satchel.alerce.com", Issuer "alerce.com" (verified OK)) by merlin.alerce.com (Postfix) with ESMTP id 7B1DE56436; Fri, 21 Apr 2006 16:43:47 -0700 (PDT) Received: from satchel.alerce.com (localhost [127.0.0.1]) by satchel.alerce.com (8.13.4/8.13.4) with ESMTP id k3LNh9tY096486 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 21 Apr 2006 16:43:09 -0700 (PDT) (envelope-from hartzell@satchel.alerce.com) Received: (from hartzell@localhost) by satchel.alerce.com (8.13.4/8.13.4/Submit) id k3LNh9VY096481; Fri, 21 Apr 2006 16:43:09 -0700 (PDT) (envelope-from hartzell) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17481.28173.272378.280651@satchel.alerce.com> Date: Fri, 21 Apr 2006 16:43:09 -0700 To: hartzell@alerce.com In-Reply-To: <17480.11835.822340.565571@satchel.alerce.com> References: <17477.44637.316536.583639@satchel.alerce.com> <20060420064700.48c63e27.ariff@FreeBSD.org> <17478.53172.814200.467979@satchel.alerce.com> <20060421053137.7cc345b5.ariff@FreeBSD.org> <17480.3995.952982.333106@satchel.alerce.com> <20060421071542.6021fee8.ariff@FreeBSD.org> <17480.8563.679808.816061@satchel.alerce.com> <20060421084712.4dbfe2c2.ariff@FreeBSD.org> <17480.11835.822340.565571@satchel.alerce.com> X-Mailer: VM 7.17 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-multimedia@FreeBSD.org, Ariff Abdullah Subject: Re: Odd code in sound/pcm/channel.c, help with PR? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hartzell@alerce.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 23:42:42 -0000 George Hartzell writes: > Ariff Abdullah writes: > > On Thu, 20 Apr 2006 17:04:03 -0700 > > George Hartzell wrote: > > > > > > When I cat /etc/termcap > /dev/dsp0.0 I get > > > > > > before blah 1 > > > after blah 1 > > > before blah 1 > > > after blah 1 > > > pcm0:play:0:dsp0.0: play interrupt timeout, channel dead > > > > > > > !#$#^ I knew it. > > > > Ok, give it another round: > > > > http://people.freebsd.org/~ariff/test/via8233.c > Just to summarize for the list, ariff hopped onto my machine and got it straightened out. If you're suffering the same way I was, his changes are avilalbe at: : In case somebody might ask, the fixed source is: : : http://people.freebsd.org/~ariff/test/via8233.c : He's going to commit it and whether it's worth of 6.1-RELEASE. Many thanks to him for the help! g.