From owner-cvs-src@FreeBSD.ORG Tue Feb 17 22:19:12 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 426A616A4CE; Tue, 17 Feb 2004 22:19:12 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C772E43D2F; Tue, 17 Feb 2004 22:19:11 -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 i1I6JAnJ037581; Tue, 17 Feb 2004 23:19:10 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 17 Feb 2004 23:19:00 -0700 (MST) Message-Id: <20040217.231900.44155669.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <20040217125043.N30568@root.org> References: <20040217203852.724BE16A567@hub.freebsd.org> <20040217125043.N30568@root.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: wes@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 acpi.4 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: Wed, 18 Feb 2004 06:19:12 -0000 In message: <20040217125043.N30568@root.org> Nate Lawson writes: : Please don't recommend they put the hint in device.hints. That file is : regenerated as part of the upgrade process. It should go in : /boot/loader.conf, which is already cross-referenced by the manpage. Yes. There's /boot/loader.conf and even /boot/loader.conf.local, that can be used for this. I tend to put the hintish things in one and the loading driverish things in the other. Warner