summaryrefslogtreecommitdiffstats
path: root/sys/i386/cpufreq/est.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce the new kernel sub-tree x86 which should contain all the codeattilio2010-02-251-1401/+0
* Previous solution appeared to be unsufficient. After additional testingmav2009-11-141-18/+18
* Retry only once, if BIOS is completely broken and gives zero freqs.mav2009-11-141-1/+1
* Desktop Core2Duo/Core2Quad CPUs are unable to control frequency of singlemav2009-11-141-3/+12
* Import ACPICA 20090521.jkim2009-06-051-1/+2
* Add Centaur/IDT/VIA vendor ID for Nano family, which has long mode support.jkim2009-01-051-4/+0
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").jkim2008-11-261-9/+12
* Add a proper detach method to the est(4) driver using cpufreq_unregister().jhb2008-09-101-3/+6
* Disable the code to generate a simple table from the status MSR by default.jhb2008-08-261-0/+5
* If we are unable to obtain a frequency list from either ACPI or the staticjhb2008-08-231-1/+88
* Attach the cpufreq child devices with specific orders to enforce relativejhb2008-08-131-1/+1
* After probing the available frequency settings, restore the CPU to run atjhb2008-05-301-17/+5
* Remove unused variable saved_id16.rpaulo2008-05-021-2/+0
* Increase time we wait for things to settle to 1 millisecond,phk2008-03-171-2/+16
* - Don't execute cpuid to fetch the features. We already have the featuresjhb2008-03-101-5/+5
* In est_acpi_info(), initialize count before passing its pointer togibbs2008-03-011-0/+1
* Validate the id16 values gathered from ACPI (previously a TODO item).rpaulo2008-02-281-17/+59
* Add support for the VIA C7-M processor family.njl2006-05-111-14/+160
* Add frequency-voltage tables for Intel 778, 758, 773, 753, and 733Jcperciva2006-02-251-0/+210
* Print cpu_vendor and the MSR value if we don't support this processorcperciva2005-07-311-1/+1
* Remove the instruction to "contact the maintainer" for unrecognizedcperciva2005-07-311-3/+1
* Properly terminate the table generated from ACPI info. The cpufreqnjl2005-04-101-6/+6
* Add support for _PDC/_OSC by advertising that we support direct access tonjl2005-04-041-1/+21
* Add support for probing EST settings from ACPI. This should handle morenjl2005-03-211-77/+166
* Make a pass through all drivers checking specs for desired behavior onnjl2005-02-271-0/+4
* Correct an off-by-one error in the number of settings est announces.njl2005-02-241-4/+3
* Support disabling individual cpufreq drivers with hints, e.g.,njl2005-02-221-0/+3
* Add the Enhanced SpeedStep driver (EST). Currently, this driver only worksnjl2005-02-201-0/+785
OpenPOWER on IntegriCloud