From owner-freebsd-acpi@FreeBSD.ORG Wed Feb 15 22:39:52 2006 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 EA9E416A420 for ; Wed, 15 Feb 2006 22:39:52 +0000 (GMT) (envelope-from robert.moore@intel.com) Received: from orsfmr004.jf.intel.com (fmr19.intel.com [134.134.136.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E92F43D48 for ; Wed, 15 Feb 2006 22:39:52 +0000 (GMT) (envelope-from robert.moore@intel.com) Received: from orsfmr100.jf.intel.com (orsfmr100.jf.intel.com [10.7.209.16]) by orsfmr004.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 k1FMdqch007539 for ; Wed, 15 Feb 2006 22:39:52 GMT Received: from orsmsxvs040.jf.intel.com (orsmsxvs040.jf.intel.com [192.168.65.206]) by orsfmr100.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 k1FMdQBw004831 for ; Wed, 15 Feb 2006 22:39:52 GMT Received: from orsmsx331.amr.corp.intel.com ([192.168.65.56]) by orsmsxvs040.jf.intel.com (SAVSMTP 3.1.7.47) with SMTP id M2006021514395118733 for ; Wed, 15 Feb 2006 14:39:51 -0800 Received: from orsmsx403.amr.corp.intel.com ([192.168.65.209]) by orsmsx331.amr.corp.intel.com with Microsoft SMTPSVC(6.0.3790.211); Wed, 15 Feb 2006 14:39:51 -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: Wed, 15 Feb 2006 14:39:49 -0800 Message-ID: <971FCB6690CD0E4898387DBF7552B90E045DA8D3@orsmsx403.amr.corp.intel.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: How can I fix these problems of the asl of my computer? Thread-Index: AcYu7CDry6Z3JLIdQ6iw1xDR9z2H3wDlCcxg From: "Moore, Robert" To: , X-OriginalArrivalTime: 15 Feb 2006 22:39:51.0743 (UTC) FILETIME=[BBF7F4F0:01C63280] X-Scanned-By: MIMEDefang 2.52 on 10.7.209.16 Cc: Subject: RE: How can I fix these problems of the asl of my computer? 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: Wed, 15 Feb 2006 22:39:53 -0000 ze2205au.asl 2243: Return (UPRS) Error 1022 - Object does not exist ^ (UPRS) ze2205au.asl 2253: Store (UPRS, Local0) Error 1022 - Object does not exist ^ (UPRS) ze2205au.asl 4138: Name (_WDG, Buffer (0x50) Warning 2033 - Unknown reserved name ^ (_WDG) ze2205au.asl 4699: Method (_WED, 1, NotSerialized) Warning 2033 - Unknown reserved name ^ (_WED) 1) Add "External (UPRS)" after the definition block is opened: DefinitionBlock ("DSDT.aml", "DSDT", 1, "HP ", "3091 ", 537137673) { External (UPRS) 2) Ignore the warnings. Your BIOS writers did not read the ACPI spec or became blind sometime in the middle of it, highly probable. :-) Bob