From owner-freebsd-stable@FreeBSD.ORG Wed Oct 22 15:26:58 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE83616A4B3 for ; Wed, 22 Oct 2003 15:26:58 -0700 (PDT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D2E743FCB for ; Wed, 22 Oct 2003 15:26:58 -0700 (PDT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 4FD8472DA3; Wed, 22 Oct 2003 15:26:58 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 4B55772DA2; Wed, 22 Oct 2003 15:26:58 -0700 (PDT) Date: Wed, 22 Oct 2003 15:26:58 -0700 (PDT) From: Doug White To: Michail Vidiassov In-Reply-To: <20031019142843.P55452@serv.iaas.msu.ru> Message-ID: <20031022152527.W71676@carver.gumbysoft.com> References: <20031019005014.L49355@serv.iaas.msu.ru> <20031018161928.M35407@carver.gumbysoft.com> <20031019142843.P55452@serv.iaas.msu.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-stable@freebsd.org Subject: Re: ACPI problem - broken debug output (WAS: how to load DSDT) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 22:26:59 -0000 On Sun, 19 Oct 2003, Michail Vidiassov wrote: > Dear Dough, like bread dough? :) > On Sat, 18 Oct 2003, Doug White wrote: > > > > But it seems acpi_dsdt_load command does not work in STABLE. > > > > Note that this is a loader.conf option, not a binary. > > > > acpi_dsdt_load="/acpi.dsdt" > > > Thank you, > acpi_dsdt_load="YES" > acpi_dsdt_name="/boot/dsdt.aml" > acpi_dsdt_type="acpi_dsdt" > in loader.conf solved the problem. Yes, that looks right. > But after I have defined ACPI_DEBUG_OUTPUT in > /sys/contrib/dev/acpica/acconfig.h > I have got broken debug output like > > Table [DSDT] - %hd Objects with %hd Devices %hd Methods %hd Regions > %hd Devices found containing: %hd _STA, %hd _INI methods > Initialized %hd/%hd Regions %hd/%hd Fields %hd/%hd Buffers %hd/%hd > Packages (%hd nodes) Typically, acpi debugging is enabled using a couple of loader tunables, as described on acpi(4). You just need to compile with ACPI_DEBUG to get the output functionality. I think ACPI_DEBUG_OUTPUT is some internal option that you shouldn't be messing with directly. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org