summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 267883:jhb2014-07-241-5/+14
* MFC r257334, r257336, r257337, r257338, r257341, r257342, r257343, r257370,ian2014-05-141-1/+1
* MFC 261243:jhb2014-03-111-0/+16
* - Some BIOSes use an Extended IRQ resource descriptor in _PRS for a linkjhb2013-04-221-2/+2
* revert accidentally committed unneeded changes from r246250avg2013-02-021-2/+2
* acpi: clear power button status bit after waking up...avg2013-02-021-0/+25
* acpi: after wakeup from a state > S1 re-enable SCI_EN with a direct writeavg2013-02-021-2/+15
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+1
* Merge ACPICA 20130117.jkim2013-01-171-1/+3
* Merge ACPICA 20121018.jkim2012-10-231-1/+1
* This isn't functionally identical. In some cases a hint to disableeadler2012-10-221-0/+4
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-221-4/+0
* Merge ACPICA 20120816.jkim2012-08-161-12/+4
* Execute AcpiLeaveSleepStatePrep() for S1 and reduce code duplication.jkim2012-06-011-2/+2
* Call AcpiLeaveSleepStatePrep() in interrupt disabled contextiwasaki2012-06-011-4/+12
* Reorder resume procedures.iwasaki2012-05-291-2/+2
* Fix the problem acpi_sleep_force() hang.iwasaki2012-05-291-3/+17
* Rework the previous change to honor MADT processor IDs when probingjhb2012-05-231-38/+2
* 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
* 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
* 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-201-3/+11
* Merge ACPICA 20120215.jkim2012-02-161-2/+5
* Reset clock after atrtc(4) is properly resumed.jkim2012-02-081-3/+9
* - Give all clocks and timers on acpi0 the equal probing order.jkim2012-02-071-17/+23
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* If an allocation for a specific resource range fails because it is not injhb2011-10-121-5/+19
* Improve the sleep_delay sysctl description by specifying which unitbrueffer2011-09-131-1/+1
* Typo.jhb2011-06-241-1/+1
* Don't create a device_t object or parse current resources (via _CRS) forjhb2011-06-171-0/+32
* Implement BUS_ADJUST_RESOURCE() for the x86 drivers that sit between thejhb2011-06-101-11/+25
* Add event handlers for (ACPI) suspend/resume events. Suspend event handlersjkim2011-04-141-0/+4
* Move a trivial acpi_TimerDelta() to acpivar.h to make it inlineable.jkim2011-04-041-10/+0
* Fix bogus logic to calculate delta between two values from ACPI timers.jkim2011-04-041-8/+3
* Work around a witness(4) panic introduced in r217238.jkim2011-01-111-8/+26
* 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-221-69/+194
* Spelling fix.jhb2010-12-161-1/+1
* Merge ACPICA 20101209.jkim2010-12-151-4/+15
* Consistently use padding `_' in the comment.jkim2010-11-081-1/+1
* Adjust a comment to clarify why \_SB_ and \_TZ_ are defined as device typejkim2010-11-031-16/+14
* Add two new loader tunables 'hw.acpi.install_interface' andjkim2010-10-261-0/+106
* Remove undocumented and stale debug.acpi.do_powerstate tunable. It wasjkim2010-10-191-12/+0
* Remove PCI_SET_POWERSTATE method from acpi.c and eradicate all PCI-specificjkim2010-10-191-92/+61
* Use AcpiReset() from ACPICA instead of rolling our own, which is actuallyjkim2010-10-131-10/+10
* acpi_attach: do not explicitly install default handlers for defaultavg2010-09-221-23/+0
* bus_add_child: change type of order parameter to u_intavg2010-09-101-2/+2
OpenPOWER on IntegriCloud