From owner-freebsd-current@FreeBSD.ORG Thu Jul 17 10:09:22 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 DCAA837B401 for ; Thu, 17 Jul 2003 10:09:22 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 66F7C43F3F for ; Thu, 17 Jul 2003 10:09:22 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 24180 invoked by uid 1000); 17 Jul 2003 17:09:23 -0000 Date: Thu, 17 Jul 2003 10:09:23 -0700 (PDT) From: Nate Lawson To: Danny Braniss In-Reply-To: Message-ID: <20030717100629.U24177@root.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: ACPI problem? 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: Thu, 17 Jul 2003 17:09:23 -0000 On Thu, 17 Jul 2003, Danny Braniss wrote: > > Your asl seems bogus since there are a lot of unexpected values (i.e. for > > TZ and EC port values). Since it worked in 4.8R, follow the instructions > > for disabling ACPI. > > > > -Nate > > thanks, that did it, but now, is there anyway i can help fix this so > acpi will work? i have several of this boxes and booting them diskless > will be a problem. Try man acpi: To disable the acpi driver completely, set the kernel environment vari- able hint.acpi.0.disabled to 1. Some i386 machines totally fail to oper- ate with some or all of ACPI disabled. Other i386 machines fail with ACPI enabled. Non-i386 platforms do not support operating systems which do not use ACPI. Disabling all or part of ACPI on non-i386 platforms may result in a non-functional system. Hints can go in /boot/loader.conf. Later, after the system is working for you, you can go back and install a new BIOS and see if that fixes the problem with ACPI enabled. -Nate