summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Add x86/acpica/acpi_wakeup.c for amd64 and i386. Difference ofiwasaki2012-06-091-2/+0
* Consistently use ACPI_SUCCESS() and ACPI_FAILURE() macros wherever possible.jkim2012-06-013-11/+11
* Execute AcpiLeaveSleepStatePrep() for S1 and reduce code duplication.jkim2012-06-011-2/+2
* Call AcpiLeaveSleepStatePrep() in interrupt disabled contextiwasaki2012-06-012-4/+14
* Reorder resume procedures.iwasaki2012-05-291-2/+2
* Fix the problem acpi_sleep_force() hang.iwasaki2012-05-291-3/+17
* Merge ACPICA 20120518.jkim2012-05-241-0/+14
* Restore Processor object path for verbose boot message.jkim2012-05-231-2/+4
* Rework the previous change to honor MADT processor IDs when probingjhb2012-05-232-60/+59
* Ignore the power button press event for resuming rather than startingiwasaki2012-05-221-5/+5
* Don't start the sleep state transition procedure while sleep isiwasaki2012-05-201-1/+6
* Centralize declaration of the debug.acpi sysctl node.jhb2012-05-173-2/+2
* Complete commit message for r235024:jkim2012-05-041-1/+1
* Use MADT to match ACPI Processor objects to CPUs. MADT and DSDT/SSDTs mayjkim2012-05-041-2/+38
* Use a more proper fix for enabling HT MSI mapping windows on Host-PCIjhb2012-03-291-16/+35
* Restore interrupt state after executing AcpiEnterSleepState().jkim2012-03-271-5/+10
* Add ACPI_LV_REPAIR debug level, available since ACPICA 20091214 (r200553).jkim2012-03-221-0/+1
* Merge ACPICA 20120320.jkim2012-03-202-3/+16
* ServerWorks HT1000 HPET reported to have problems with IRQs >= 16.mav2012-03-101-0/+8
* - Add a bus_dma tag to each PCI bus that is a child of a Host-PCI bridge.jhb2012-03-021-5/+7
* Fix a long-standing bug for AcpiOsGetTimer(). time_t is 32-bit on i386 andjkim2012-02-241-3/+3
* Merge ACPICA 20120215.jkim2012-02-163-4/+21
* 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
OpenPOWER on IntegriCloud