| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC 267883: | jhb | 2014-07-24 | 1 | -5/+14 |
* | MFC r257334, r257336, r257337, r257338, r257341, r257342, r257343, r257370, | ian | 2014-05-14 | 1 | -1/+1 |
* | MFC 261243: | jhb | 2014-03-11 | 1 | -0/+16 |
* | - Some BIOSes use an Extended IRQ resource descriptor in _PRS for a link | jhb | 2013-04-22 | 1 | -2/+2 |
* | revert accidentally committed unneeded changes from r246250 | avg | 2013-02-02 | 1 | -2/+2 |
* | acpi: clear power button status bit after waking up... | avg | 2013-02-02 | 1 | -0/+25 |
* | acpi: after wakeup from a state > S1 re-enable SCI_EN with a direct write | avg | 2013-02-02 | 1 | -2/+15 |
* | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | sbz | 2013-01-30 | 1 | -1/+1 |
* | Merge ACPICA 20130117. | jkim | 2013-01-17 | 1 | -1/+3 |
* | Merge ACPICA 20121018. | jkim | 2012-10-23 | 1 | -1/+1 |
* | This isn't functionally identical. In some cases a hint to disable | eadler | 2012-10-22 | 1 | -0/+4 |
* | Now that device disabling is generic, remove extraneous code from the | eadler | 2012-10-22 | 1 | -4/+0 |
* | Merge ACPICA 20120816. | jkim | 2012-08-16 | 1 | -12/+4 |
* | Execute AcpiLeaveSleepStatePrep() for S1 and reduce code duplication. | jkim | 2012-06-01 | 1 | -2/+2 |
* | Call AcpiLeaveSleepStatePrep() in interrupt disabled context | iwasaki | 2012-06-01 | 1 | -4/+12 |
* | Reorder resume procedures. | iwasaki | 2012-05-29 | 1 | -2/+2 |
* | Fix the problem acpi_sleep_force() hang. | iwasaki | 2012-05-29 | 1 | -3/+17 |
* | Rework the previous change to honor MADT processor IDs when probing | jhb | 2012-05-23 | 1 | -38/+2 |
* | Ignore the power button press event for resuming rather than starting | iwasaki | 2012-05-22 | 1 | -5/+5 |
* | Don't start the sleep state transition procedure while sleep is | iwasaki | 2012-05-20 | 1 | -1/+6 |
* | Complete commit message for r235024: | jkim | 2012-05-04 | 1 | -1/+1 |
* | Use MADT to match ACPI Processor objects to CPUs. MADT and DSDT/SSDTs may | jkim | 2012-05-04 | 1 | -2/+38 |
* | Restore interrupt state after executing AcpiEnterSleepState(). | jkim | 2012-03-27 | 1 | -5/+10 |
* | Add ACPI_LV_REPAIR debug level, available since ACPICA 20091214 (r200553). | jkim | 2012-03-22 | 1 | -0/+1 |
* | Merge ACPICA 20120320. | jkim | 2012-03-20 | 1 | -3/+11 |
* | Merge ACPICA 20120215. | jkim | 2012-02-16 | 1 | -2/+5 |
* | Reset clock after atrtc(4) is properly resumed. | jkim | 2012-02-08 | 1 | -3/+9 |
* | - Give all clocks and timers on acpi0 the equal probing order. | jkim | 2012-02-07 | 1 | -17/+23 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -1/+1 |
* | If an allocation for a specific resource range fails because it is not in | jhb | 2011-10-12 | 1 | -5/+19 |
* | Improve the sleep_delay sysctl description by specifying which unit | brueffer | 2011-09-13 | 1 | -1/+1 |
* | Typo. | jhb | 2011-06-24 | 1 | -1/+1 |
* | Don't create a device_t object or parse current resources (via _CRS) for | jhb | 2011-06-17 | 1 | -0/+32 |
* | Implement BUS_ADJUST_RESOURCE() for the x86 drivers that sit between the | jhb | 2011-06-10 | 1 | -11/+25 |
* | Add event handlers for (ACPI) suspend/resume events. Suspend event handlers | jkim | 2011-04-14 | 1 | -0/+4 |
* | Move a trivial acpi_TimerDelta() to acpivar.h to make it inlineable. | jkim | 2011-04-04 | 1 | -10/+0 |
* | Fix bogus logic to calculate delta between two values from ACPI timers. | jkim | 2011-04-04 | 1 | -8/+3 |
* | Work around a witness(4) panic introduced in r217238. | jkim | 2011-01-11 | 1 | -8/+26 |
* | Don't try to reserve a resource that is already allocated. If the ECDT | jhb | 2010-12-23 | 1 | -0/+8 |
* | Use resource_list_reserve() to reserve I/O port and memory resources for | jhb | 2010-12-22 | 1 | -69/+194 |
* | Spelling fix. | jhb | 2010-12-16 | 1 | -1/+1 |
* | Merge ACPICA 20101209. | jkim | 2010-12-15 | 1 | -4/+15 |
* | Consistently use padding `_' in the comment. | jkim | 2010-11-08 | 1 | -1/+1 |
* | Adjust a comment to clarify why \_SB_ and \_TZ_ are defined as device type | jkim | 2010-11-03 | 1 | -16/+14 |
* | Add two new loader tunables 'hw.acpi.install_interface' and | jkim | 2010-10-26 | 1 | -0/+106 |
* | Remove undocumented and stale debug.acpi.do_powerstate tunable. It was | jkim | 2010-10-19 | 1 | -12/+0 |
* | Remove PCI_SET_POWERSTATE method from acpi.c and eradicate all PCI-specific | jkim | 2010-10-19 | 1 | -92/+61 |
* | Use AcpiReset() from ACPICA instead of rolling our own, which is actually | jkim | 2010-10-13 | 1 | -10/+10 |
* | acpi_attach: do not explicitly install default handlers for default | avg | 2010-09-22 | 1 | -23/+0 |
* | bus_add_child: change type of order parameter to u_int | avg | 2010-09-10 | 1 | -2/+2 |