diff options
| author | martin <martin@NetBSD.org> | 2020-04-24 17:46:44 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2020-04-24 17:46:44 +0000 |
| commit | 3619e3d89a6c6af299bede8f719fc69df3e63649 (patch) | |
| tree | 05c4cb2b1119044c19fafd1b661277e4204dfd2a /share | |
| parent | f73ccf079c3a12fdab6cde9b4d5256691d8faf99 (diff) | |
Pull up following revision(s) (requested by simonb in ticket #851):
share/man/man4/man4.x86/amdzentemp.4: revision 1.7
share/man/man4/man4.x86/amdsmn.4: revision 1.4
sys/arch/x86/pci/amdsmn.c: revision 1.7
sys/arch/x86/pci/amdsmn.c: revision 1.8
sys/arch/x86/pci/amdsmn.c: revision 1.9
sys/arch/x86/pci/amdzentemp.c: revision 1.10
Update to support Family 15h Model 60 temperature sensors.
Changes based on FreeBSD amdtemp driver changes by Conrad Meyer.
XXX: Some code duplication between this driver and amdtemp as
parts of the 15h refresh code share more in common with
older CPUs while accessing the device more like 17h.
--
Note that these drivers are present on some newer AMD Family 15h
processors.
--
Don't mix sign and unsigned operands. Just use size_t for the loop.
--
Apply previous change ("Don't mix sign and unsigned operands. Just use
size_t for the loop.") to another loop variable.
--
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man4/man4.x86/amdsmn.4 | 6 | ||||
| -rw-r--r-- | share/man/man4/man4.x86/amdzentemp.4 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/man4.x86/amdsmn.4 b/share/man/man4/man4.x86/amdsmn.4 index 04c51f0aa3a..65fd623e98b 100644 --- a/share/man/man4/man4.x86/amdsmn.4 +++ b/share/man/man4/man4.x86/amdsmn.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: amdsmn.4,v 1.3 2018/01/26 15:12:37 wiz Exp $ +.\" $NetBSD: amdsmn.4,v 1.3.8.1 2020/04/24 17:46:44 martin Exp $ .\" .\" Copyright (c) 2018 Ian Clark <mrrooster@gmail.com> .\" All rights reserved. @@ -54,7 +54,7 @@ .\" .\" $FreeBSD: head/share/man/man4/amdsmn.4 323184 2017-09-05 15:13:41Z cem $ .\" -.Dd January 22, 2018 +.Dd April 20, 2020 .Dt AMDSMN 4 x86 .Os .Sh NAME @@ -66,7 +66,7 @@ The .Nm driver provides support for resources on the System Management Network bus -in AMD Family 17h processors. +in AMD Family 17h processors and some later AMD Family 15h processors. .Sh SEE ALSO .Xr amdzentemp 4 .Sh HISTORY diff --git a/share/man/man4/man4.x86/amdzentemp.4 b/share/man/man4/man4.x86/amdzentemp.4 index 217992cc2e9..251f50d3bf3 100644 --- a/share/man/man4/man4.x86/amdzentemp.4 +++ b/share/man/man4/man4.x86/amdzentemp.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: amdzentemp.4,v 1.6 2018/01/27 21:39:06 pgoyette Exp $ +.\" $NetBSD: amdzentemp.4,v 1.6.8.1 2020/04/24 17:46:44 martin Exp $ .\"- .\" Copyright (c) 2008 Christoph Egger .\" All rights reserved. @@ -26,7 +26,7 @@ .\" .\" $FreeBSD: src/share/man/man4/coretemp.4,v 1.4 2007/10/15 20:00:19 netchild Exp $ .\" -.Dd January 28, 2018 +.Dd April 20, 2020 .Dt AMDZENTEMP 4 x86 .Os .Sh NAME @@ -38,7 +38,7 @@ The .Nm driver provides support for the on-die digital thermal sensor present -on AMD Ryzen CPUs +on AMD Ryzen CPUs and some later AMD Opteron CPUs. .Pp These sensors provide 0.125\(deC accuracy. There is one sensor for each CPU socket. |
