summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Allow non-fixed endpoints for a producer address range if the length ofjhb2011-07-211-3/+5
* Don't ignore negatively decoded address ranges.jhb2011-07-171-7/+0
* Respect the BIOS/firmware's notion of acceptable address ranges for PCIjhb2011-07-151-0/+166
* Remove duplicate header includeskevlo2011-06-281-1/+0
* Now that ia64 has been switched to the event timers, remove themarcel2011-06-251-4/+0
* Typo.jhb2011-06-241-1/+1
* Fix build on ia64 after r223426.jkim2011-06-221-0/+2
* Set negative quality to TSC timecounter when C3 state is enabled for Inteljkim2011-06-221-0/+2
* Add a helper routine to conditionally modify the start address of ajhb2011-06-221-22/+4
* Fix build with ACPI_DEBUG defined.jhb2011-06-211-8/+9
* Use AcpiWalkResources() to parse the resource list from _CRS rather thanjhb2011-06-212-336/+282
* Don't create a device_t object or parse current resources (via _CRS) forjhb2011-06-172-20/+38
* Implement BUS_ADJUST_RESOURCE() for the x86 drivers that sit between thejhb2011-06-101-11/+25
* Merge ACPICA 20110527.jkim2011-05-311-10/+13
* Decrease ACPI-fast timecounter quality to 900 and increase HPET timecounterjkim2011-05-232-2/+2
* Reimplement how PCI-PCI bridges manage their I/O windows. Previously thejhb2011-05-032-3/+11
* The ACPI Host-PCI bridge driver actually supports multiple domains viajhb2011-05-021-1/+1
* Add implementations of BUS_ADJUST_RESOURCE() to the PCI bus driver,jhb2011-05-021-0/+1
* Correctly output the entire array for hw.acpi.thermal._ACx.mdf2011-04-191-1/+2
* Do not assume PM timer GAS type is I/O or memory. It may be an unsupportedjkim2011-04-181-8/+33
* Fix a few acpi sysctls that want "IK" formatting to specify CTLTYPE_INT.mdf2011-04-181-7/+7
* Add event handlers for (ACPI) suspend/resume events. Suspend event handlersjkim2011-04-141-0/+4
* Add some tunable descriptions about x86 timers.jkim2011-04-141-1/+1
* Use atomic load & store for TSC frequency. It may be overkill for amd64 butjkim2011-04-071-1/+1
* Lower the bar for ACPI-fast on real machines slightly. Empirical evidencesjkim2011-04-051-8/+11
* Move a trivial acpi_TimerDelta() to acpivar.h to make it inlineable.jkim2011-04-042-11/+10
* Always check the current minimum value to make the test more predictable.jkim2011-04-041-2/+2
* Fix bogus logic to calculate delta between two values from ACPI timers.jkim2011-04-041-8/+3
* Lower the bar for ACPI-fast on virtual machines. The current logic dependsjkim2011-04-041-2/+3
* Add inline to acpi_timer_read() to reduce unnecessary jumps and calls.jkim2011-04-041-3/+3
* Add more definitions for vendor-specific CPU capability bits to the lastjkim2011-02-251-11/+13
* Rework r218685. Copy just enough data for the resource type.jkim2011-02-141-23/+22
* Prevent reading from the ACPI_RESOURCE past its actual end. Formdf2011-02-141-1/+5
* Use the preload_fetch_addr() and preload_fetch_size() conveniencemarcel2011-02-131-11/+13
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.mdf2011-01-191-1/+1
* Remove bogus check. pcib_get_bus() (like other BUS_ACCESSOR() methods)jhb2011-01-181-2/+0
* Work around a witness(4) panic introduced in r217238.jkim2011-01-111-8/+26
* Fix a witness(4) warning introduced in r217238.jkim2011-01-111-13/+18
* Remove impossible error conditions.jkim2011-01-101-4/+2
* Add forgotten free(9) in the previous commit for an error case.jkim2011-01-101-0/+1
* Allow AcpiOsInstallInterruptHandler() and AcpiOsRemoveInterruptHandler() tojkim2011-01-102-84/+149
* Prefer KASSERT(9) over panic(9) as it was never seen in reality.jkim2011-01-101-2/+1
* Clarify the previous commit. AcpiFinishGpe() will not clear GPE for usjkim2011-01-041-1/+3
* Clear GPE from a query handler if the task was deferred.jkim2011-01-041-8/+11
* Fix parameters for wakeup(9) and tsleep(9).jkim2011-01-031-2/+2
* Don't try to reserve a resource that is already allocated. If the ECDTjhb2010-12-231-0/+8
* Use resource_list_reserve() to reserve I/O port and memory resources forjhb2010-12-222-69/+195
* small cleanup of acpi battery status setting and checkingavg2010-12-174-4/+23
* Small style fixes:jhb2010-12-161-14/+12
* Spelling fix.jhb2010-12-161-1/+1
OpenPOWER on IntegriCloud