summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include isa/pnpvar.h and remove a duplicate copy of PNP_EISAID.njl2004-06-291-13/+2
* rman_reserve_resource doesn't set the bushandle, so we have to do it here.imp2004-06-281-1/+1
* MFp4: Set the bus handle to the bus handle of the resource, not theimp2004-06-271-3/+2
* Run the power off code directly instead of using indirection throughnjl2004-06-241-28/+11
* - Defer BUS_CONFIG_INTR() on ACPI IRQ resources until the resources arejhb2004-06-231-31/+46
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-3/+3
* Remove disable_on_poweroff and our pre-sync shutdown handler. Disablingnjl2004-06-141-30/+1
* Clean up acpi_probe_order() a bit and clarify some comments.njl2004-06-141-9/+19
* Don't probe/attach in the ACPI_DEBUG case.njl2004-06-141-2/+1
* Add support to ACPI to manage its own resources. Previously, resourcenjl2004-06-131-52/+137
* Associate a device_t with an ACPI_HANDLE. This make AcpiWalkNamespace morenjl2004-06-131-0/+12
* Don't forget to pass shutdown events down to children first now that wenjl2004-06-051-0/+3
* Disable wake GPEs in the reboot path as well as poweroff path. This fixesnjl2004-06-051-4/+11
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Decrease sleep_delay default to 1 second now that the machines thatnjl2004-05-291-2/+2
* Now that we properly disable GPEs before entering a sleep state, includingnjl2004-05-281-1/+1
* Update the new suspend/resume GPE methods to properly limit the GPEnjl2004-05-281-16/+62
* Pass a pointer to the sleep state instead of casting gymnastics to passnjl2004-05-281-4/+4
* Fix paste-o.njl2004-05-281-1/+1
* Attach per-device sysctls to allow users to set whether or not a givennjl2004-05-281-0/+52
* Fix LP64 environments: cast a pointer type to intptr_t before castingmarcel2004-05-281-2/+2
* Restructure the wake GPE API. Now there are three functions:njl2004-05-271-120/+236
OpenPOWER on IntegriCloud