From owner-freebsd-questions@FreeBSD.ORG Tue Feb 10 23:00:56 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4500F942 for ; Tue, 10 Feb 2015 23:00:56 +0000 (UTC) Received: from smtp205.alice.it (smtp205.alice.it [82.57.200.101]) by mx1.freebsd.org (Postfix) with ESMTP id C9024834 for ; Tue, 10 Feb 2015 23:00:55 +0000 (UTC) Received: from soth.ventu (79.50.25.5) by smtp205.alice.it (8.6.060.28) (authenticated as acanedi@alice.it) id 547D8A4D0F3C6BD1 for freebsd-questions@freebsd.org; Tue, 10 Feb 2015 23:55:44 +0100 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.15.1/8.14.9) with ESMTP id t1AMtWwW089996 for ; Tue, 10 Feb 2015 23:55:32 +0100 (CET) (envelope-from ml@netfence.it) Message-ID: <54DA8C63.8000303@netfence.it> Date: Tue, 10 Feb 2015 23:55:31 +0100 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Clarifications on ACPI driver References: <54D25DF1.9030603@netfence.it> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2015 23:00:56 -0000 On 02/04/15 21:50, Michael Powell wrote: > Andrea Venturoli wrote: > >> Hello. >> >> I read in the handbook (12.13.1) "the acpi(4) driver is loaded by >> default at system boot and should *not* be compiled into the kernel". >> >> Yet I see "device acpi" in GENERIC. > > This is only so for the 32-bit i386 build. You will not see this in the 64- > bit x86_64 build. Uh??? > # cd /usr/src/ > # svn update > Updating '.': > At revision 278542. > # svn status > # svn info > Path: . > Working Copy Root Path: /usr/src > URL: https://svn0.eu.freebsd.org/base/releng/10.1 > Relative URL: ^/releng/10.1 > Repository Root: https://svn0.eu.freebsd.org/base > Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f > Revision: 278542 > Node Kind: directory > Schedule: normal > Last Changed Author: delphij > Last Changed Rev: 277808 > Last Changed Date: 2015-01-27 20:37:02 +0100 (Tue, 27 Jan 2015) > > # grep -i acpi sys/i386/conf/GENERIC > device acpi > # grep -i acpi sys/amd64/conf/GENERIC > device acpi > options ACPI_DMAR > # As you can see "device acpi" is present in both i386's and amd64's GENERIC. bye & Thanks av.