Source-Changes archive

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

CVS commit: [netbsd-8] src



Module Name:    src
Committed By:   martin
Date:           Tue Oct 11 18:22:44 UTC 2022

Modified Files:
        src/share/man/man4/man4.x86 [netbsd-8]: amdsmn.4 amdzentemp.4
        src/sys/arch/x86/pci [netbsd-8]: amdsmn.c amdzentemp.c

Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1773):

        share/man/man4/man4.x86/amdsmn.4                1.4,1.5
        share/man/man4/man4.x86/amdzentemp.4            1.7
        sys/arch/x86/pci/amdsmn.c                       1.7-1.9,1.13,1.14
        sys/arch/x86/pci/amdzentemp.c                   1.8-1.10,1.12-1.15

adjust for possible 49K offset

presence of this offset is indicated by a set 19th bit which is shifted away
this brings the temperature to "normal" levels on my ryzen 2700
(I assumed the same 49K offset as the k10temp project)

correct for known temperature bias values.

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.

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.

amdzentemp(4): Add Zen 3 support.

amdzentemp(4): Add support for per CCD temperature sensor from FreeBSD.

Fix build failure on i386.

Rename for AMD F15/6X device. No functional change.
amdsmn(4),amdzentemp(4): Add support for 17h/6xh and 19h/6xh.

Note that these drivers are present on some newer AMD Family 15h
processors.

amdsmn.4: Now support AMD Family 19h processors.


To generate a diff of this commit:
cvs rdiff -u -r1.3.2.2 -r1.3.2.3 src/share/man/man4/man4.x86/amdsmn.4
cvs rdiff -u -r1.6.2.2 -r1.6.2.3 src/share/man/man4/man4.x86/amdzentemp.4
cvs rdiff -u -r1.3.2.4 -r1.3.2.5 src/sys/arch/x86/pci/amdsmn.c
cvs rdiff -u -r1.7.2.2 -r1.7.2.3 src/sys/arch/x86/pci/amdzentemp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index