summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some small improvements of ACPI thermal driver.iwasaki2001-10-291-0/+5
* Add APM compatibility feature to ACPI.iwasaki2001-10-261-2/+13
* Update usage of AcpiEnableEvent to reflect a new argument.msmith2001-10-041-4/+7
* Check the compatible ID as well as the hardware ID in acpi_MatchHid.dfr2001-10-041-0/+5
* Call acpi_DeviceIsPresent() only for devices. This should makeiwasaki2001-09-171-1/+1
* Disable devices that are not present; at a later stage we can then enablemsmith2001-09-151-0/+10
* KSE Milestone 2julian2001-09-121-3/+3
* Should check debug.acpi.avoid, not .disable.msmith2001-09-071-1/+1
* Allow the ACPI subsystem to be disabled with a hint.msmith2001-09-071-19/+59
* Add a hack to acpi_EvaluateInteger() to handle the case of a methodjhb2001-09-061-1/+37
* Fix typo; CTLFLAG_RO -> CTLFLAG_RD.iwasaki2001-09-021-1/+1
* Add a MODULE_VERSION declaration. This should prevent duplicate loadingmsmith2001-09-011-0/+3
* Call OS-independent resume routine to execute _WAK .. etc.takawata2001-08-311-75/+1
OpenPOWER on IntegriCloud