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_lid.c
Age
Commit message (
Expand
)
Author
2021-01-29
Use acpi_compatible_match().
thorpej
2015-04-23
Update module dependencies for all the existing modules that depend on sysmon...
pgoyette
2011-02-16
Use ioconf for the module declarations.
jruoho
2010-10-25
Bump WARNS to 4.
jruoho
2010-08-24
Bypass ACPI_NOTIFY_DEVICE_WAKE also in acpilid(4). Use aprint_debug_dev(9)
jruoho
2010-04-27
Use ACPICA's standard notify values from <actypes.h> and move the
jruoho
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-03-05
Preparing a device for wakeup involves:
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-28
Cleanup:
jruoho
2010-02-24
A pointer typedef entails trading too much flexibility to declare const
dyoung
2010-01-30
Add the _COMPONENT definition for ACPI_DEBUG.
jruoho
2010-01-08
Expand PMF_FN_* macros.
dyoung
2009-12-31
As the _PSW control method was deprecated in ACPI 3.0, augment the wake
jruoho
2009-11-29
Introduce acpi_eval_set_integer().
cegger
2009-08-25
PR# kern/41179: Incorrect return values from AcpiOsExecute()
jmcneill
2009-08-04
add hw.wake.* sysctl subtree for toggling which devices are allowed to
jmcneill
2008-07-15
Make acpilid(4) detachable.
dyoung
2008-03-26
Split device_t/softc and related cosmetic changes.
xtraeme
2008-03-23
Add missing acpilid_wake_event() proto.
xtraeme
2008-02-29
Use PMF_FN_ARGS, PMF_FN_PROTO.
dyoung
2007-12-09
Merge jmcneill-pm branch.
jmcneill
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-02-20
use aprint_*
kochi
2006-02-16
prototypes don't need argument names
kochi
2005-12-11
merge ktrace-lwp.
christos
2005-05-02
Merge changes for ACPI-CA 20050408
kochi
2004-05-01
specify static where appropriate.
kochi
2004-04-11
return (x) -> return x
kochi
2004-03-24
Make it compile (int -> ACPI_INTEGER)
kanaoka
2003-11-03
More cleanup:
mycroft
2003-11-03
Clean up some messages:
mycroft
2003-11-03
* now the size of ACPI_DEVICE_INFO is variable:
kochi
2003-10-31
Catch up with ABI changes in ACPI-CA. Some additional changes to acpi_bat to
mycroft
2003-04-18
* Add a generic power management event API, defined in <sys/power.h>.
thorpej
2003-04-17
Adapt to the sysmon_pswitch interface.
thorpej
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-09-30
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2001-11-13
add RCSID
lukem
2001-09-29
Don't be DEBUG by default, but still be noisy about lid status
thorpej
2001-09-28
Add stub drivers for ACPI buttons and lid switches. These don't
thorpej