From owner-freebsd-acpi@FreeBSD.ORG Sun Dec 19 05:38:35 2004 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D12616A4CE for ; Sun, 19 Dec 2004 05:38:35 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1A2C43D2F for ; Sun, 19 Dec 2004 05:38:34 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.50] (adsl-64-171-186-123.dsl.snfc21.pacbell.net [64.171.186.123]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id iBJ5cXug027906 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 18 Dec 2004 21:38:34 -0800 Message-ID: <41C513C8.4030904@root.org> Date: Sat, 18 Dec 2004 21:38:16 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bob Van Valzah References: <1103430396.1593.4.camel@Bud.29West.Com> In-Reply-To: <1103430396.1593.4.camel@Bud.29West.Com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD-ACPI@FreeBSD.Org Subject: Re: Possible Handbook Typo X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Dec 2004 05:38:35 -0000 Bob Van Valzah wrote: > I'm just reading the acpi-debug.html page in the handbook and I see > something that looks suspicious (to my eyes at least). > > Section 11.16.3.2 System Hangs (temporary or permanent) advises setting > hint.apic.0.disabled="1" in loader.conf. Shouldn't hints go > in /boot/device.hints instead of loader.conf? > > I'm no expert in this area, so I thought I check it with the ACPI list > before submitting a PR. > Thanks for notifying us. Hints work in either /boot/device.hints or /boot/loader.conf, and the syntax is exactly the same. Since device.hints is overwritten as part of the instructions in UPDATING for installing a new kernel, I think it's better to keep local changes in loader.conf. -- Nate