From owner-freebsd-questions@FreeBSD.ORG Mon Sep 26 18:52:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B869816A41F for ; Mon, 26 Sep 2005 18:52:45 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail26.sea5.speakeasy.net (mail26.sea5.speakeasy.net [69.17.117.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4102C43D53 for ; Mon, 26 Sep 2005 18:52:45 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 25005 invoked from network); 26 Sep 2005 18:52:44 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail26.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 26 Sep 2005 18:52:44 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id DE3F737; Mon, 26 Sep 2005 14:52:43 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Omer Faruk Sen To: freebsd-questions@freebsd.org References: <20050926182630.39244.qmail@istanbul.enderunix.org> From: Lowell Gilbert Date: 26 Sep 2005 14:52:43 -0400 In-Reply-To: <20050926182630.39244.qmail@istanbul.enderunix.org> Message-ID: <44d5mvd5l0.fsf@be-well.ilk.org> Lines: 21 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: Re: hint.apic.0.disabled X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 18:52:45 -0000 Omer Faruk Sen writes: > Hi, It seems that there is a conflict in manual pages. Or I am missing > something. In manual page of loader.conf it is stated to add > hint.apic.0.disabled="1" to disable acpi totally. But also in > device.hints manual page it is stated to add hint.apic.0.disabled="1" > line to disable acpi. Which one is the true one? To add to > device.hints or loader.conf file. Best Regards. ----------------------- Please note that apic and acpi are very different things. You seem to be confusing them. loader.conf(5) doesn't mention either one on my 5-STABLE system. The example in device.hints is for acpi. But there is considerably more information about acpi in the acpi(4) man page, with a lot of loader.conf tunables you can set regarding acpi. One of them will disable it completely, but the syntax is different than you would use in device.hints. Also note that there is a whole chapter on "Using and Debugging FreeBSD ACPI" in the FreeBSD Handbook.