Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   nia
Date:           Sun Oct 25 16:39:00 UTC 2020

Modified Files:
        src/share/man/man4: acpicpu.4
        src/share/man/man4/man4.x86: est.4 powernow.4
        src/sys/arch/evbmips/loongson: loongson_clock.c
        src/sys/arch/macppc/dev: obio.c
        src/sys/arch/x86/acpi: acpi_cpu_md.c
        src/sys/arch/x86/x86: est.c powernow.c

Log Message:
Normalize some machine dependent CPU frequenct sysctl variables.

This moves machdep.*.frequency.* to machdep.cpu.frequency.*.

This was proposed on tech-kern some time ago. The intention is to allow
third-party tools such as estd and conky to more easily and reliably
fetch or modify the current CPU frequency without iterating through
various machine-dependent variables to check their presence.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/share/man/man4/acpicpu.4
cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/man4.x86/est.4
cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/man4.x86/powernow.4
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbmips/loongson/loongson_clock.c
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/macppc/dev/obio.c
cvs rdiff -u -r1.83 -r1.84 src/sys/arch/x86/acpi/acpi_cpu_md.c
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/x86/x86/est.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/x86/x86/powernow.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