index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
acpi
/
acpi_bat.c
Age
Commit message (
Expand
)
Author
2022-01-07
acpibat(4): Fix race in detach with AcpiOsExecute deferred call.
riastradh
2021-12-31
acpibat(4): Print ACPI error when _STA fails.
riastradh
2021-12-31
acpibat(4): Delete excessive blank lines.
riastradh
2021-12-31
acpibat(4): Fix attach and detach ordering.
riastradh
2021-01-29
Use acpi_compatible_match().
thorpej
2018-08-10
Don't hold up boot: defer acpibat(4) inquiry until threads are running.
riastradh
2015-04-23
Update module dependencies for all the existing modules that depend on sysmon...
pgoyette
2014-12-31
handle unknown values. Also BIF_UNIT is an enum, not a bitmask.
mlelstv
2014-10-02
Don't kdassert about crap provided by the firmware.
riastradh
2012-08-14
Collect rnd(9) entropy from coretemp(4), acpibat(4), aibs(4), hpacel(4),
jruoho
2011-07-13
In revision 1.103 the serial number was used to determine whether the
jruoho
2011-06-20
Initialize battery capacity sensor value before registering.
pgoyette
2011-02-16
Change the preprocessor defines around the module(9)'s modcmd() calls such
jruoho
2011-01-13
Upon request from jmcneill@, put the check back that prevents unnecessary
jruoho
2011-01-09
Print a message if ACPI 4.0 functionality is present (in which case the
jruoho
2011-01-04
Revert the changes made in the commit:
jruoho
2010-10-25
Bump WARNS to 4.
jruoho
2010-08-14
Do not queue functions via sysmon_taskq(9) in the pmf(9) resume hooks.
jruoho
2010-06-30
Only aprint*() the battery information if the battery has changed. Based on
jruoho
2010-04-27
Use ACPICA's standard notify values from <actypes.h> and move the
jruoho
2010-04-16
fix dmesg printing.
christos
2010-04-15
As discussed with jmcneill@, install a global "bus notification handler"
jruoho
2010-04-14
No need to spread the ACPICA type system any more than is necessary:
jruoho
2010-04-03
Update the limits when a change from absent to present is detected.
jruoho
2010-03-26
Catch up with cosmetic changes to output from config(1)
pooka
2010-03-26
Convert to config_init/fini_component.
pooka
2010-03-24
Set the SME_INIT_REFRESH flag so that the sensors' values (including
pgoyette
2010-03-22
Fix the previous commit properly: we need to set all sensor-flags during the
jruoho
2010-03-22
Set the capacity flags already in the acpibat_get_info(),
jruoho
2010-03-21
Convert acpibat to use ioconf instead of homerolled config glue.
pooka
2010-03-17
Print also the so-called "granularity" values when the _BIF is evaluated.
jruoho
2010-03-17
Remove the technology "sensor" (a fixed constant). Report this information
jruoho
2010-03-17
Remove the timer-based check in the sensor refresh routine. We henceforth
jruoho
2010-03-17
Fix the testing of temporarily unknown values.
jruoho
2010-03-17
Move the low and warning capacity sensors to the limits framework provided
jruoho
2010-03-14
Remove setting of edata->monitor since that member no longer exists.
pgoyette
2010-03-08
Use the predefined ACPI_STA_BATTERY_PRESENT instead of defining a local one.
jruoho
2010-03-05
Remove <dev/acpi/acpica.h> from all files. It is included from
jruoho
2010-02-28
Introduce support for ACPI kernel modules.
jruoho
2010-02-24
A pointer typedef entails trading too much flexibility to declare const
dyoung
2010-01-31
Allocate the sensor structures dynamically.
jruoho
2010-01-31
Add detachment routines.
jruoho
2010-01-27
the "Battery Present Rate" is only required to be valid if the battery
drochner
2010-01-24
* Reintroduce a state variable. From njoly@.
jruoho
2010-01-23
Cleanup:
jruoho
2010-01-21
In preparation for upcoming changes:
jruoho
2010-01-08
Expand PMF_FN_* macros.
dyoung
2009-09-29
If the driver thinks a battery is not present, poll for present status.
jmcneill
2009-09-16
Allow for 'options ACPI_DEBUG' by providing module declarations
mlelstv
2009-08-25
PR# kern/41179: Incorrect return values from AcpiOsExecute()
jmcneill
[next]