]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
jedec_dimm(4): report asset info and temperatures for DDR3 and DDR4 DIMMs
authorRavi Pokala <rpokala@FreeBSD.org>
Thu, 22 Feb 2018 23:18:46 +0000 (23:18 +0000)
committerRavi Pokala <rpokala@FreeBSD.org>
Thu, 22 Feb 2018 23:18:46 +0000 (23:18 +0000)
commitdcd935dfd14a222d347f9d340b1b62243d47d522
tree3ec35a5ddd778e5acd3b2787786257f66b4b7973
parent363b2c7fd2db773a2f22daedff441ab06d0b67e6
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]