aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/acpi_perf.c
Commit message (Expand)AuthorAgeFilesLines
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+2
* This isn't functionally identical. In some cases a hint to disableEitan Adler2012-10-221-0/+3
* Now that device disabling is generic, remove extraneous code from theEitan Adler2012-10-221-3/+0
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Import ACPICA 20090521.Jung-uk Kim2009-06-051-1/+2
* Catch up with ACPI-CA 20070320 import.Jung-uk Kim2007-03-221-3/+3
* Re-work Cx handling to be per-cpu and asymmetrical, fixing support onNate Lawson2007-01-071-3/+3
* Eliminate duplicate p-states entriesBruno Ducrot2006-07-151-0/+6
* Don't flood kernel logs with "invalid _PSS package" messages.Bruno Ducrot2005-12-121-1/+5
* Canonize the include of acpi.h.David E. O'Brien2005-09-111-1/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Revert part of 1.19. We do want to set the count to 0 since otherwiseNate Lawson2005-04-071-2/+2
* Don't free the _PSS buffer until after we check to see if we have no validJohn Baldwin2005-04-051-2/+2
* Clean up resources properly if acpi_perf fails to attach. First, changeNate Lawson2005-03-271-1/+17
* Check for invalid frequencies after parsing the package. Keep a runningNate Lawson2005-03-261-8/+19
* Attach acpi_perf early. Especially when it is being used to provide infoNate Lawson2005-03-201-1/+6
* Check for some impossible frequencies that some systems use to indicateNate Lawson2005-03-041-0/+9
* Make a pass through all drivers checking specs for desired behavior onNate Lawson2005-02-271-0/+5
* Don't bother with cpufreq_register if we're info-only.Nate Lawson2005-02-261-1/+2
* Increase the maximum to wait for a transition from 1 to 10 ms. In someNate Lawson2005-02-221-4/+16
* Support disabling individual cpufreq drivers with hints, e.g.,Nate Lawson2005-02-221-0/+3
* Add a new field to struct cf_setting for special values. These are driver-Nate Lawson2005-02-191-1/+7
* Introduce a new method, cpufreq_drv_type(), that returns the type of theNate Lawson2005-02-181-5/+19
* The correct error value for not having enough storage is E2BIG, notNate Lawson2005-02-171-1/+1
* Add support for the CPUFREQ_FLAG_INFO_ONLY flag. Devices that report thisNate Lawson2005-02-131-12/+39
* Attach an acpi_perf device for every processor that offers the rightNate Lawson2005-02-131-2/+2
* Remove handling _PSS notifies from acpi_cpu and let acpi_perf handle them.Nate Lawson2005-02-071-1/+6
* Notify the OS that we're taking over Px states in acpi_perf(4) instead ofNate Lawson2005-02-061-2/+15
* Convert to the new GAS APIs to allow for detach in the future. Also, checkNate Lawson2005-02-051-6/+36
* Don't print out a failure message when an attach for FFixedHW fails.Nate Lawson2005-02-041-16/+25
* Add the ACPI Performance states driver. This driver offers two or moreNate Lawson2005-02-041-0/+420