From owner-cvs-all@FreeBSD.ORG Thu May 1 08:52:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31FC737B401; Thu, 1 May 2003 08:52:55 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3286243FA3; Thu, 1 May 2003 08:52:54 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h41Fqlm2044822; Thu, 1 May 2003 08:52:47 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h41FqlpD044815; Thu, 1 May 2003 08:52:47 -0700 (PDT) Date: Thu, 1 May 2003 08:52:46 -0700 From: "David O'Brien" To: John Baldwin Message-ID: <20030501155246.GB44677@dragon.nuxi.com> References: <200304302202.h3UM2d9C095307@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Peter Wemm Subject: Re: cvs commit: src/sys/boot/i386/libi386 i386_module.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2003 15:52:55 -0000 On Thu, May 01, 2003 at 10:37:45AM -0400, John Baldwin wrote: > > On 30-Apr-2003 Peter Wemm wrote: > > peter 2003/04/30 15:02:39 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/boot/i386/libi386 i386_module.c > > Log: > > ACPI will always be present on AMD64 - it will never be an autodetect > > module. > > I would require it in the kernel rather than load it as a module then. Considering the track record of ACPI on Athlon motherboards, I'd like to keep it a module and allow a way for it to be turned off. All AMD64 systems will have ACPI, but AFAIK it isn't 100% required to be used like on many laptops. -- -- David (obrien@FreeBSD.org)