aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* Add `if (!cold)' checkings for functions which is called via SYSINIT.Mitsuru IWASAKI2002-11-241-7/+13
* Interpret new loader tunable "hw.acpi.verbose" to turnMitsuru IWASAKI2002-10-311-2/+6
* Invoke 3 ACPI task threads as default if option ACPI_MAX_THREADS isMitsuru IWASAKI2002-10-311-1/+1
* Catch up to changes in acpivar.h to add support for using ACPI onJohn Baldwin2002-10-161-2/+10
* Use d_thread_t for cdevsw functions instead of struct thread * so that itJohn Baldwin2002-10-091-3/+3
* Don't panic for a bad ivar request, just return ENOENT.John Baldwin2002-10-081-1/+0
* Attach ACPI children a bit later in attach(), specifically after performingJohn Baldwin2002-09-061-2/+3
* Add a helper routine acpi_SetIntrModel() to call the _PIC method to setJohn Baldwin2002-09-061-0/+16
* Use resource_list_print_types() instead of duplicating the code.John Baldwin2002-09-041-40/+4
* s/hint.acpi.0.disable/hint.acpi.0.disabled/Mitsuru IWASAKI2002-08-301-0/+5
* Resolve conflicts arising from the ACPI CA 20020815 import.Mitsuru IWASAKI2002-08-291-16/+29
* Change default value of hw.acpi.sleep_delay to 0.Mitsuru IWASAKI2002-08-281-1/+1
* Add new sysctl MIB (hw.acpi.sleep_delay) to specify the delay (inMitsuru IWASAKI2002-08-251-0/+8
* don't include redunant \n in panic messageWarner Losh2002-08-121-2/+2
* Resolve conflicts arising from the ACPI CA 20020725 import.Mitsuru IWASAKI2002-07-301-0/+5
* Add device(power/sleep button and lid) wake function from sleeping state.Mitsuru IWASAKI2002-07-221-5/+128
* Resolve conflicts arising from the ACPI CA 20020611 import.Mitsuru IWASAKI2002-07-091-19/+7
* Terminate ACPI subsystem on reboot.Mitsuru IWASAKI2002-05-191-0/+3
* Brutally deal with __func__ being 'const char *' on gcc-3.1.Peter Wemm2002-05-191-16/+16
* Fix acpi_avoid() to call freeenv() on the original char * returned fromJohn Baldwin2002-05-091-4/+5
* Don't call freeenv() on a modified pointer.Maxime Henrion2002-04-241-6/+7
* Fix compiling of acpica when debugging is enabled. In the previousMike Barcroft2002-04-191-2/+7
* Rework the kernel environment subsystem. We now convert the staticMaxime Henrion2002-04-171-21/+52
* Print DRQ resource in boot message.Takanori Watanabe2002-04-081-0/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Match namespace cleanup changes in ACPI CA 20020217 update.Mike Smith2002-02-231-125/+78
* Staticise devclasses and some unnecessarily global variables.Mike Smith2002-01-081-1/+1
* Add OS layer ACPI mutex and threading support.Mitsuru IWASAKI2001-12-221-18/+32
* Disable sleep requests for 5 sec after wakeup. This is needed forMitsuru IWASAKI2001-12-091-0/+16
* Add a couple of minor changes.Mitsuru IWASAKI2001-11-301-2/+5
* Yet another synch with minor changes in the ACPI CA 20011120 snapshot.Mitsuru IWASAKI2001-11-281-0/+14
* Validate requested sleep state in acpi_SetSleepState() to avoid reentryMitsuru IWASAKI2001-11-231-0/+3
* Fix re-enabling ACPI on wakeup from hibernation. The problem was thatMitsuru IWASAKI2001-11-151-3/+2
* Remove "S4B" from sleep_state_names and add "NONE" instead.Mitsuru IWASAKI2001-11-151-4/+5
* Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support.Mitsuru IWASAKI2001-11-061-0/+20
* Remove unnecessary WAK_STS bit waiting code for S1 sleep.Mitsuru IWASAKI2001-11-051-14/+0
* Some fix for the recent apm module changes.Mitsuru IWASAKI2001-11-011-1/+74
* Some small improvements of ACPI thermal driver.Mitsuru IWASAKI2001-10-291-0/+5
* Add APM compatibility feature to ACPI.Mitsuru IWASAKI2001-10-261-2/+13
* Update usage of AcpiEnableEvent to reflect a new argument.Mike Smith2001-10-041-4/+7
* Check the compatible ID as well as the hardware ID in acpi_MatchHid.Doug Rabson2001-10-041-0/+5
* Call acpi_DeviceIsPresent() only for devices. This should makeMitsuru IWASAKI2001-09-171-1/+1
* Disable devices that are not present; at a later stage we can then enableMike Smith2001-09-151-0/+10
* KSE Milestone 2Julian Elischer2001-09-121-3/+3
* Should check debug.acpi.avoid, not .disable.Mike Smith2001-09-071-1/+1
* Allow the ACPI subsystem to be disabled with a hint.Mike Smith2001-09-071-19/+59
* Add a hack to acpi_EvaluateInteger() to handle the case of a methodJohn Baldwin2001-09-061-1/+37
* Fix typo; CTLFLAG_RO -> CTLFLAG_RD.Mitsuru IWASAKI2001-09-021-1/+1
* Add a MODULE_VERSION declaration. This should prevent duplicate loadingMike Smith2001-09-011-0/+3
* Call OS-independent resume routine to execute _WAK .. etc.Takanori Watanabe2001-08-311-75/+1