]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
jedec_dimm(4): report asset info and temperatures for DDR3 and DDR4 DIMMs
authorrpokala <rpokala@FreeBSD.org>
Thu, 22 Feb 2018 23:18:46 +0000 (23:18 +0000)
committerrpokala <rpokala@FreeBSD.org>
Thu, 22 Feb 2018 23:18:46 +0000 (23:18 +0000)
commit85249cf415bd5bd7e9bad6f0e8ec5d5ff083f102
tree3ec35a5ddd778e5acd3b2787786257f66b4b7973
parent424d880d23490d72ed168c91dfe4272d22e5fd79
jedec_dimm(4): report asset info and temperatures for DDR3 and DDR4 DIMMs

A super-set of the functionality of jedec_ts(4). jedec_dimm(4) reports asset
information (Part Number, Serial Number) encoded in the "Serial Presence
Detect" (SPD) data on JEDEC DDR3 and DDR4 DIMMs. It also calculates and
reports the memory capacity of the DIMM, in megabytes. If the DIMM includes
a "Thermal Sensor On DIMM" (TSOD), the temperature is also reported.

Reviewed by: cem
MFC after: 1 week
Relnotes: yes
Sponsored by: Panasas
Differential Revision: https://reviews.freebsd.org/D14392
Discussed with: avg, cem
Tested by: avg, cem (previous version, no semantic changes)
share/man/man4/Makefile
share/man/man4/jedec_dimm.4 [new file with mode: 0644]
sys/conf/NOTES
sys/conf/files
sys/dev/jedec_dimm/jedec_dimm.c [new file with mode: 0644]
sys/dev/jedec_dimm/jedec_dimm.h [new file with mode: 0644]
sys/modules/i2c/Makefile
sys/modules/i2c/jedec_dimm/Makefile [new file with mode: 0644]