summaryrefslogtreecommitdiffstats
path: root/sys/i386/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* Include a missing header file.jkim2009-01-221-0/+1
* Replace couple of strcmp(cpu_vendor, "foo") with cpu_vendor_id for i386jkim2009-01-221-1/+1
* Add Centaur/IDT/VIA vendor ID for Nano family, which has long mode support.jkim2009-01-051-4/+0
* Remove an unused variable.jkim2008-11-261-2/+1
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").jkim2008-11-261-9/+12
* Add Pentium D cores into the list that can't handle 12.5% and 25%sobomax2008-11-261-1/+4
* Do not use PowerNow! if FID or VID is missing.jkim2008-10-211-1/+1
* Use power management information for AMD CPUs from identcpu.c.jkim2008-10-211-17/+1
* Add a proper detach method to the est(4) driver using cpufreq_unregister().jhb2008-09-101-3/+6
* Fail detach if cpufreq_unregister() fails.jhb2008-08-282-4/+3
* 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-134-4/+4
* 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
* A cautionary XXX comment about seemingly bogus errata checks.phk2008-03-171-0/+8
* Increase time we wait for things to settle to 1 millisecond,phk2008-03-171-2/+16
* Revert last commit and stop committing before morning tea.phk2008-03-171-26/+5
* Increase time we wait for things to settle to 1 millisecond,phk2008-03-171-5/+26
* Use correct bitmask for identifying chip family.phk2008-03-171-1/+1
* - 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
* Use bus_dma to get a page in the first 4 GB. Since the physical addressnjl2007-06-171-17/+70
* o introduce a flags 'errata' for HW bugs onto the softc.bruno2007-01-231-42/+97
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* 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
* 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