summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Add a new field to struct cf_setting for special values. These are driver-njl2005-02-191-1/+7
* Introduce a new method, cpufreq_drv_type(), that returns the type of thenjl2005-02-182-8/+34
* Check for the address space type first before validating it. In particular,njl2005-02-171-2/+6
* The correct error value for not having enough storage is E2BIG, notnjl2005-02-172-2/+2
* Allow users to manually override quirks with the tunable "debug.acpi.quirks".njl2005-02-131-2/+6
* Add support for the CPUFREQ_FLAG_INFO_ONLY flag. Devices that report thisnjl2005-02-131-12/+39
* Be sure to register with cpufreq(4). On systems that only supportednjl2005-02-131-9/+36
* Attach an acpi_perf device for every processor that offers the rightnjl2005-02-131-2/+2
* Remove handling _PSS notifies from acpi_cpu and let acpi_perf handle them.njl2005-02-072-18/+13
* Remove acpi throttling support from the acpi_cpu(4) driver now that thisnjl2005-02-061-236/+9
* Break out acpi throttling support into a new relative cpufreq driver,njl2005-02-061-0/+384
* Notify the OS that we're taking over Px states in acpi_perf(4) instead ofnjl2005-02-062-11/+15
* Staticize the legacy cpu devclasses and revert the name for the acpi_cpunjl2005-02-061-3/+3
* Convert to the new GAS APIs to allow for detach in the future. Also, checknjl2005-02-051-6/+36
* Convert to the new GAS API so that we can free registers in the future.njl2005-02-051-7/+13
* Convert the acpi_bus_alloc_gas() and acpi_PkgGas() APIs to output the memorynjl2005-02-053-24/+27
* Don't print out a failure message when an attach for FFixedHW fails.njl2005-02-041-16/+25
* Return a special status of "not supported" for functional fixed hardwarenjl2005-02-041-3/+3
* Make the devclass static for now until deciding whether to share them.njl2005-02-041-1/+1
* Add the ACPI Performance states driver. This driver offers two or morenjl2005-02-041-0/+420
* Update the CPU attachments to return CPU_IVAR_PCPU as well as pass onnjl2005-02-041-15/+101
* Consistently use pcib for a printf.njl2005-01-271-1/+1
* Don't create new-bus resources for ACPI extended IRQ resources that arejhb2005-01-181-1/+5
* For the sake of consistency, look up link devices relative to the rootjhb2005-01-181-2/+1
* - Add support for link devices where _CRS just outright fails to execute.jhb2005-01-181-28/+147
* In total violation of at least 4 sections in the ACPI spec, some systemsnjl2005-01-081-19/+26
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-063-3/+4
* 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
OpenPOWER on IntegriCloud