From owner-cvs-src@FreeBSD.ORG Mon Mar 1 14:06:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0B1F16A4CE; Mon, 1 Mar 2004 14:06:44 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 222BC43D39; Mon, 1 Mar 2004 14:06:44 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i21M6gkj046283; Mon, 1 Mar 2004 15:06:43 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 01 Mar 2004 15:06:45 -0700 (MST) Message-Id: <20040301.150645.129371956.imp@bsdimp.com> To: jhb@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200403011618.38396.jhb@FreeBSD.org> References: <20040301181305.4DF7C16A519@hub.freebsd.org> <20040301102713.G7157@root.org> <200403011618.38396.jhb@FreeBSD.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: des@FreeBSD.org cc: nate@root.org Subject: Re: cvs commit: src/sys/boot/forth loader.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Mar 2004 22:06:44 -0000 In message: <200403011618.38396.jhb@FreeBSD.org> John Baldwin writes: : On Monday 01 March 2004 01:27 pm, Nate Lawson wrote: : > On Mon, 1 Mar 2004, Dag-Erling Smorgrav wrote: : > > Modified files: : > > sys/boot/forth loader.conf : > > Log: : > > Add acpi_video_load (default NO) in the ACPI section : > > : > > Revision Changes Path : > > 1.75 +1 -0 src/sys/boot/forth/loader.conf : > : > Is this something that needs to be done any time a new driver is : > committed? Or is this related to the acpi auto-load special case. : : Probably not. The list in loader.conf is stale and incomplete except for : occasional updates. IMHO, it's not the best place to document all the : possible modules. Especially since this file is MI and several modules (such : as this one) are not MI. And most, if not all, of them aren't really needed at all. Warner