summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a sysctl, 'debug.acpi.suspend_bounce', that causes the system to bouncenjl2007-05-251-0/+8
* Add ACPI HPET table support.takawata2007-05-151-0/+1
* Set the debug.acpi.acpi_ca_version sysctl even if ACPI support is notmarks2007-05-081-2/+2
* Use a tighter check to see if a resource allocation request is for ajhb2007-04-251-1/+1
* Catch up with ACPI-CA 20070320 import.jkim2007-03-221-65/+96
* Change acpi's handling of suballocating system resources to be a littlejhb2007-03-211-55/+39
* Tweak the probe/attach order of devices on the x86 nexus devices.jhb2007-03-201-1/+1
* Improve readability of the version string.njl2007-02-221-1/+1
* Re-work Cx handling to be per-cpu and asymmetrical, fixing support onnjl2007-01-071-2/+2
* Fix a sign bug in acpi_release_resource(). acpi_sysres_find() returns !=jhb2006-09-211-1/+1
* Give the ACPI I/O rman's unique description strings to make 'devinfo -u'jhb2006-09-111-2/+2
* Add a new sysctl, hw.acpi.handle_reboot. If set, acpi will attempt tonjl2006-07-291-1/+5
* By default, don't disable ACPI during reboot. This appears to hang somenjl2006-06-111-3/+13
* Minor sysctl cleanup. The RW flag means read|write and so it is redundantnjl2006-06-101-7/+5
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Don't attach special devices in the order they appear in the AML tree.njl2006-05-071-17/+25
* Set the rid for the resoruce obtained from rman_reserve_resource.imp2006-04-201-0/+1
* Import ACPI Dock Station support. Note that this is still very young.iwasaki2006-04-151-2/+12
* Add reset register support. This is the only method to reboot some newnjl2006-03-291-0/+11
* *sigh* Revert stuff that wasn't supposed to be committed. Thejhb2005-11-071-3/+3
* Work around at least one busted BIOS. If we get a source index in a _PRTjhb2005-11-071-3/+3
* Catch up with ACPI-CA 20051021 importjkim2005-11-011-7/+7
* Add a hack to get around PCI link devices that report "present" but notnjl2005-10-231-1/+6
* Canonize the include of acpi.h.obrien2005-09-111-1/+1
* In newbus land, ivars can only be accessed for direct child, or whenimp2005-06-031-1/+1
* If devclass_get_devices() returns success but a count of 0, free thenjl2005-05-201-1/+4
* Simplify the ACPI taskqueue implementation. Use a thread queue type insteadmarks2005-05-091-3/+0
* Probe PCI link devices early so that we turn them all off via _DIS beforejhb2005-04-141-0/+4
* Always free the returned env pointer even it doesn't indicate we're innjl2005-03-311-2/+3
* Clean up resources properly if acpi_perf fails to attach. First, changenjl2005-03-271-7/+3
* If a device_add_child fails (i.e. low memory situation), be sure to freenjl2005-03-271-0/+2
* Add support for bus_delete_resource() and make acpi_bus_alloc_gas() donjl2005-03-221-0/+18
* s/SLIST/STAILQ/phk2005-03-181-2/+2
* Fix SCM ID's.obrien2005-03-021-2/+3
OpenPOWER on IntegriCloud