From owner-cvs-src@FreeBSD.ORG Sun Jul 1 23:17:32 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B04D216A400; Sun, 1 Jul 2007 23:17:32 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 7006213C44B; Sun, 1 Jul 2007 23:17:32 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l61NH9Cf002814; Sun, 1 Jul 2007 17:17:09 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 01 Jul 2007 17:17:49 -0600 (MDT) Message-Id: <20070701.171749.-686700291.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <468821DA.5010008@root.org> References: <20070701214751.21DCC16A4F6@hub.freebsd.org> <468821DA.5010008@root.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sun, 01 Jul 2007 17:17:09 -0600 (MDT) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC NOTES src/sys/i386/conf GENERIC NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 01 Jul 2007 23:17:32 -0000 In message: <468821DA.5010008@root.org> Nate Lawson writes: : Nate Lawson wrote: : > njl 2007-07-01 21:47:45 UTC : > : > FreeBSD src repository : > : > Modified files: : > sys/amd64/conf GENERIC NOTES : > sys/i386/conf GENERIC NOTES : > Log: : > Add cpufreq(4) to GENERIC. It does not change the frequency by default, : > so systems should be relatively unaffected. Users can then simply enable : > powerd(8) in rc.conf to take advantage of it. : > : > Approved by: re : > : > Revision Changes Path : > 1.483 +3 -0 src/sys/amd64/conf/GENERIC : > 1.66 +0 -3 src/sys/amd64/conf/NOTES : > 1.473 +3 -0 src/sys/i386/conf/GENERIC : > 1.1241 +0 -3 src/sys/i386/conf/NOTES : : Actually, I'm not sure standard practice here. Should it be kept in : both NOTES and GENERIC? Maybe I should not have removed it from NOTES. NOTES is supposed to be a superset GENERIC, with everything in it, so you can do a make LINT; config LINT, etc and know you've not broken anything by a change you've made. Warner