summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
...
* During SMP startup there is time window, when SMP started, but interruptsmav2010-09-081-1/+26
* Several improvements to HPET driver:mav2010-09-051-22/+55
* acpi: update stale comments about order of cpu devices probingavg2010-09-031-6/+5
* Add a new method to the PCI bridge interface, PCIB_POWER_FOR_SLEEP(). Thisjhb2010-08-176-3/+18
* When EC burst mode is activated and multiple bytes are accessed, do notjkim2010-08-061-54/+27
* Merge ACPICA 20100806.jkim2010-08-062-7/+1
* - Retire acpi_pcib_resume(). It is has just been an alias forjhb2010-08-054-46/+5
* Fix several un-/signedness bugs of r210290 and r210293. Add one more check.mav2010-07-201-3/+3
* Extend timer driver API to report also minimal and maximal supported periodmav2010-07-201-5/+11
* Simplify AcpiOsReadPort() and AcpiOsWritePort() with iodev_read_*() andjkim2010-07-161-22/+7
* Use pmap_mapdev()/pmap_unmapdev() to map device memory instead of usingjkim2010-07-161-4/+4
* If there is any pending sleep request, disallow entering S5 state.jkim2010-07-151-14/+12
* - AcpiOsReadPciConfiguration() needs similar fixes as r209965 and r210129.jkim2010-07-151-26/+9
* - AcpiOsReadMemory() needs similar fixes as r209965. [1]jkim2010-07-151-18/+6
* Make SMP code path conditional at run-time.jkim2010-07-131-12/+10
* 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
OpenPOWER on IntegriCloud