From owner-freebsd-doc@FreeBSD.ORG Wed Jul 9 12:42:48 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1419037B401 for ; Wed, 9 Jul 2003 12:42:48 -0700 (PDT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62FEF43F85 for ; Wed, 9 Jul 2003 12:42:46 -0700 (PDT) (envelope-from marc@blackend.org) Received: from nosferatu.blackend.org (nosferatu.blackend.org [192.168.10.205]) by abigail.blackend.org (8.12.9/8.12.3) with ESMTP id h69JgeKC055756; Wed, 9 Jul 2003 21:42:40 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from nosferatu.blackend.org (localhost [127.0.0.1]) h69JgPbj003837; Wed, 9 Jul 2003 21:42:25 +0200 (CEST) (envelope-from marc@nosferatu.blackend.org) Received: (from marc@localhost) by nosferatu.blackend.org (8.12.9/8.12.9/Submit) id h69JgOVQ003836; Wed, 9 Jul 2003 21:42:24 +0200 (CEST) (envelope-from marc) Date: Wed, 9 Jul 2003 21:42:24 +0200 From: Marc Fonvieille To: monet@arthur.avalon.net Message-ID: <20030709194224.GB554@nosferatu.blackend.org> References: <5.2.0.9.2.20030709132212.00b02b28@mail.avalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.2.0.9.2.20030709132212.00b02b28@mail.avalon.net> User-Agent: Mutt/1.4i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.1-CURRENT cc: doc@FreeBSD.org Subject: Re: hint.acpi.0.disabled="1" X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2003 19:42:48 -0000 On Wed, Jul 09, 2003 at 02:25:38PM -0500, monet@arthur.avalon.net wrote: > On the page http://www.freebsd.org/relnotes/CURRENT/hardware/i386/proc.html > > it states: > > The use of ACPI causes instabilities on some machines and it may be > necessary to disable > the ACPI driver, which is normally loaded via a kernel module. This may > be accomplished by > adding the following line to /boot/device.hints: > > hint.acpi.0.disabled="1" > > But a developer friend of mine insists the line should read > > hint.acpi.0.disable="1" > > without a "d" > it's disabled with a "d". > And truth be told, it doesn't matter wether EITHER of these lines are in > the device.hints file. ACPI works or it doesn't, randomly, regardless of > any changes I make. Weird, it should work. Try to enter unset acpi_load at the loader prompt at boot or add the line exec="unset acpi_load" in the boot/loader.conf file. Marc