From owner-freebsd-amd64@FreeBSD.ORG Fri Apr 11 18:43:39 2008 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7AD061065670 for ; Fri, 11 Apr 2008 18:43:39 +0000 (UTC) (envelope-from darcsis@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.227]) by mx1.freebsd.org (Postfix) with ESMTP id 23E798FC18 for ; Fri, 11 Apr 2008 18:43:39 +0000 (UTC) (envelope-from darcsis@gmail.com) Received: by wr-out-0506.google.com with SMTP id 50so671119wra.13 for ; Fri, 11 Apr 2008 11:43:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:x-envelope-to:to:cc:subject:in-reply-to:user-agent:references:from:organization:mail-followup-to:date:message-id:mime-version:content-type; bh=F+T5GCDC83uo05kJ5+WsBKbgH35vNke+U/0sSjnd8yA=; b=wJp3mRlCRe921ardj8G2tzxoty40oEAK5rqMkWS5Anq7OM3Yg20MYJSEztiMp0laNh5z0+o4SgE4Z6zfSjOD19aMDURuLWy3gZaMoKYhYUFkGyXjcOSaacFX5wB55o7xnwWEBQmxI2yN+M+JDaP1jcIs8UcFzfhXRYJiaehitfE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=x-envelope-to:to:cc:subject:in-reply-to:user-agent:references:from:organization:mail-followup-to:date:message-id:mime-version:content-type; b=dler+wXmofeL0EumJ1LbRrwsKJltXcggimfhNQAUgkaEKHWMtzHEpcyCUU5bVqD4yH22svO+e2iu+0Zg5L1GIfbvi7dsDzbUHmuc5+CV0zF5DmDWZgrcnWrDHPqkCsJULUKLNkx9oP+z6TbdNPCh7GXOadg6O92cWbBHpunk7bo= Received: by 10.140.251.1 with SMTP id y1mr1699024rvh.195.1207937920049; Fri, 11 Apr 2008 11:18:40 -0700 (PDT) Received: from pluton.xbsd.name ( [125.34.66.219]) by mx.google.com with ESMTPS id l31sm4811971rvb.2.2008.04.11.11.18.37 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 11 Apr 2008 11:18:39 -0700 (PDT) X-Envelope-To: To: Peter Wullinger In-Reply-To: <20080410063339.GA13719@kaliope.home> (Peter Wullinger's message of "Thu\, 10 Apr 2008 08\:33\:39 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) References: <20080410063339.GA13719@kaliope.home> From: darcsis@gmail.com (Denise H. G.) Organization: Terra Firma Mail-Followup-To: Peter Wullinger , amd64@freebsd.org Date: Sat, 12 Apr 2008 02:18:33 +0800 Message-ID: <86prsws1ae.fsf@pluton.xbsd.name> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: amd64@freebsd.org Subject: Re: cpufreq troubles AMD 64 X2 (running i386) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2008 18:43:39 -0000 Peter Wullinger writes: > [to -amd64, unsure if it should better go to -stable] > > Hello Folks, > > Since the archives turn up nothing but dead threads, I'd like to > raise the issue once again: It seems to me, that on certain > configurations (like mine), cpuqfreq does not work together with > AMD 64 X2 CPUs. Note that this is running in 32-bit mode, for > the lack of 64-bit nVidia drivers. > > 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? how about `HWPMC(4)' ? I'm running 7-STABLE/amd64, and I have `options HWPMC_HOOKS' in my kernel configuration, with `hwpmc(4)' compiled as a kld. everything works fine. But I'm not sure if it will work on i386. > > Cheers, > Peter -- Denise H. G.