Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch



Module Name:    src
Committed By:   jruoho
Date:           Fri Aug 20 06:34:33 UTC 2010

Modified Files:
        src/sys/arch/x86/acpi: acpi_cpu_md.c
        src/sys/arch/x86/include: cpuvar.h powernow.h
        src/sys/arch/x86/x86: cpu.c est.c powernow_k8.c
        src/sys/arch/xen/x86: cpu.c

Log Message:
Revert all previous changes that were made naively believing that the
existing CPU power management implementations could peacefully coexist with
the acpicpu(4) driver. The following options can not be used with acpicpu(4):
ENHANCED_SPEEDSTEP, INTEL_ONDEMAND_CLOCKMOD, POWERNOW_K7, and POWERNOW_K8.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/x86/acpi/acpi_cpu_md.c
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/x86/include/cpuvar.h
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/x86/include/powernow.h
cvs rdiff -u -r1.76 -r1.77 src/sys/arch/x86/x86/cpu.c
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/x86/x86/est.c
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/x86/x86/powernow_k8.c
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/xen/x86/cpu.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index