Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jul 2012 21:59:10 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r238035 - stable/9/share/man/man4
Message-ID:  <201207022159.q62LxAcg002167@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 .



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207022159.q62LxAcg002167>