From owner-cvs-all@FreeBSD.ORG Sun Jul 1 21:51:29 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4FF2A16A474 for ; Sun, 1 Jul 2007 21:51:29 +0000 (UTC) (envelope-from nate@root.org) Received: from root.org (root.org [67.118.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id 13B0113C4BE for ; Sun, 1 Jul 2007 21:51:28 +0000 (UTC) (envelope-from nate@root.org) Received: (qmail 32261 invoked from network); 1 Jul 2007 21:51:30 -0000 Received: from ppp-71-139-42-13.dsl.snfc21.pacbell.net (HELO ?10.0.5.18?) (nate-mail@71.139.42.13) by root.org with ESMTPA; 1 Jul 2007 21:51:30 -0000 Message-ID: <468821DA.5010008@root.org> Date: Sun, 01 Jul 2007 14:51:22 -0700 From: Nate Lawson User-Agent: Thunderbird 2.0.0.4 (X11/20070617) MIME-Version: 1.0 To: cvs-src@freebsd.org, cvs-all@freebsd.org, src-committers@freebsd.org References: <20070701214751.21DCC16A4F6@hub.freebsd.org> In-Reply-To: <20070701214751.21DCC16A4F6@hub.freebsd.org> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: cvs commit: src/sys/amd64/conf GENERIC NOTES src/sys/i386/conf GENERIC NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jul 2007 21:51:29 -0000 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. -- Nate