From owner-freebsd-current Wed Dec 4 7:36: 9 2002 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 5B77037B401 for ; Wed, 4 Dec 2002 07:36:08 -0800 (PST) Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EF3943EC5 for ; Wed, 4 Dec 2002 07:36:05 -0800 (PST) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (iwa@tasogare.imasy.or.jp [202.227.24.5]) by tasogare.imasy.or.jp (8.11.6+3.4W/8.11.6/tasogare) with ESMTP/inet id gB4FZci36983; Thu, 5 Dec 2002 00:35:38 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Date: Thu, 05 Dec 2002 00:35:34 +0900 (JST) Message-Id: <20021205.003534.130626091.iwasaki@jp.FreeBSD.org> To: acpi-jp@jp.FreeBSD.org, tmseck-lists@netcologne.de Cc: current@freebsd.org Subject: Re: [acpi-jp 2015] Re: ACPI Poweroff problem From: Mitsuru IWASAKI In-Reply-To: <20021204002913.GA1654@laurel.tmseck.homedns.org> References: <20021204002913.GA1654@laurel.tmseck.homedns.org> X-Mailer: Mew version 2.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, > * Nate Lawson (nate@root.org): > > > > Power System off using ACPI > > > ACPI -1287 *** Error: Method execution failed > > > AE_AML_UNINITIALIZED_LOCAL > > > ACPI -1287 *** Error: Method execution failed > > > AE_AML_UNINITIALIZED_LOCAL > > > > > > ACPIEnterSleepStatePrep failed AE_AML_UNINITIALIZED_LOCAL > > > > > > (so, or similar). > > > > > > PS : I have an VIA KT266 chipset. > > > > Please cc acpi-jp list with acpi problems, as I have on this reply. Check > > the current@ archives for the patch 20021122 that iwasaki@ posted. It may > > fix your problem. > > It seems that some problems were introduced with that patch. Really? If so, could you describe them? We need to report any problems to Intel in order to obtain good ACPI support. BTW, I've seen some AE_AML_UNINITIALIZED_LOCAL problems in DSDT, especially about one year ago. Typical ASL code is like this: Method(_PS0) { Store(Local0, Local0) Store(0x1, _PSC) } As you noticed, uninitialized Local0 is referred in Store operator. It's easy to fix this kind DSDT errors in most cases. # or updated BIOS may be already provided. Please check and fix your acpidump output, or send it to acpi-jp ML. Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message