History log of /dflybsd-src/sys/dev/powermng/memtemp/memtemp_core.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 0c1d7dca 18-Jul-2016 zrj <rimvydas.jasinskas@gmail.com>

Remove pcibus.h header.

It is a subset of pci_cfgreg.h and both headers were included together.


# 7273d7b8 05-May-2015 Sepherosa Ziehau <sephe@dragonflybsd.org>

sensor: Factor out helper functions.


# 14387d56 05-May-2015 Sepherosa Ziehau <sephe@dragonflybsd.org>

memtemp: Add 'temp' to the sensor description


# 881f7bff 29-Mar-2015 Sepherosa Ziehau <sephe@dragonflybsd.org>

dimm: Implement pseudo device driver for DIMM related drivers

- This pseudo device driver installs sensor device for DIMM related
sensors (memtemp(4) and upcoming ecc(4) changes).
- This pseudo de

dimm: Implement pseudo device driver for DIMM related drivers

- This pseudo device driver installs sensor device for DIMM related
sensors (memtemp(4) and upcoming ecc(4) changes).
- This pseudo device driver keeps DIMM location information. And
the location information is exposed through a new sysctl tree,
hw.dimminfo. The nodes in this sysctl tree have the same names
as the sensor devices, so that programatic way could be used to
report DIMM status.
- This pseudo device implements common sensor update function for
memtemp(4). And it keeps configurable temperature thresholds for
memtemp(4) sensor.
- Utilize this pseudo device driver in memtemp(4).

show more ...


# 1bedd63a 22-Mar-2015 Sepherosa Ziehau <sephe@dragonflybsd.org>

sensor: Allocate task w/ M_WAITOK

And now sensor_task_register() will not fail.


# d9902073 12-Feb-2015 Sepherosa Ziehau <sephe@dragonflybsd.org>

memtemp: Add support for Intel Core Haswell and E3 v3 cpus

Tested-by: dillon@ (no sensors available though)