summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud