History log of /freebsd-10-stable/sys/dev/jedec_ts/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
329015 08-Feb-2018 rpokala

jedec_ts(4) uses a sysctl format specifier of "IK4", to indicate that it
reports milliKelvin. However, sysctl(8) on stable/10 only knows about "IK",
without a numeric suffix, which represents deciKelvin.

Adjust the format specifier, and round the temperature value reported.

Reviewed by: avg
Sponsored by: Panasas
Differential Revision: https://reviews.freebsd.org/D14055

323788 20-Sep-2017 avg

MFC r323540: jedec_ts: add many more devices from various vendors

The new IDs are taken from the hardware to which I have access
and from open datasheets.

Also, the hardware probing is moved to the device probe method.

323742 19-Sep-2017 avg

MFC r320266: jedec_ts: add support for devices manufactured by IDT

Full manufacturer name is Integrated Device Technology, Inc.
Supported devices include TSE2002B3C and TS3000B3A.

320355 26-Jun-2017 avg

MFC r320259: jedec_ts: read device id from the correct register

314351 27-Feb-2017 avg

MFC r314037: jedec_ts: fix slave address check

308371 06-Nov-2016 avg

MFC r307768: jedec_ts: a driver for thermal sensors on memory modules

307768 22-Oct-2016 avg

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