Module Name: src Committed By: pgoyette Date: Fri Mar 26 20:31:06 UTC 2010
Modified Files: src/sys/dev/sysmon: sysmon_envsys.c sysmonvar.h Log Message: Add a routine to iterate over all the sensors on the system. This will be needed to update acpiapm_get_powstat() which is currently slightly broken due to recent rearrangement of acpi_bat(4)'s sensors. (This approach is in lieu of exporting proplists between kernel entities, and avoids exposing some internal sysmon_envsys details.) To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/sys/dev/sysmon/sysmon_envsys.c cvs rdiff -u -r1.34 -r1.35 src/sys/dev/sysmon/sysmonvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.