From owner-freebsd-current Thu Jan 16 9:42:57 2003 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 02F8137B401 for ; Thu, 16 Jan 2003 09:42:57 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 4834E43ED8 for ; Thu, 16 Jan 2003 09:42:56 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 46869 invoked by uid 1000); 16 Jan 2003 17:42:53 -0000 Date: Thu, 16 Jan 2003 09:42:53 -0800 (PST) From: Nate Lawson To: Peter Schultz Cc: acpi-jp@jp.FreeBSD.org, current@freebsd.org Subject: Re: ACPI Error on FreeBSD-CURRENT In-Reply-To: <3E26E619.90402@speakeasy.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Thu, 16 Jan 2003, Peter Schultz wrote: > ACPI-1287: *** Error: Method execution failed, E_AML_UNINITIALIZED_LOCAL > can't fetch resources for \\_SB_.PCI0.FDC0 - AE_AML_UNINITIALIZED_LOCAL > > I have a Tyan S1834 and see the above error during boot. I'm not sure > if this is such a big problem but it would be nice to eliminate the error. It means there's a syntax error in your asl (in particular, a reference of a variable without declaration). You could go through the iasl dance to fix it or just disable acpi (see INSTALL.TXT for how to do this). It looks like you won't be able to use your floppy drive until you use a workaround. -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message