From owner-freebsd-doc@FreeBSD.ORG Wed Jul 9 12:25:49 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 557BD37B401 for ; Wed, 9 Jul 2003 12:25:49 -0700 (PDT) Received: from arthur.avalon.net (arthur.avalon.net [216.137.72.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9696143FAF for ; Wed, 9 Jul 2003 12:25:48 -0700 (PDT) (envelope-from monet@arthur.avalon.net) Received: from mercury.mail.avalon.net (v90-53.avalon.net [216.137.70.53]) by arthur.avalon.net (8.12.9/8.12.8) with ESMTP id h69JPg5o020571 for ; Wed, 9 Jul 2003 14:25:44 -0500 (CDT) Message-Id: <5.2.0.9.2.20030709132212.00b02b28@mail.avalon.net> X-Sender: monet@mail.avalon.net X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Wed, 09 Jul 2003 14:25:38 -0500 To: doc@FreeBSD.org From: monet@arthur.avalon.net Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: 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:25:49 -0000 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" 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. My system has an AMBIOS ( release "9/13/2002 s") if that helps. I'd have used send-pr, but i can't even get this system to see a floppy, much less recognize my modem. And it seemed like a documentation problem, too. Thanks for all your hard work, -dls