summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* 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-043-3/+3
* Hide the ACPI counter probing printf behind bootverbose.phk2002-03-241-3/+4
* Fix error introduced in the 20020217 update, where GetPossibleResourcesmsmith2002-03-212-2/+2
* Remove __P.alfred2002-03-201-1/+1
* Fix a gcc-3.1+ warning.peter2002-03-192-0/+5
* Only i386 has wbinvd().dfr2002-03-121-0/+2
* Do not concatenate __func__ with strings, because it is not a string.peter2002-03-121-2/+2
* Do not do string concatenation with __func__ (which is not a string)peter2002-03-121-1/+1
* Recent acpica imports have changed the lengths from UINT32 to ACPI_SIZE,peter2002-03-121-3/+3
* Add generalized power profile code.iwasaki2002-03-045-93/+41
* 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
OpenPOWER on IntegriCloud