Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2008 09:48:52 +0100
From:      Thomas Hurst <tom.hurst@clara.net>
To:        Peter Wullinger <peter.wullinger@gmail.com>
Cc:        amd64@freebsd.org
Subject:   Re: cpufreq troubles AMD 64 X2 (running i386)
Message-ID:  <20080411084852.GA27739@voi.aagh.net>
In-Reply-To: <20080410063339.GA13719@kaliope.home>
References:  <20080410063339.GA13719@kaliope.home>

next in thread | previous in thread | raw e-mail | index | archive | help
* Peter Wullinger (peter.wullinger@gmail.com) wrote:

> The machine has never been able to use powernow since upgrading
> last year and cpufreq has consistently failed with
> 
> device_attach: powernow0 attach returned 6
> 
> (pruned verbose dmesg attached)
> 
> Any ideas or suggestions how I can help to track down the problem?

I've been seeing this too on a Sun X4100.  What does attach is
acpi_throttle, which is completely useless unless I want a way to
quickly reboot the box:

 cpu0: <ACPI CPU> on acpi0
 acpi_throttle0: <ACPI CPU Throttling> on cpu0
 powernow0: <Cool`n'Quiet K8> on cpu0
 device_attach: powernow0 attach returned 6

Though I'm pretty sure I've seen both attach at once in the past.. well,
kinda sure.  In /boot/loader.conf I have:

 hint.acpi_perf.0.disabled="1"
 hint.acpi_throttle.0.disabled="1"

But it seems to completely ignore it.  The only thing I can think of
that might be causing it is that acpi is statically linked.

-- 
Thomas 'Freaky' Hurst
    http://hur.st/



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