]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
jedec_ts: a driver for thermal sensors on memory modules
authorAndriy Gapon <avg@FreeBSD.org>
Sat, 22 Oct 2016 08:00:46 +0000 (08:00 +0000)
committerAndriy Gapon <avg@FreeBSD.org>
Sat, 22 Oct 2016 08:00:46 +0000 (08:00 +0000)
commit4afdfe9761ab66dda41826aa8befe1d9530d08a2
tree522651f5643fc35b53c98ab43309ed038f790be8
parent3413fe97706221447c6348d7e6558e7dea1d2a80
jedec_ts: a driver for thermal sensors on memory modules

The driver currently supports chips that are fully compliant with the
JEDEC SPD / EEPROM / TS standard (JEDEC Standard 21-C,
TSE2002 Specification, frequenlty referred to as JEDEC JC 42.4).

Additionally some chips from STMicroelectronics are supported as well.
They are compliant except for their Device ID pattern.

Given the continued lack of any common sensor infrastructure, the driver
uses an ad-hoc sysctl to report the temperature.

Reviewed by: wblock (documentation)
MFC after: 2 weeks
Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D8174
share/man/man4/jedec_ts.4 [new file with mode: 0644]
sys/conf/NOTES
sys/conf/files
sys/dev/jedec_ts/jedec_ts.c [new file with mode: 0644]
sys/modules/i2c/Makefile
sys/modules/i2c/jedec_ts/Makefile [new file with mode: 0644]