| Commit message (Expand) | Author | Age | Files | Lines |
* | Use bus_dma to get a page in the first 4 GB. Since the physical address | njl | 2007-06-17 | 1 | -17/+70 |
* | o introduce a flags 'errata' for HW bugs onto the softc. | bruno | 2007-01-23 | 1 | -42/+97 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 1 | -1/+0 |
* | Add support for the VIA C7-M processor family. | njl | 2006-05-11 | 1 | -14/+160 |
* | Add frequency-voltage tables for Intel 778, 758, 773, 753, and 733J | cperciva | 2006-02-25 | 1 | -0/+210 |
* | Like acpi_throttle, set frequency to 100% in attach. Some BIOSen may set | njl | 2005-10-23 | 1 | -0/+8 |
* | Print cpu_vendor and the MSR value if we don't support this processor | cperciva | 2005-07-31 | 1 | -1/+1 |
* | Remove the instruction to "contact the maintainer" for unrecognized | cperciva | 2005-07-31 | 1 | -3/+1 |
* | Add a driver for SMI-based SpeedStep. The hardware supports two frequency | njl | 2005-04-19 | 1 | -0/+460 |
* | Properly terminate the table generated from ACPI info. The cpufreq | njl | 2005-04-10 | 1 | -6/+6 |
* | Advertise p4tcc via acpi_get_features() _PDC support. | njl | 2005-04-10 | 1 | -0/+18 |
* | Add support for _PDC/_OSC by advertising that we support direct access to | njl | 2005-04-04 | 1 | -1/+21 |
* | Remove check of numpst to allow more K8 variants to attach. The other | njl | 2005-03-31 | 1 | -1/+7 |
* | Add the powernow driver, which handles AMD Mobile Athlon PowerNow! (k7) | njl | 2005-03-27 | 1 | -0/+928 |
* | Add support for probing EST settings from ACPI. This should handle more | njl | 2005-03-21 | 1 | -77/+166 |
* | Make a pass through all drivers checking specs for desired behavior on | njl | 2005-02-27 | 2 | -0/+15 |
* | Correct an off-by-one error in the number of settings est announces. | njl | 2005-02-24 | 1 | -4/+3 |
* | Import a rewrite of p4tcc for the cpufreq(4) framework. This includes | njl | 2005-02-23 | 1 | -189/+197 |
* | Support disabling individual cpufreq drivers with hints, e.g., | njl | 2005-02-22 | 1 | -0/+3 |
* | Add the Enhanced SpeedStep driver (EST). Currently, this driver only works | njl | 2005-02-20 | 1 | -0/+785 |
* | Fix the problem with incorrect throttling level reported immediately after | sobomax | 2005-02-07 | 1 | -0/+11 |
* | Start all license/copyright notice comments with /*-, per tradition | imp | 2005-01-05 | 1 | -1/+1 |
* | o Fix whitespace bug introduced in the previous commit. | sobomax | 2004-08-23 | 1 | -12/+4 |
* | o Extend boot output: print out mimimum/maximum performance value and number | sobomax | 2004-08-23 | 1 | -1/+19 |
* | o Typo: Ternal -> Thermal. | maxim | 2004-02-29 | 1 | -1/+1 |
* | - Move performance-controlling sysctls into hw.p4tcc.* tree; | sobomax | 2004-01-24 | 1 | -13/+18 |
* | Add new CPU_ENABLE_TCC option, from NOTES: | sobomax | 2004-01-18 | 1 | -0/+244 |