aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/cpufreq
Commit message (Collapse)AuthorAgeFilesLines
* Dike out WARNS from kernel module makefiles. Kernels and modulesRuslan Ermilov2006-05-301-1/+0
| | | | | | | | | | use a different mechanism for setting warning flags, and using WARNS here only has null or negative effects. Submitted by: bde (I think it means "submitted") Notes: svn path=/head/; revision=159066
* Add a driver for SMI-based SpeedStep. The hardware supports two frequencyNate Lawson2005-04-191-0/+4
| | | | | | | | | | | | | settings and is an older version of the same design used for ICH SpeedStep. It is only known to be available on PIIX4 chipsets. Many thanks to Bruno Ducrot for writing the driver and Jon Noack for testing. Submitted by: Bruno Ducrot Notes: svn path=/head/; revision=145287
* Add support for _PDC/_OSC by advertising that we support direct access toNate Lawson2005-04-041-6/+5
| | | | | | | | the PERF_CTL/STS MSRs via the new acpi_get_features() method. This should allow newer systems to use SpeedStep. Notes: svn path=/head/; revision=144630
* Additions to .PATH are cumulative so referencing $.PATH is not helpful.Nate Lawson2005-03-311-1/+1
| | | | | | | Informed by: ru Notes: svn path=/head/; revision=144412
* Fix module build on amd64. There may be a cleaner way to do the .PATHNate Lawson2005-03-281-0/+1
| | | | Notes: svn path=/head/; revision=144199
* Hook powernow up to the build for i386 and amd64.Nate Lawson2005-03-271-1/+5
| | | | Notes: svn path=/head/; revision=144195
* Hook p4tcc up to the module build.Nate Lawson2005-02-231-1/+1
| | | | Notes: svn path=/head/; revision=142310
* Hook EST up to the build.Nate Lawson2005-02-201-1/+6
| | | | Notes: svn path=/head/; revision=142141
* Hook up the cpufreq framework, acpi_perf(4), and cpufreq(4) drivers.Nate Lawson2005-02-041-0/+10
Notes: svn path=/head/; revision=141243