summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpi_bat.c
AgeCommit message (Expand)Author
2012-08-14Collect rnd(9) entropy from coretemp(4), acpibat(4), aibs(4), hpacel(4),jruoho
2011-07-13In revision 1.103 the serial number was used to determine whether thejruoho
2011-06-20Initialize battery capacity sensor value before registering.pgoyette
2011-02-16Change the preprocessor defines around the module(9)'s modcmd() calls suchjruoho
2011-01-13Upon request from jmcneill@, put the check back that prevents unnecessaryjruoho
2011-01-09Print a message if ACPI 4.0 functionality is present (in which case thejruoho
2011-01-04Revert the changes made in the commit:jruoho
2010-10-25Bump WARNS to 4.jruoho
2010-08-14Do not queue functions via sysmon_taskq(9) in the pmf(9) resume hooks.jruoho
2010-06-30Only aprint*() the battery information if the battery has changed. Based onjruoho
2010-04-27Use ACPICA's standard notify values from <actypes.h> and move thejruoho
2010-04-16fix dmesg printing.christos
2010-04-15As discussed with jmcneill@, install a global "bus notification handler"jruoho
2010-04-14No need to spread the ACPICA type system any more than is necessary:jruoho
2010-04-03Update the limits when a change from absent to present is detected.jruoho
2010-03-26Catch up with cosmetic changes to output from config(1)pooka
2010-03-26Convert to config_init/fini_component.pooka
2010-03-24Set the SME_INIT_REFRESH flag so that the sensors' values (includingpgoyette
2010-03-22Fix the previous commit properly: we need to set all sensor-flags during thejruoho
2010-03-22Set the capacity flags already in the acpibat_get_info(),jruoho
2010-03-21Convert acpibat to use ioconf instead of homerolled config glue.pooka
2010-03-17Print also the so-called "granularity" values when the _BIF is evaluated.jruoho
2010-03-17Remove the technology "sensor" (a fixed constant). Report this informationjruoho
2010-03-17Remove the timer-based check in the sensor refresh routine. We henceforthjruoho
2010-03-17Fix the testing of temporarily unknown values.jruoho
2010-03-17Move the low and warning capacity sensors to the limits framework providedjruoho
2010-03-14Remove setting of edata->monitor since that member no longer exists.pgoyette
2010-03-08Use the predefined ACPI_STA_BATTERY_PRESENT instead of defining a local one.jruoho
2010-03-05Remove <dev/acpi/acpica.h> from all files. It is included fromjruoho
2010-02-28Introduce support for ACPI kernel modules.jruoho
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-01-31Allocate the sensor structures dynamically.jruoho
2010-01-31Add detachment routines.jruoho
2010-01-27the "Battery Present Rate" is only required to be valid if the batterydrochner
2010-01-24 * Reintroduce a state variable. From njoly@.jruoho
2010-01-23Cleanup:jruoho
2010-01-21In preparation for upcoming changes:jruoho
2010-01-08Expand PMF_FN_* macros.dyoung
2009-09-29If the driver thinks a battery is not present, poll for present status.jmcneill
2009-09-16Allow for 'options ACPI_DEBUG' by providing module declarationsmlelstv
2009-08-25PR# kern/41179: Incorrect return values from AcpiOsExecute()jmcneill
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-06-03Reintroduce acpibat_refresh, only have it refresh battery status (not info,jmcneill
2008-06-03Refresh battery info/status on resume.jmcneill
2008-06-03Simplify SME usage within acpibat:jmcneill
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-23Use the SME_INIT_REFRESH flag to fetch sensor data once in thextraeme
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-12-05Match the docs: MUTEX_DRIVER/SPIN are now only for porting code writtenad