power info in dev.cpu gone

Nate Lawson nate at root.org
Tue Apr 19 22:13:31 PDT 2005


Rong-En Fan wrote:
> Hello,
> 
> After upgrading from Apr 1 to Apr 14's current, with cpufreq loaded
> the power info in dev.cpu is gone (all is -1 now). Strange thing is that
> without cpufreq loaded, it looks good.
> 
> I put dmesg/devinfo/related sysctl here:
> http://rafan.infor.org/tmp/cpufreq/
> 
> Any ideas?

It's actually a good sign.  It means my EST changes work on your laptop 
and so est0 is attaching.  The downside is that it is attaching instead 
of acpi_perf0, which happens to have more info about your system.  It's 
difficult to fix this without an architecture for ordering the 
probe/attach of all cpufreq drivers.  This is not easy since we have no 
general mechanism for drivers bidding for the same hardware identified 
by different methods.

Until I can figure out a more general way, you can just set this in 
loader.conf:

hint.est.0.disabled="1"

-- 
Nate



More information about the freebsd-acpi mailing list