CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2010/07/05 16:47:42
Modified files: sys/arch/i386/i386: est.c sys/arch/amd64/amd64: est.c Log message: Rework somewhat for safety, so that we only interpret the values of the PERF_STATUS MSR on earlier processors when we can't find the values via acpi and have a bus clock value to use. And let processors we don't set a bus clock on (ie nehalem) use speedstep again. Expanded/changed version of a diff from gwk who isn't around right now.