From 2d5516559e53538a98abb8d4af4f5e2663689ce3 Mon Sep 17 00:00:00 2001 From: fcambus Date: Fri, 29 Dec 2017 13:27:36 +0000 Subject: [PATCH] VIA amd64 compatible CPUs support Enhanced SpeedStep, so reflect that in cpu.4. OK visa@, sthen@, jmc@ --- share/man/man4/man4.amd64/cpu.4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man4/man4.amd64/cpu.4 b/share/man/man4/man4.amd64/cpu.4 index f556ba50b14..050218b9110 100644 --- a/share/man/man4/man4.amd64/cpu.4 +++ b/share/man/man4/man4.amd64/cpu.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cpu.4,v 1.4 2009/07/13 15:43:05 jmc Exp $ +.\" $OpenBSD: cpu.4,v 1.5 2017/12/29 13:27:36 fcambus Exp $ .\" .\" Copyright (c) 2004 Ted Unangst .\" All rights reserved. @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 13 2009 $ +.Dd $Mdocdate: December 29 2017 $ .Dt CPU 4 amd64 .Os .Sh NAME @@ -46,7 +46,7 @@ There are several possible implementations for setperf, all transparent to the user. .Bl -tag -width tenletters .It EST -Enhanced SpeedStep found on Intel processors, +Enhanced SpeedStep found on Intel and VIA processors, offers frequency scaling with numerous positions. .It PowerNow Found on various AMD processors. -- 2.20.1