]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r329843:
authorrpokala <rpokala@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 28 Feb 2018 10:00:02 +0000 (10:00 +0000)
committerrpokala <rpokala@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 28 Feb 2018 10:00:02 +0000 (10:00 +0000)
commit6334ab7e03cf333b43c256ae587a8758e38c095f
treeec963fee1fa53692c81047428ac16339047341b2
parent653ce3b03e914b74364791252d5d5d6bd7c174da
MFC r329843:

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.

git-svn-id: svn://svn.freebsd.org/base/stable/10@330109 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
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]