CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2024/06/27 03:37:07
Modified files: sys/dev/ofw : ofw_thermal.c ofw_thermal.h Log message: Implement an optional callback function for thermal sensors to set a trip limit to support thermal zones that don't do polling. Thermal sensor drivers should implement this callback if they can generate an interrupt when the trop limit is reached and should call thermal_senser_update() when that happens. ok dlg@