Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jun 2012 17:13:14 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r237273 - head/share/man/man4
Message-ID:  <201206191713.q5JHDEbk071286@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Tue Jun 19 17:13:14 2012
New Revision: 237273
URL: http://svn.freebsd.org/changeset/base/237273

Log:
  Correct misunderstanding of hw.est.strict
  
  Setting strict causes a validation of the requested
  value vs the value currently running after a frequency
  change is requested.
  
  Change applicability to be single core not i386.
  
  Thanks to mav@ for reviewing and commenting on my
  lack of understanding.
  
  MFC after:	2 weeks

Modified:
  head/share/man/man4/est.4

Modified: head/share/man/man4/est.4
==============================================================================
--- head/share/man/man4/est.4	Tue Jun 19 16:06:27 2012	(r237272)
+++ head/share/man/man4/est.4	Tue Jun 19 17:13:14 2012	(r237273)
@@ -66,8 +66,8 @@ Attempt to infer information from direct
 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



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