summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanup: Reduce stack usage in probe method. Outdent probe. Usenjl2004-12-271-41/+38
* Remove trailing whitespace.njl2004-12-276-10/+10
* Only use the current value if there's one IRQ. Some systems returnnjl2004-12-201-8/+8
* Only report a critical battery level once until it's gone non-critical.njl2004-12-201-3/+9
* Unify ACPI_DEBUG support for all OEM drivers under ACPI_OEM. Since more thannjl2004-12-131-2/+1
* Re-enable link programming on resume. It appears the previous boundsnjl2004-12-131-2/+0
* Allow the acpi_ibm module to be built with ACPI_DEBUG.scottl2004-12-131-0/+1
* 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
* Add the ACPI_PWR_FOR_SLEEP method. It takes a device and outputs thenjl2004-12-021-0/+20
* Catch up with AcpiOsSleep() interface change.marks2004-12-024-11/+31
* - Do a better job of handling any Dependent Functions (aka DPFs) that appearjhb2004-12-011-69/+218
* Completely back out 1.37. Something else is going on and John wants tonjl2004-12-011-9/+0
* Fix "Lock ACPI PCI link not exclusively lockedobrien2004-12-011-0/+12
* Don't bother locking in attach(). At boot time, we're single-threadednjl2004-11-301-4/+1
* Make sure the link array is big enough to hold both _CRS and _PRSnjl2004-11-301-8/+30
* Instead of translating PCI to ACPI power states, just use a CTASSERTnjl2004-11-291-18/+10
* Temporarily disable programming IRQ links on resume. The new code hangsnjl2004-11-261-0/+2
* - Remove some no longer used constants.jhb2004-11-231-8/+3
* Rework the ACPI PCI link code.jhb2004-11-235-1060/+697
* Enable throttling/C3 quirks for PIIX4 parts. Defer checking quirks untilnjl2004-11-161-9/+21
* After discussions with Nate, repo copy the acpi assist drivers fromimp2004-11-151-168/+0
* s/return_VALUE/return / to fix build breakage when ACPI_DEBUG istruckman2004-11-141-3/+3
* Kill ACPI_FUNCTION_TRACE. It is killing the tinderbox build, and itimp2004-11-131-10/+6
* Commit takawata-san's Sony Notebook Controller driver, integrated intoimp2004-11-111-0/+172
* Only warn about missing _PRT tables if bootverbose is set. I've yet to seejhb2004-11-111-2/+4
* unsigned long -> u_longnjl2004-11-091-1/+1
* Tell the BIOS we want to handle brightness switching as well as outputnjl2004-11-091-24/+33
* Make the bootverbose output from qualitydetermination of the ACPI timerphk2004-11-031-5/+6
* Add TUNABLE_LONG and TUNABLE_ULONG, and use the latter for thedes2004-10-311-2/+2
* Whitespace cleanupdes2004-10-311-4/+4
* 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
* Update C3 support when BM control is not present.njl2004-10-111-16/+28
* Make the lower range of the memory area 0x80000000 again. Alsoimp2004-10-111-1/+5
* Notify the user when the battery is critically low. In the future, wenjl2004-10-111-0/+4
* If bus mastering control is not available (PM2_BLK), don't just disablenjl2004-10-111-16/+27
* Move the code for halting the CPU (acpi_cpu_c1) into machdep files.njl2004-10-111-15/+0
* Update a quirk for the ASUS P5A to disable the timer. It appears to work finenjl2004-10-083-9/+9
* For older systems with ACPI which don't have a pci <-> pci bridge,imp2004-10-061-3/+3
* When the user overrides the DSDT, replace any SSDTs with a simple no-opnjl2004-10-051-10/+40
* Allow routing to the SCI even if it's not in the list of valid IRQs.njl2004-09-251-0/+10
* Add a couple of macros to extract the PCI slot (device) and function fromjhb2004-09-224-7/+11
* Initialize the flags value properly. We used to do this in acpi_tz_all_off()njl2004-09-211-33/+2
* Don't disable acpi in shutdown if we're panicing (panicstr != NULL). Thisnjl2004-09-211-1/+1
* Record a problem we can't workaround for now regarding duplicate interruptsnjl2004-09-201-0/+7
* Don't print a warning message if the _CRS value is empty. This is alreadynjl2004-09-161-7/+5
* Clean up rev 1.49 by using the temperature conversion for _PSV also andnjl2004-09-081-4/+5
OpenPOWER on IntegriCloud