History log of /openbsd/sys/arch/macppc/dev/thermal.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 3bf93282 08-Oct-2019 cheloha <cheloha@openbsd.org>

macppc: mediabay(4), smu(4), xlights(4): tsleep(9) -> tsleep_nsec(9)

This diff completely converts sys/arch/macppc to *sleep_nsec(9).

Also convert dev/thermal.c while we're down here. Unsure what

macppc: mediabay(4), smu(4), xlights(4): tsleep(9) -> tsleep_nsec(9)

This diff completely converts sys/arch/macppc to *sleep_nsec(9).

Also convert dev/thermal.c while we're down here. Unsure what that
file's driver's name is, if any.

ok kn@ visa@

show more ...


# ddc4b973 29-Jul-2016 jsg <jsg@openbsd.org>

Reorder code to avoid a divide by zero when there are no sensors.
Tested by and ok mglocker@


# cfc062e6 23-May-2016 mglocker <mglocker@openbsd.org>

Fix shutdown sequence.


# ede3af1d 23-May-2016 mglocker <mglocker@openbsd.org>

Some of our fan scaling calculations with the muK temperature unit above
59 degC require temporary values larger than 32bit signed. Therefore
bump those involved variables to int64_t and replace imi

Some of our fan scaling calculations with the muK temperature unit above
59 degC require temporary values larger than 32bit signed. Therefore
bump those involved variables to int64_t and replace imin/imax with
ulmin/ulmax to get proper results.

show more ...


# db3c615d 20-May-2016 mglocker <mglocker@openbsd.org>

Ooops, fix the OpenBSD tag.


# 74409486 20-May-2016 mglocker <mglocker@openbsd.org>

Add a thermal management framework for macppc which controls the fan speed
based on the temperature sensor values. A driver can register it fans or
temperature sensors there. Ported from FreeBSD.

Add a thermal management framework for macppc which controls the fan speed
based on the temperature sensor values. A driver can register it fans or
temperature sensors there. Ported from FreeBSD.

ok deraadt kettenis

show more ...