summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Oops, wrong option name. It's should be ACPI_MAX_THREADS,iwasaki2001-12-251-1/+1
* Add OS layer ACPI mutex and threading support.iwasaki2001-12-229-114/+365
* Disable sleep requests for 5 sec after wakeup. This is needed foriwasaki2001-12-092-0/+17
* 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
* Synch with minor changes in the ACPI CA 20011120 snapshot.msmith2001-11-285-13/+13
* Validate requested sleep state in acpi_SetSleepState() to avoid reentryiwasaki2001-11-231-0/+3
* Add disabling code via the debug.acpi.disable environment variable.iwasaki2001-11-221-0/+1
* Cleanups of verbose printing. All the messages for the debugging isiwasaki2001-11-188-68/+91
* Fix re-enabling ACPI on wakeup from hibernation. The problem was thatiwasaki2001-11-151-3/+2
* Two minor changes.iwasaki2001-11-151-9/+8
* 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-064-0/+202
* Remove unnecessary WAK_STS bit waiting code for S1 sleep.iwasaki2001-11-051-14/+0
* Oops, deleted wrong BIF acquisition timeout invocation by mistakeiwasaki2001-11-011-1/+1
* Some fix for the recent apm module changes.iwasaki2001-11-011-1/+74
* Style(9) fix, mainly white spaces.iwasaki2001-10-301-85/+102
* Some improvements of control method battery driver.iwasaki2001-10-303-23/+56
* Some small improvements of ACPI thermal driver.iwasaki2001-10-293-4/+62
* - Change the taskqueue locking to protect the necessary parts of a taskjhb2001-10-261-1/+0
* Add APM compatibility feature to ACPI.iwasaki2001-10-264-9/+54
* Add locking to taskqueues. There is one mutex per task, one mutex perjhb2001-10-261-0/+1
* Use TASK_INIT to initialize taskqueue task instead of violating thejhb2001-10-251-6/+6
* Allow hw.acpi.cpu.{economy,performance}_speed to be set from the loaderjhb2001-10-231-0/+9
* Reduce frequency of Battery info (_BIF) acquisition. This helpsiwasaki2001-10-221-6/+38
* Add missing includes of sys/lock.h.jhb2001-10-111-0/+1
* Make the interrupt routing a bit less chatty unless bootverbose is set.dfr2001-10-072-6/+10
* Fix some 64-bit uncleanliness.peter2001-10-061-7/+20
* Fix some style bugs before fixing some real bugs.peter2001-10-061-7/+17
* Fix a stack trashing bug when int != sizeof(pointer)peter2001-10-062-2/+6
* Update usage of AcpiEnableEvent to reflect a new argument.msmith2001-10-044-15/+16
* Add busspace hacks for ia64.dfr2001-10-041-0/+6
* Use return_PTR, not return_VALUE when returning pointers.dfr2001-10-041-2/+2
* 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
* Don't call tsleep from AcpiOsStall(), call DELAY() always instead.iwasaki2001-09-081-5/+1
* 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
* Move OsdEnvironment.c into MD code; searching for the ACPI tables is notmsmith2001-09-071-64/+0
* Initialise the adapter status to an invalid state, so that the initial checkmsmith2001-09-061-0/+1
* Add a hack to acpi_EvaluateInteger() to handle the case of a methodjhb2001-09-061-1/+37
* Allocate system resource IRQs as shareable; this is the typical case.msmith2001-09-061-1/+1
* Just print a message in acpi_tz_monitor() only when new active stateiwasaki2001-09-041-2/+5
* 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
* Don't claim memory resources owned by a PNP0C01 device ("system memory")msmith2001-08-311-3/+6
* Don't activate placeholder resources; it can be very expensive in themsmith2001-08-311-3/+3
* Call OS-independent resume routine to execute _WAK .. etc.takawata2001-08-311-75/+1
OpenPOWER on IntegriCloud