Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4/man4.x86 Some clean-up on the HISTORY and AUT...



details:   https://anonhg.NetBSD.org/src/rev/c309de9f06f4
branches:  trunk
changeset: 358998:c309de9f06f4
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Jan 25 08:41:17 2018 +0000

description:
Some clean-up on the HISTORY and AUTHORS sections, and addition of a BUGS
section to document the fact that we don't yet handle the required temp
offset, nor do we expose the available thermal-trip value.

diffstat:

 share/man/man4/man4.x86/amdzentemp.4 |  30 +++++++++++++++++++++++++++---
 1 files changed, 27 insertions(+), 3 deletions(-)

diffs (55 lines):

diff -r 951a2f757f37 -r c309de9f06f4 share/man/man4/man4.x86/amdzentemp.4
--- a/share/man/man4/man4.x86/amdzentemp.4      Thu Jan 25 04:48:45 2018 +0000
+++ b/share/man/man4/man4.x86/amdzentemp.4      Thu Jan 25 08:41:17 2018 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: amdzentemp.4,v 1.1 2018/01/25 01:25:39 christos Exp $
+.\" $NetBSD: amdzentemp.4,v 1.2 2018/01/25 08:41:17 pgoyette Exp $
 .\"-
 .\" Copyright (c) 2008 Christoph Egger
 .\" All rights reserved.
@@ -57,6 +57,17 @@
 .Xr envsys 4 ,
 .Xr envstat 8 ,
 .Xr powerd 8
+.Sh BUGS
+The temperature reading provided to
+.Xr envsys 4
+needs to have a CPU-dependant offset applied.
+For Ryzen X processors, the offset is 20C, while for Threadripper
+processors an offset of 27C is needed.
+.Pp
+The sensor has thermal-trip value which should be retrieved and
+provided to
+.Xr envsys 4
+as the sensors critical-maximum value.
 .Sh HISTORY
 The
 .Nm
@@ -65,8 +76,17 @@
 named
 .Dq kate .
 It was then ported to
-.Nx 5.0 .
-The driver has been renamed with support for newer AMD CPUs.
+.Nx 5.0
+under the name
+.Dq amdtemp .
+The
+.Fx
+version of the driver was updated with support for newer AMD CPUs.
+For
+.Nx ,
+the support for the newer CPUs was separated into its own
+.Nm
+driver.
 .Sh AUTHORS
 .An -nosplit
 The
@@ -74,3 +94,7 @@
 driver was written by
 .An Constantine A. Murenin Aq Mt cnst%openbsd.org@localhost
 whilst at the University of Waterloo.
+Porting of support for the newer AMD CPUs from
+.Fx
+was provided by
+.An Ian Clark .



Home | Main Index | Thread Index | Old Index