From owner-svn-src-all@FreeBSD.ORG Mon Jul 2 21:59:11 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06ADD106581C; Mon, 2 Jul 2012 21:59:11 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CD1518FC1A; Mon, 2 Jul 2012 21:59:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q62LxAfU002171; Mon, 2 Jul 2012 21:59:10 GMT (envelope-from sbruno@svn.freebsd.org) Received: (from sbruno@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q62LxAcg002167; Mon, 2 Jul 2012 21:59:10 GMT (envelope-from sbruno@svn.freebsd.org) Message-Id: <201207022159.q62LxAcg002167@svn.freebsd.org> From: Sean Bruno Date: Mon, 2 Jul 2012 21:59:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r238035 - stable/9/share/man/man4 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jul 2012 21:59:11 -0000 Author: sbruno Date: Mon Jul 2 21:59:10 2012 New Revision: 238035 URL: http://svn.freebsd.org/changeset/base/238035 Log: MFC r237245, r237250, r237251, r237273, r237330 Document support for Intel Enhanced Speedstep Tech interface of cpufreq(4) via a new man page est(4) Document the two exposed tuneables of est(4). Numerous cleanups and mdoc updates from reviewers. Thanks to mav, joel, wblock, hrs, gjb Added: stable/9/share/man/man4/est.4 - copied, changed from r237245, head/share/man/man4/est.4 Modified: stable/9/share/man/man4/Makefile stable/9/share/man/man4/cpufreq.4 Directory Properties: stable/9/share/man/man4/ (props changed) Modified: stable/9/share/man/man4/Makefile ============================================================================== --- stable/9/share/man/man4/Makefile Mon Jul 2 21:25:24 2012 (r238034) +++ stable/9/share/man/man4/Makefile Mon Jul 2 21:59:10 2012 (r238035) @@ -117,6 +117,7 @@ MAN= aac.4 \ enc.4 \ epair.4 \ esp.4 \ + est.4 \ et.4 \ eventtimers.4 \ exca.4 \ Modified: stable/9/share/man/man4/cpufreq.4 ============================================================================== --- stable/9/share/man/man4/cpufreq.4 Mon Jul 2 21:25:24 2012 (r238034) +++ stable/9/share/man/man4/cpufreq.4 Mon Jul 2 21:59:10 2012 (r238035) @@ -286,6 +286,7 @@ then it should set all elements to .Dv CPUFREQ_VAL_UNKNOWN . .Sh SEE ALSO .Xr acpi 4 , +.Xr est 4 , .Xr powerd 8 , .Xr sysctl 8 .Sh AUTHORS Copied and modified: stable/9/share/man/man4/est.4 (from r237245, head/share/man/man4/est.4) ============================================================================== --- head/share/man/man4/est.4 Mon Jun 18 23:18:49 2012 (r237245, copy source) +++ stable/9/share/man/man4/est.4 Mon Jul 2 21:59:10 2012 (r238035) @@ -63,11 +63,11 @@ behavior. .Bl -tag -width indent .It hw.est.msr_info Attempt to infer information from direct probing of the msr. -Should only be used in diagnostic cases +Should only be used in diagnostic cases .Pq default 0 .It hw.est.strict -Do not allow different cpus to be set to different frequencies. -It appears that this will only work on i386 systems +Validate frequency requested is accepted by the cpu when set. +It appears that this will only work on single core cpus. .Pq default 0 .El .Sh DIAGNOSTICS @@ -89,12 +89,10 @@ Consult your BIOS documentation for more is only found on supported Intel CPUs. .Sh SEE ALSO .Xr cpufreq 4 -.Sh SUPPORT -For general information and support, -go to the Intel 64 and IA-32 Architectures Software Developer -Manuals site. -.Pa http://www.intel.com/content/www/us/en/processors/architectures-software-developer-manuals.html +.Rs +.%T "Intel 64 and IA-32 Architectures Software Developer Manuals" +.%U "http://www.intel.com/content/www/us/en/processors/architectures-software-developer-manuals.html" +.Re .Sh AUTHORS -.Pp This manual page was written by .An Sean Bruno Aq sbruno@FreeBSD.org .