summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/smartbat.c
AgeCommit message (Expand)Author
2012-11-01- apply limits consistentlymacallan
2012-10-31implement limits and support event monitoringmacallan
2012-09-18fix typomacallan
2012-09-06- make the charge state sensor actually do somethingmacallan
2012-09-06only register a PMU callback when we're actually monitoring and reportingmacallan
2012-09-05split the envsys sensors into two devices - one SME_CLASS_ACADAPTER and onemacallan
2011-07-26finish device_t-ificationmacallan
2011-07-10Initialize sensor state. (Missed the commit for this in my lastpgoyette
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-06-18struct device * -> device_tmatt
2010-09-14only mark battery status sensors valid if the battery is actually presentmacallan
2008-08-12actually implement smart battery supportmacallan
2008-04-29Convert to new 2 clause licensemartin
2007-03-25skeleton smart battery driver. Doesn't do much yet.macallan