summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* Default to 5 seconds before sleeping to give some machines time to stabilize.njl2003-08-081-1/+6
* Clarify the ACPI shutdown messages.njl2003-07-201-2/+2
* Add ECDT (ACPI 2.0) support. This allows the EC to be enabled before thenjl2003-07-201-0/+6
* Update code to work with 0619 distnjl2003-07-131-20/+22
* - Use the new resource_disabled() helper function to see if devices arejhb2003-07-021-5/+2
* Catch up to reworked debugging levels in latest Intel import.jhb2003-05-011-5/+4
* Add new sysctl MIB (hw.acpi.supported_sleep_state) to indicateiwasaki2003-04-111-0/+23
* Add integer value of _CID handling.takawata2003-03-061-3/+33
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+5
* Use canonical form for cdevsw initialization.phk2003-03-021-13/+13
* Allow non-privilaged user to retrive battery or AC line information.takawata2003-02-151-1/+11
* Change ACPI make_dev() calls to use UID_ and GID_ constants ratherrwatson2002-12-281-1/+2
* Add sysctl knob to stop disabling acpi on shutdown.takawata2002-12-111-2/+9
* Add `if (!cold)' checkings for functions which is called via SYSINIT.iwasaki2002-11-241-7/+13
* Interpret new loader tunable "hw.acpi.verbose" to turniwasaki2002-10-311-2/+6
* Invoke 3 ACPI task threads as default if option ACPI_MAX_THREADS isiwasaki2002-10-311-1/+1
* Catch up to changes in acpivar.h to add support for using ACPI onjhb2002-10-161-2/+10
* Use d_thread_t for cdevsw functions instead of struct thread * so that itjhb2002-10-091-3/+3
* Don't panic for a bad ivar request, just return ENOENT.jhb2002-10-081-1/+0
* Attach ACPI children a bit later in attach(), specifically after performingjhb2002-09-061-2/+3
* Add a helper routine acpi_SetIntrModel() to call the _PIC method to setjhb2002-09-061-0/+16
* Use resource_list_print_types() instead of duplicating the code.jhb2002-09-041-40/+4
* s/hint.acpi.0.disable/hint.acpi.0.disabled/iwasaki2002-08-301-0/+5
* Resolve conflicts arising from the ACPI CA 20020815 import.iwasaki2002-08-291-16/+29
* Change default value of hw.acpi.sleep_delay to 0.iwasaki2002-08-281-1/+1
* Add new sysctl MIB (hw.acpi.sleep_delay) to specify the delay (iniwasaki2002-08-251-0/+8
* don't include redunant \n in panic messageimp2002-08-121-2/+2
* Resolve conflicts arising from the ACPI CA 20020725 import.iwasaki2002-07-301-0/+5
* Add device(power/sleep button and lid) wake function from sleeping state.iwasaki2002-07-221-5/+128
* Resolve conflicts arising from the ACPI CA 20020611 import.iwasaki2002-07-091-19/+7
* Terminate ACPI subsystem on reboot.iwasaki2002-05-191-0/+3
* Brutally deal with __func__ being 'const char *' on gcc-3.1.peter2002-05-191-16/+16
* Fix acpi_avoid() to call freeenv() on the original char * returned fromjhb2002-05-091-4/+5
* Don't call freeenv() on a modified pointer.mux2002-04-241-6/+7
* Fix compiling of acpica when debugging is enabled. In the previousmike2002-04-191-2/+7
* Rework the kernel environment subsystem. We now convert the staticmux2002-04-171-21/+52
* Print DRQ resource in boot message.takawata2002-04-081-0/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-231-125/+78
* Staticise devclasses and some unnecessarily global variables.msmith2002-01-081-1/+1
* Add OS layer ACPI mutex and threading support.iwasaki2001-12-221-18/+32
* Disable sleep requests for 5 sec after wakeup. This is needed foriwasaki2001-12-091-0/+16
* Add a couple of minor changes.iwasaki2001-11-301-2/+5
* Yet another synch with minor changes in the ACPI CA 20011120 snapshot.iwasaki2001-11-281-0/+14
* Validate requested sleep state in acpi_SetSleepState() to avoid reentryiwasaki2001-11-231-0/+3
* Fix re-enabling ACPI on wakeup from hibernation. The problem was thatiwasaki2001-11-151-3/+2
* Remove "S4B" from sleep_state_names and add "NONE" instead.iwasaki2001-11-151-4/+5
* Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support.iwasaki2001-11-061-0/+20
* Remove unnecessary WAK_STS bit waiting code for S1 sleep.iwasaki2001-11-051-14/+0
* Some fix for the recent apm module changes.iwasaki2001-11-011-1/+74
OpenPOWER on IntegriCloud