summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* De-obfuscate acpi_acquire_global_lock(). It seems the function was directlyjkim2012-02-101-8/+6
* Refine r231226. Swap timecounters before suspending any device drivers.jkim2012-02-091-10/+17
* Reset clock after atrtc(4) is properly resumed.jkim2012-02-082-4/+9
* Revert r211288 and move the logic to the acpi_timer itself.jkim2012-02-081-0/+48
* - Give all clocks and timers on acpi0 the equal probing order.jkim2012-02-075-21/+27
* Further relax the strictness of enforcing allocations to only come fromjhb2011-12-291-1/+10
* Prevent a division by zero with some broken batteriesdumbbell2011-11-261-0/+8
* - There's no need to overwrite the default device method with the defaultmarius2011-11-223-6/+3
* - be more precise about the unit of measurementeadler2011-11-171-1/+1
* - be more precise about the unit of measurementeadler2011-11-171-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-072-2/+3
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-0710-10/+11
* If an allocation for a specific resource range fails because it is not injhb2011-10-123-7/+27
* Improve the sleep_delay sysctl description by specifying which unitbrueffer2011-09-131-1/+1
* Always check current HPET counter value after comparator programming tomav2011-08-162-8/+8
* 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
OpenPOWER on IntegriCloud