Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Apr 2005 22:13:21 -0700
From:      Nate Lawson <nate@root.org>
To:        Rong-En Fan <rafan@csie.org>
Cc:        acpi@freebsd.org
Subject:   Re: power info in dev.cpu gone
Message-ID:  <4265E4F1.8020505@root.org>
In-Reply-To: <20050415095859.GA20417@svm.csie.ntu.edu.tw>
References:  <20050415095859.GA20417@svm.csie.ntu.edu.tw>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4265E4F1.8020505>