summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* *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
* Remove unused variable.njl2005-02-251-2/+0
* Instead of assuming units of bytes, it seems more likely that this isnjl2005-02-251-10/+5
* If a register width is less than 8, assume the BIOS author thought it wasnjl2005-02-231-0/+12
* Check for the address space type first before validating it. In particular,njl2005-02-171-2/+6
* Allow users to manually override quirks with the tunable "debug.acpi.quirks".njl2005-02-131-2/+6
* Convert the acpi_bus_alloc_gas() and acpi_PkgGas() APIs to output the memorynjl2005-02-051-11/+19
* In total violation of at least 4 sections in the ACPI spec, some systemsnjl2005-01-081-19/+26
* Remove trailing whitespace.njl2004-12-271-3/+3
* Grab Giant around calls to DEVICE_SUSPEND/RESUME in acpi_SetSleepState().njl2004-12-051-0/+12
* Enable the relaxed behavior for op regions and other workarounds fornjl2004-12-031-1/+2
* Turn ACPI and PCI devices off or to a lower power state in suspend andnjl2004-12-021-3/+210
* Print before the footer, not after.njl2004-10-131-1/+1
* If flags are present, print them like ISA does.njl2004-10-131-0/+2
* Attach the device description for ISA devices on the ACPI bus.njl2004-10-121-0/+3
* Don't disable acpi in shutdown if we're panicing (panicstr != NULL). Thisnjl2004-09-211-1/+1
* Rework sysresource management. Instead of having each sysresource objectnjl2004-08-231-7/+82
* Call AcpiLeaveSleepState() before DEVICE_RESUME(). The former calls thenjl2004-08-181-2/+2
* Remove the ACPIIO_ENABLE and ACPIIO_DISABLE ioctls as well as allnjl2004-08-181-57/+6
* MPSAFE lockingnjl2004-08-131-35/+79
* Allow null handles to be passed into acpi_name().njl2004-08-121-1/+1
* Don't call DEVICE_RESUME a second time if DEVICE_SUSPEND fails. Thenjl2004-08-101-11/+10
* Add flags for _STA (status) methods and convenience macros for checkingnjl2004-08-061-3/+3
* Fix the ACPI_DEBUG case by removing a now unused variable.njl2004-08-031-3/+0
* Initialize variables to fix kernel build on AMD64.obrien2004-08-031-0/+2
* /tmp/mnjl2004-08-031-188/+69
* Don't force an immediate probe/attach for all devices when compiled withnjl2004-07-261-3/+0
* Update the interface for child drivers. Add acpi_scan_children, whichnjl2004-07-151-11/+77
* Clean up our pnpinfo and location strings.njl2004-07-131-7/+5
* Call device_identify routines after doing the namespace walk. This isnjl2004-07-131-8/+6
* After re-exporting rman, et al, __RMAN_RESOURCE_VISIBLE is no longerimp2004-07-011-1/+0
* Hide struct resource and struct rman. You must defineimp2004-06-301-0/+1
* Move flags into a private ivar so it can't collide with device flags.njl2004-06-301-107/+92
* Diff reduction for style.njl2004-06-301-6/+3
* Add new quirk code that disables problem BIOS versions. Remove old quirknjl2004-06-301-74/+19
* Add implementation of the ACPI methods which hands them off to ACPI-CA.njl2004-06-291-5/+58
OpenPOWER on IntegriCloud