summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
...
* don't include redunant \n in panic messageimp2002-08-121-2/+2
* Fix wrong member variable ordering of struct acpi_bif.iwasaki2002-08-091-1/+1
* Resolve conflicts arising from the ACPI CA 20020725 import.iwasaki2002-07-302-1/+11
* Add NULL check for the output buffer from AcpiEvaluateObject().iwasaki2002-07-231-2/+2
* Add device(power/sleep button and lid) wake function from sleeping state.iwasaki2002-07-224-5/+174
* Resolve conflicts arising from the ACPI CA 20020611 import.iwasaki2002-07-093-60/+82
* Fix wrong use of ACPI_NO_UNIT_LIMIT which is for as_maxunits, not as_units.iwasaki2002-07-061-2/+2
* Make interrupt driven EC transaction optional.takawata2002-07-021-0/+2
* Resolve conflicts arising from the ACPI CA 20020404 import.iwasaki2002-06-301-5/+3
* Fixed printf format errors which apparently crept in while -Wformat wasbde2002-05-252-9/+5
* Terminate ACPI subsystem on reboot.iwasaki2002-05-191-0/+3
* Brutally deal with __func__ being 'const char *' on gcc-3.1.peter2002-05-1914-64/+64
* Fix acpi_avoid() to call freeenv() on the original char * returned fromjhb2002-05-091-4/+5
* Don't export timecounter structures under debug. with sysctl, theyphk2002-04-301-2/+0
* Remove the tc_update() function. Any frequency change to thephk2002-04-261-1/+0
* 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-172-22/+53
* 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
OpenPOWER on IntegriCloud