summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* acpi: remove 'magic' ivaravg2009-11-071-6/+0
* Copy apm(4) emulation from sys/i386/acpica/acpi_machdep.c andjkim2009-09-271-7/+1
* Extract the code to find and map the MADT ACPI table during early kerneljhb2009-09-231-0/+22
* Catch up with ACPICA 20090903.jkim2009-09-111-117/+71
* Tweak the way that the ACPI and ISA bus drivers match hint devices tojhb2009-08-241-2/+18
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-2/+12
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-12/+2
* Import ACPICA 20090521.jkim2009-06-051-16/+6
* We no longer need to use d_thread_t, migrate to struct thread *.imp2009-05-201-3/+3
* Fix off-by-one bug. S5 state must be checked as well.jkim2009-04-301-1/+1
* Fix style(9).jkim2009-04-301-2/+2
* Prefer device_printf() over printf() where ever possible.jkim2009-04-301-25/+29
* General sleep state change clean up.jkim2009-04-301-68/+110
* acpi: do not run resume/backout code when entering S0/S5 statesavg2009-04-281-73/+66
* Add a function to reset system time after resuming, which will be usedjkim2009-03-231-4/+21
* Check whether devd is running before calling resume notifier andjkim2009-03-231-19/+34
* Initial suspend/resume support for amd64.jkim2009-03-171-12/+41
* Allow device hints to wire the unit numbers of devices.jhb2008-11-181-0/+86
* Make the no driver stuff an ifdef.imp2008-11-021-4/+9
* Handle errors from device_get_children.imp2008-08-231-4/+9
* Extend the support for PCI-e memory mapped configuration space access:jhb2008-08-221-0/+41
* Fix a typo.jhb2008-08-041-1/+1
* Further refine the probe order of devices to more closely match the previousjhb2008-07-231-9/+4
* Revert back to probing Host-PCI bridges in the order we encounter them injhb2008-04-071-18/+11
* Rework how the nexus(4) device works on x86 to better handle the idea ofjhb2008-03-131-45/+38
* Probe CPUs after the PCI hierarchy on i386, amd64, and ia64. This allowsjhb2008-03-101-6/+22
* Return errno value rather than boolean in this context.iwasaki2008-01-281-2/+6
* Enter the sleep state immediately without waiting for timeout ifiwasaki2008-01-271-0/+6
* Fix the HPET table probe routine to run from device_identify() insteadnjl2007-10-091-4/+4
* Reject requests to start or ack a suspend sequence on platforms that do notnjl2007-09-131-0/+10
* My previous commit introduced a spurious warning for the case where anjl2007-06-301-0/+4
* Update the suspend/resume user API while maintaining backwards compat.njl2007-06-211-12/+179
* Convert magic to a uintptr_t. This should get rid of some warnings onnjl2007-06-151-2/+2
OpenPOWER on IntegriCloud