From owner-freebsd-acpi@FreeBSD.ORG Mon Dec 5 18:54:52 2005 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5042416A420; Mon, 5 Dec 2005 18:54:52 +0000 (GMT) (envelope-from robert.moore@intel.com) Received: from orsfmr003.jf.intel.com (fmr18.intel.com [134.134.136.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 929C143D78; Mon, 5 Dec 2005 18:54:40 +0000 (GMT) (envelope-from robert.moore@intel.com) Received: from orsfmr101.jf.intel.com (orsfmr101.jf.intel.com [10.7.209.17]) by orsfmr003.jf.intel.com (8.12.10/8.12.10/d: major-outer.mc,v 1.1 2004/09/17 17:50:56 root Exp $) with ESMTP id jB5IsdsL009796; Mon, 5 Dec 2005 18:54:39 GMT Received: from orsmsxvs041.jf.intel.com (orsmsxvs041.jf.intel.com [192.168.65.54]) by orsfmr101.jf.intel.com (8.12.10/8.12.10/d: major-inner.mc,v 1.2 2004/09/17 18:05:01 root Exp $) with SMTP id jB5IqTmN003001; Mon, 5 Dec 2005 18:54:37 GMT Received: from orsmsx332.amr.corp.intel.com ([192.168.65.60]) by orsmsxvs041.jf.intel.com (SAVSMTP 3.1.7.47) with SMTP id M2005120510425605515 ; Mon, 05 Dec 2005 10:42:59 -0800 Received: from orsmsx403.amr.corp.intel.com ([192.168.65.209]) by orsmsx332.amr.corp.intel.com with Microsoft SMTPSVC(6.0.3790.211); Mon, 5 Dec 2005 10:42:52 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 5 Dec 2005 10:42:51 -0800 Message-ID: <971FCB6690CD0E4898387DBF7552B90E03A00AAF@orsmsx403.amr.corp.intel.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: kern/89879: [acpi] ACPI-0438: *** Error: Looking up [Z00C] in namespace, AE_NOT_FOUND thread-index: AcX4Omm4OcJklGNpSlG+WPPJoi203ABkQWXw From: "Moore, Robert" To: "Ariff Abdullah" , X-OriginalArrivalTime: 05 Dec 2005 18:42:52.0382 (UTC) FILETIME=[B2D3A7E0:01C5F9CB] X-Scanned-By: MIMEDefang 2.52 on 10.7.209.17 Cc: Subject: RE: kern/89879: [acpi] ACPI-0438: *** Error: Looking up [Z00C] in namespace, AE_NOT_FOUND X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2005 18:54:52 -0000 I'm still looking at a fix for this, to allow references within packages to be passed around with no validation. It's a bit difficult given that such references are currently validated against the namespace at the moment they are parsed in the AML byte stream, with no regard to the context of the reference. Bob > -----Original Message----- > From: owner-freebsd-acpi@freebsd.org [mailto:owner-freebsd- > acpi@freebsd.org] On Behalf Of Ariff Abdullah > Sent: Saturday, December 03, 2005 10:50 AM > To: freebsd-acpi@freebsd.org > Subject: Re: kern/89879: [acpi] ACPI-0438: *** Error: Looking up [Z00C] in > namespace, AE_NOT_FOUND >=20 > The following reply was made to PR kern/89879; it has been noted by GNATS. >=20 > From: Ariff Abdullah > To: bug-followup@FreeBSD.org, dana.myers@gmail.com, dwerner1974@yahoo.com > Cc: > Subject: Re: kern/89879: [acpi] ACPI-0438: *** Error: Looking up [Z00C] in > namespace, AE_NOT_FOUND > Date: Sun, 4 Dec 2005 02:43:06 +0800 >=20 > On Sat, 3 Dec 2005 18:00:21 GMT > "Dana H. Myers" wrote: > > The following reply was made to PR kern/89879; it has been noted by > > GNATS. > > > > From: "Dana H. Myers" > > To: bug-followup@FreeBSD.org, dwerner1974@yahoo.com > > Cc: > > Subject: Re: kern/89879: [acpi] ACPI-0438: *** Error: Looking up > > [Z00C] in > > namespace, AE_NOT_FOUND > > Date: Sat, 03 Dec 2005 09:55:19 -0800 > > > > I see the same problem on the Acer Ferrari 4005, where Z00C isn't > > defined and thus the battery status method fails. > > > This is actually easy to fix, provided that you know how to dump, edit > and recompile your acpi dsdt using acpidump(8) and iasl(8). Take a > look at http://people.freebsd.org/~ariff/acer_ferrari/ for an example > on how to tweak and recover the functionality of battery status > method. >=20 > -- > Ariff Abdullah > FreeBSD > _______________________________________________ > freebsd-acpi@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-acpi > To unsubscribe, send any mail to "freebsd-acpi-unsubscribe@freebsd.org"