summaryrefslogtreecommitdiffstats
path: root/sys/modules/cpufreq
Commit message (Collapse)AuthorAgeFilesLines
* MFtbemd:imp2010-08-231-1/+1
| | | | | | | | | Use MACHINE_CPUARCH in preference to MACHINE_ARCH. The former is the source code location of the machine, the latter the binary output. In general, we want to use MACHINE_CPUARCH instead of MACHINE_ARCH unless we're tesitng for a specific target. The isn't even moot for i386/amd64 where there's momemntum towards a MACHINE_CPUARCH == x86, although a specific cleanup for that likely would be needed...
* Introduce the new kernel sub-tree x86 which should contain all the codeattilio2010-02-251-1/+1
| | | | | | | | | | | | | | shared and generalized between our current amd64, i386 and pc98. This is just an initial step that should lead to a more complete effort. For the moment, a very simple porting of cpufreq modules, BIOS calls and the whole MD specific ISA bus part is added to the sub-tree but ideally a lot of code might be added and more shared support should grow. Sponsored by: Sandvine Incorporated Reviewed by: emaste, kib, jhb, imp Discussed on: arch MFC: 3 weeks
* Import ACPICA 20090521.jkim2009-06-051-1/+0
|
* Introduce support for cpufreq on PowerPC with the dynamic frequencynwhitehorn2009-05-311-0/+5
| | | | switching capabilities of the MPC7447A and MPC7448.
* Add support for Phenom (Family 10h) to cpufreq.mr2009-03-281-1/+1
| | | | | | | Its a newer version provided by the author than in the PR. PR: kern/128575 Submitted by: Gen Otsuji annona2 [at] gmail.com
* Dike out WARNS from kernel module makefiles. Kernels and modulesru2006-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")
* Add a driver for SMI-based SpeedStep. The hardware supports two frequencynjl2005-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
* Add support for _PDC/_OSC by advertising that we support direct access tonjl2005-04-041-6/+5
| | | | | the PERF_CTL/STS MSRs via the new acpi_get_features() method. This should allow newer systems to use SpeedStep.
* Additions to .PATH are cumulative so referencing $.PATH is not helpful.njl2005-03-311-1/+1
| | | | Informed by: ru
* Fix module build on amd64. There may be a cleaner way to do the .PATHnjl2005-03-281-0/+1
|
* Hook powernow up to the build for i386 and amd64.njl2005-03-271-1/+5
|
* Hook p4tcc up to the module build.njl2005-02-231-1/+1
|
* Hook EST up to the build.njl2005-02-201-1/+6
|
* Hook up the cpufreq framework, acpi_perf(4), and cpufreq(4) drivers.njl2005-02-041-0/+10
OpenPOWER on IntegriCloud