Date: Sat, 14 Nov 2009 16:20:07 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/i386/cpufreq est.c Message-ID: <200911141620.nAEGKGlG056923@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mav 2009-11-14 16:20:07 UTC FreeBSD src repository Modified files: sys/i386/cpufreq est.c Log: SVN rev 199273 on 2009-11-14 16:20:07Z by mav Previous solution appeared to be unsufficient. After additional testing I have found that it is not only desktop CPUs problem. but mobile also. Probably AP on laptops just started initially at lower frequency, hiding the problem. Disable frequency validation by default, for systems with more then one CPU, until we can implement it properly. It looks like making more harm now then benefits. Add 'hw.est.strict' loader tunable to control it. Now my iXsystems Invincibook is able to run at 800MHz lowest frequency, instead of 1200MHz before, when 800MHz was incorrectly reported invalid. Revision Changes Path 1.27 +18 -18 src/sys/i386/cpufreq/est.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911141620.nAEGKGlG056923>