summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
...
* Rise knowledge about curthread->td_intr_frame by one step. Make timermav2010-07-131-4/+2
* Fix white spaces.jkim2010-07-131-18/+18
* According to ACPICA User Guide and Programmer Reference, the read data mustjkim2010-07-131-6/+3
* Fix mis-merges in the previous commit.jkim2010-07-061-2/+2
* Merge ACPICA 20100702.jkim2010-07-064-9/+12
* Add "legacy route" support to HPET driver. When enabled, this mode makesmav2010-06-221-38/+74
* Do not set level-triggered interrupt mode if we are not going to use it.mav2010-06-221-0/+1
* Fix ia64 build broken by r209371.mav2010-06-211-1/+1
* Implement new event timers infrastructure. It provides unified APIs formav2010-06-202-76/+445
* Oops! Add " / hz" missed in r209328. Assume interrupt rate hz/2, not 1/2.mav2010-06-191-1/+1
* While we indeed can't precisely measure time spent in C1, we can considermav2010-06-191-3/+7
* When updating individual CPU's lowest Cx state to use, never set it to ajhb2010-06-151-1/+3
* Simplify a function for getting brightness levels.jkim2010-06-111-12/+7
* Remove unused assignment.jkim2010-06-112-10/+1
* fix a few cases where a string is passed via format argument instead ofavg2010-06-111-4/+2
* Update several places that iterate over CPUs to use CPU_FOREACH().jhb2010-06-111-3/+1
* The lock associated with the /dev/apm knote is already held, so usejhb2010-06-081-1/+1
* Remove unnecessary pointer type castings, shift operations and dead code.jkim2010-06-011-18/+17
* Oops, HPET ID optionally stored in _UID, not in _ADR.mav2010-05-231-4/+4
* Make table-based HPET identification more clever. Before creating fakemav2010-05-233-32/+51
* Merge ACPICA 20100428.jkim2010-04-281-15/+10
* Merge ACPICA 20100331 (and four additional upstream patches).jkim2010-04-025-35/+9
* Fix white spaces.jkim2010-03-101-2/+2
* - Allow users to enable dumping Debug objects without ACPI debugger.jkim2010-03-091-4/+45
* Merge ACPICA 20100304.jkim2010-03-051-0/+2
* Rename some macros to clarify their intentions and fix style nits.jkim2010-02-151-40/+40
* Add support for `cycle' and `zero' events for LCD brightness control.jkim2010-02-151-14/+43
* Make sanity check slightly more useful and tweak an error message.jkim2010-02-131-5/+5
* Implement LCD brightness control notify handler.jkim2010-02-131-1/+76
* acpi: drop the second bus_generic_attach passavg2010-02-111-8/+1
* acpi cpu: probe+attach before all other enumerated children on acpi busavg2010-02-112-9/+27
* acpi_cpu: prefer _OSC over _PDC, just in caseavg2010-02-061-20/+18
* acpi_cpu: correct capabilities arguments for Processor _OSC evaluationavg2010-02-031-1/+2
* acpi_hpet: correctly get number of timers/comparators in a timer blockavg2010-01-271-3/+18
* Merge ACPICA 20100121.jkim2010-01-218-20/+20
* acpi_ec: remove redundant acpi_disabled check in probe methodavg2010-01-181-2/+1
* acpi_ec: clean up 'private' ivar when freeing memory to which it pointsavg2010-01-181-0/+1
* Merge ACPICA 20091112.jkim2009-11-164-8/+8
* acpi: remove 'magic' ivaravg2009-11-075-24/+10
* Do not hold the ACPI A/C adapter lock when changing the power profile.jhb2009-09-301-2/+3
* Split the 'video' ACPI lock up into two locks to resolve a LOR with thejhb2009-09-301-10/+26
* Copy apm(4) emulation from sys/i386/acpica/acpi_machdep.c andjkim2009-09-271-7/+1
* Extract the code to find and map the MADT ACPI table during early kerneljhb2009-09-232-0/+27
* Uninline an instance of STAILQ_FOREACH_SAFE().jhb2009-09-231-2/+1
* Catch up with ACPICA 20090903.jkim2009-09-114-126/+84
* Tweak the way that the ACPI and ISA bus drivers match hint devices tojhb2009-08-241-2/+18
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-205-26/+16
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-025-16/+26
* Match PCI Express root bridge _HID directly instead ofjkim2009-07-131-1/+1
* Add a missing return in NULL mutex case.jkim2009-06-221-1/+3
OpenPOWER on IntegriCloud