summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* On i386 platforms at least, ACPI throttling is accomplished by the chipsetnjl2005-03-041-1/+10
* Check for some impossible frequencies that some systems use to indicatenjl2005-03-041-0/+9
* Fix SCM ID's.obrien2005-03-028-13/+22
* Protect acpivar.h with _KERNEL. No user parts inside currently.njl2005-03-021-0/+3
* Protect against multiple includes and use _KERNEL to protect the PCI fns.njl2005-02-283-1/+14
* Make a pass through all drivers checking specs for desired behavior onnjl2005-02-271-0/+5
* Don't bother with cpufreq_register if we're info-only.njl2005-02-261-1/+2
* 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
* Add a entry for the Compaq R3000Z to indicate that it has the weird MADTjhb2005-02-221-0/+7
* - Add a new quirk to indicate that pin 0 of the first I/O APIC is reallyjhb2005-02-221-3/+12
* Increase the maximum to wait for a transition from 1 to 10 ms. In somenjl2005-02-221-4/+16
* Support disabling individual cpufreq drivers with hints, e.g.,njl2005-02-222-0/+6
* Set the start of the cooling time later on, when we're actually performingnjl2005-02-221-2/+2
* Since the GPE handler is directly called by ACPI-CA and it may have unknownnjl2005-02-211-3/+8
* 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
OpenPOWER on IntegriCloud