From owner-freebsd-current@FreeBSD.ORG Wed Mar 10 16:59:58 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 3137716A4D2 for ; Wed, 10 Mar 2004 16:59:58 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF1DA43D39 for ; Wed, 10 Mar 2004 16:59:57 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i2B0xvSe069816; Wed, 10 Mar 2004 16:59:57 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i2B0xvDL069815; Wed, 10 Mar 2004 16:59:57 -0800 (PST) (envelope-from sgk) Date: Wed, 10 Mar 2004 16:59:57 -0800 From: Steve Kargl To: Jorge Aldana Message-ID: <20040311005957.GA69791@troutmask.apl.washington.edu> References: <20040310163132.Y3075@merckx.snl.salk.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040310163132.Y3075@merckx.snl.salk.edu> User-Agent: Mutt/1.4.1i cc: freebsd-current@freebsd.org Subject: Re: acpi.ko loading 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: Thu, 11 Mar 2004 00:59:58 -0000 On Wed, Mar 10, 2004 at 04:37:50PM -0800, Jorge Aldana wrote: > > I have started down the 5.2.1 branch and have successfully installed it. > I do get one issue, its with acpi.ko, it is loaded automatically, is that > supposed to happen? > acpi is automatically used unless you take some action. If you are using the beatie loader menu, then you can choose to boot without acpi. You can also add hint.acpi.0.disabled="1" to /boot/loader.conf to disable acpi. -- Steve