summaryrefslogtreecommitdiffstats
path: root/sys/i386/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* Like acpi_throttle, set frequency to 100% in attach. Some BIOSen may setnjl2005-10-231-0/+8
* 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
* Add a driver for SMI-based SpeedStep. The hardware supports two frequencynjl2005-04-191-0/+460
* Properly terminate the table generated from ACPI info. The cpufreqnjl2005-04-101-6/+6
* Advertise p4tcc via acpi_get_features() _PDC support.njl2005-04-101-0/+18
* Add support for _PDC/_OSC by advertising that we support direct access tonjl2005-04-041-1/+21
* Remove check of numpst to allow more K8 variants to attach. The othernjl2005-03-311-1/+7
* Add the powernow driver, which handles AMD Mobile Athlon PowerNow! (k7)njl2005-03-271-0/+928
* 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-272-0/+15
* Correct an off-by-one error in the number of settings est announces.njl2005-02-241-4/+3
* Import a rewrite of p4tcc for the cpufreq(4) framework. This includesnjl2005-02-231-189/+197
* 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
* Fix the problem with incorrect throttling level reported immediately aftersobomax2005-02-071-0/+11
* Start all license/copyright notice comments with /*-, per traditionimp2005-01-051-1/+1
* o Fix whitespace bug introduced in the previous commit.sobomax2004-08-231-12/+4
* o Extend boot output: print out mimimum/maximum performance value and numbersobomax2004-08-231-1/+19
* o Typo: Ternal -> Thermal.maxim2004-02-291-1/+1
* - Move performance-controlling sysctls into hw.p4tcc.* tree;sobomax2004-01-241-13/+18
* Add new CPU_ENABLE_TCC option, from NOTES:sobomax2004-01-181-0/+244
OpenPOWER on IntegriCloud