From owner-freebsd-current@FreeBSD.ORG Wed Aug 27 11:45:36 2003 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 88A3A16A4BF for ; Wed, 27 Aug 2003 11:45:36 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 02B7043FB1 for ; Wed, 27 Aug 2003 11:45:36 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 32074 invoked by uid 1000); 27 Aug 2003 18:45:36 -0000 Date: Wed, 27 Aug 2003 11:45:36 -0700 (PDT) From: Nate Lawson To: Michael Dill In-Reply-To: <20030808201851.5ee30c02.madill48@earthlink.net> Message-ID: <20030827114358.W31947@root.org> References: <20030808085824.Q78175@root.org> <20030808201851.5ee30c02.madill48@earthlink.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: acpi-jp@jp.freebsd.org cc: current@freebsd.org Subject: Re: bin/54066: ACPI 0 length errors 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: Wed, 27 Aug 2003 18:45:36 -0000 > On Fri, 8 Aug 2003 09:00:09 -0700 (PDT) > Nate Lawson wrote: > > I am looking into the 0 length errors you're getting. Can you please run: > > acpidump -o myname.dsdt > myname.asl > > and send me a URL to these two files? To figure out which Field is causing the problem, please add the following to /boot/loader.conf: hw.acpi.verbose = 1 debug.acpi.layer = "ACPI_ALL_COMPONENTS ACPI_BUS" debug.acpi.level = "ACPI_LV_WARN ACPI_LV_ERROR ACPI_LV_OBJECTS" Then send me the full dmesg output. Thanks, Nate