summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* acpi: update stale comments about order of cpu devices probingavg2010-09-031-6/+5
* Add a new method to the PCI bridge interface, PCIB_POWER_FOR_SLEEP(). Thisjhb2010-08-171-3/+1
* If there is any pending sleep request, disallow entering S5 state.jkim2010-07-151-14/+12
* Make SMP code path conditional at run-time.jkim2010-07-131-12/+10
* Fix mis-merges in the previous commit.jkim2010-07-061-2/+2
* Merge ACPICA 20100702.jkim2010-07-061-6/+4
* The lock associated with the /dev/apm knote is already held, so usejhb2010-06-081-1/+1
* Make table-based HPET identification more clever. Before creating fakemav2010-05-231-2/+1
* Merge ACPICA 20100331 (and four additional upstream patches).jkim2010-04-021-23/+6
* - Allow users to enable dumping Debug objects without ACPI debugger.jkim2010-03-091-4/+45
* Merge ACPICA 20100304.jkim2010-03-051-0/+2
* acpi: drop the second bus_generic_attach passavg2010-02-111-8/+1
* acpi cpu: probe+attach before all other enumerated children on acpi busavg2010-02-111-5/+5
* Merge ACPICA 20091112.jkim2009-11-161-3/+3
OpenPOWER on IntegriCloud