summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_lid.c
Commit message (Expand)AuthorAgeFilesLines
* Remove code to initialize the lid state at boot. It interfered with lidnjl2004-08-251-29/+16
* MPSAFE lockingnjl2004-08-131-15/+33
* Move flags into a private ivar so it can't collide with device flags.njl2004-06-301-5/+0
* Use the acpi_id_probe() method instead of acpi_MatchHid(), which is nownjl2004-06-291-6/+7
* Add support to ACPI to manage its own resources. Previously, resourcenjl2004-06-131-1/+1
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Update the new suspend/resume GPE methods to properly limit the GPEnjl2004-05-281-0/+1
* Restructure the wake GPE API. Now there are three functions:njl2004-05-271-6/+7
* Enable GPE at runtime rather than suspend time. This is to match thenjl2004-05-251-1/+3
* Changes to implement 20040514:njl2004-05-251-2/+8
* Add MODULE_DEPEND entries so some of these drivers can eventually benjl2004-04-091-0/+1
* Change to acpi_{Get,Set}Integer to provide both methods. Convert allnjl2004-03-031-1/+1
* Add devctl(4) notify support to ACPI. Various subsystems now notifynjl2003-10-251-2/+4
* Style and whitespace changes. Also, make the ivar functions non-inlinenjl2003-08-281-23/+22
* Use __FBSDID().obrien2003-08-241-2/+3
* Catch up to changes in acpivar.h to add support for using ACPI onjhb2002-10-161-2/+0
* Add device(power/sleep button and lid) wake function from sleeping state.iwasaki2002-07-221-0/+21
* Brutally deal with __func__ being 'const char *' on gcc-3.1.peter2002-05-191-3/+3
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-231-5/+5
* Staticise devclasses and some unnecessarily global variables.msmith2002-01-081-1/+1
* Cleanups of verbose printing. All the messages for the debugging isiwasaki2001-11-181-1/+3
* - Updates for new constant naming in the ACPI CA 20010518 update.msmith2001-05-291-4/+4
* Catch up to header include changes:jhb2001-03-281-0/+2
* ACPI_NUMBER becomes ACPI_INTEGER. acpi_EvaluateNumber becomesmsmith2001-01-311-13/+2
* Catch up with the recent conversion the per-eventhandler list mutex toiwasaki2000-12-121-0/+1
* - Convert a lot of homebrew debugging output to use the ACPI CA debuggingmsmith2000-12-081-5/+21
* Initial FreeBSD OSPM (operating system power management) modules formsmith2000-10-281-0/+152
OpenPOWER on IntegriCloud