From owner-svn-src-head@FreeBSD.ORG Mon Mar 8 20:11:51 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 987E3106566C; Mon, 8 Mar 2010 20:11:51 +0000 (UTC) Date: Mon, 8 Mar 2010 20:11:51 +0000 From: Alexey Dokuchaev To: Jung-uk Kim Message-ID: <20100308201151.GA21962@FreeBSD.org> References: <201003081940.o28JeVG1088074@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201003081940.o28JeVG1088074@svn.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r204877 - head/sys/modules/acpi/acpi X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2010 20:11:51 -0000 On Mon, Mar 08, 2010 at 07:40:31PM +0000, Jung-uk Kim wrote: > Author: jkim > Date: Mon Mar 8 19:40:31 2010 > New Revision: 204877 > URL: http://svn.freebsd.org/changeset/base/204877 > > Log: > Enable ACPI module build on amd64. Although we strongly recommend building > it into kernel, there is no need to prevent it from building at all. FWIW, is there any difference between loading acpi.ko from loader.conf with "device acpi"-less kernel, and having ACPI compiled in? (I am interested in both i386 and amd64 cases.) I normally offload everything possible to modules (including `mem' and `io') and wonder it is safe thing to do for `acpi' as well. Thanks. ./danfe