From owner-freebsd-current@FreeBSD.ORG Fri Mar 12 15:58:23 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD97716A4CE for ; Fri, 12 Mar 2004 15:58:23 -0800 (PST) Received: from smtp.fud.org.nz (203-79-110-29.cable.paradise.net.nz [203.79.110.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 396C143D2F for ; Fri, 12 Mar 2004 15:58:23 -0800 (PST) (envelope-from andy@fud.org.nz) Received: by smtp.fud.org.nz (Postfix, from userid 1001) id 7B8AB1705A; Sat, 13 Mar 2004 12:58:21 +1300 (NZDT) Date: Sat, 13 Mar 2004 12:58:21 +1300 From: Andrew Thompson To: Antony T Curtis Message-ID: <20040312235821.GA19833@kate.fud.org.nz> References: <1079131349.35221.7.camel@pcgem.rdg.cyberkinetica.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1079131349.35221.7.camel@pcgem.rdg.cyberkinetica.com> User-Agent: Mutt/1.5.6i cc: freebsd-current@freebsd.org Subject: Re: Useful patch for ACPI X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2004 23:58:23 -0000 On Fri, Mar 12, 2004 at 10:42:29PM +0000, Antony T Curtis wrote: > Hi guys, > > I have a small patch here which allows additional modules be loaded at > boot time along with acpi... Useful for including acpi_video and > acpi_toshiba, just by having: > > acpi_modules="acpi_video,acpi_toshiba" > Nice, but are you aware that you can also put the following in loader.conf acpi_toshiba_load=yes acpi_video_load=yes Andy