From owner-freebsd-current@FreeBSD.ORG Thu Oct 21 18:20:12 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A751A16A4CE for ; Thu, 21 Oct 2004 18:20:12 +0000 (GMT) Received: from main.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0136443D48 for ; Thu, 21 Oct 2004 18:20:12 +0000 (GMT) (envelope-from freebsd-current@m.gmane.org) Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CKhXm-0007OT-00 for ; Thu, 21 Oct 2004 20:20:10 +0200 Received: from pcp08490587pcs.levtwn01.pa.comcast.net ([68.83.169.224]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Oct 2004 20:20:10 +0200 Received: from apeiron by pcp08490587pcs.levtwn01.pa.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Oct 2004 20:20:10 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: Christopher Nehren Date: Thu, 21 Oct 2004 14:08:05 -0400 Lines: 13 Message-ID: References: <20041019111518.1f6a76a4@maya.liquidx.org> <20041021102205.C37069@carver.gumbysoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pcp08490587pcs.levtwn01.pa.comcast.net User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) Sender: news X-Mailman-Approved-At: Fri, 22 Oct 2004 11:56:47 +0000 Subject: Re: Mild sound distortion with FreeBSD 5.3-BETA7 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 18:20:12 -0000 On Thu, 21 Oct 2004 11:25:56 -0700, Doug White wrote: > Problems with sound disruptions can usually be traced to running with > WITNESS and/or INVARIANTS compiled into your kernel. These debugging > options cause enough interrupt latency to cause sound problems. Even > setting the sysctl debug.witness_watch=0 (I guess its > debug.witness.watch=0 now) will usually clear the issue right away, or > reduce the disruptions significantly (for that boot only). > > If the sysctl doesn't exist then you don't have WITNESS. I'm experiencing the same problem, and my kernel lacks WITNESS & INVARIANTS.