Source-Changes archive

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

CVS commit: [netbsd-5] src/sys/arch/x86



Module Name:    src
Committed By:   sborrill
Date:           Mon Oct  5 10:34:07 UTC 2009

Modified Files:
        src/sys/arch/x86/include [netbsd-5]: cpuvar.h
        src/sys/arch/x86/x86 [netbsd-5]: est.c intel_busclock.c

Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #1059):
        sys/arch/x86/include/cpuvar.h:  1.30
        sys/arch/x86/x86/est.c:         1.12
        sys/arch/x86/x86/intel_busclock.c: 1.8

Use the TSC and current multiplier to calculate bus clock on VIA C7 Esther.
Probably needed for all C7 and Nano processors, but to be safe only use this
alternate method on Esther for now.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.27.8.1 src/sys/arch/x86/include/cpuvar.h
cvs rdiff -u -r1.9 -r1.9.10.1 src/sys/arch/x86/x86/est.c
cvs rdiff -u -r1.5.10.1 -r1.5.10.2 src/sys/arch/x86/x86/intel_busclock.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