summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Add a new test_counter() function which tries to determine the width ofphk2002-02-251-17/+46
* The thermal thread needs to take Giant before it does anything with themsmith2002-02-251-0/+6
* Tests by numerous people have shown that many chipsets do not properlydillon2002-02-241-1/+1
* AcpiOsPrintf and AcpiOsVprintf now return void.msmith2002-02-231-6/+4
* AcpiOsCallocate is no longer required.msmith2002-02-231-11/+0
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-235-24/+25
* Add our own private defines for driver debug layers.msmith2002-02-231-7/+18
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-231-46/+72
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-232-60/+68
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-232-38/+74
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-234-16/+16
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-231-38/+44
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-231-34/+15
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-231-125/+78
* Fix irq/drq handling. IRQ and DRQ resource information can be gettakawata2002-01-312-28/+43
* Fix error handling.takawata2002-01-311-7/+19
* find_devclass -> devclass_find.msmith2002-01-081-1/+1
* Staticise devclasses and some unnecessarily global variables.msmith2002-01-0814-17/+15
* Change the preemption code for software interrupt thread schedules andjhb2002-01-051-1/+1
* If the CLK_VAL register is 0 bits wide, the system does not supportmsmith2002-01-021-10/+12
* 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
OpenPOWER on IntegriCloud