From owner-freebsd-amd64@FreeBSD.ORG Fri Apr 11 11:25:38 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 C738E106564A for ; Fri, 11 Apr 2008 11:25:38 +0000 (UTC) (envelope-from peter.wullinger@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id 7ACE58FC16 for ; Fri, 11 Apr 2008 11:25:38 +0000 (UTC) (envelope-from peter.wullinger@gmail.com) Received: by yw-out-2324.google.com with SMTP id 2so154784ywt.13 for ; Fri, 11 Apr 2008 04:25:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Gal7R8GsBWaEueiwCDUtq2dsN+czoW4YYeguSi6Uq38=; b=ss2JVoEiPdR4jV1k1KJAQ5ohQ9F2FfSIk9mOJuThHAn+QvChfaiDrjYVSr7axRR+1SzOHkUmH9GCjNt1ZdF7WRYl6YH/OxD9sDivQHDmaN+oAQNMVvddoYqlHoML/m21RasWedFeHQKbgkOZPcRLeNcpouTEu/7+KahSDYxvAKk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=knMliskvc5MyVmEnhOjdeUXPlQOHyIDxCtDvWV5u2TvQtnXHVGqjKiwurKndECq1TEfyOWvtdmZtZq3POd3G4aeuXURyRhYgsmls4QdkMdv/pN1HRRdSpgiSLLm63ymwKNLiWq/dO8raoqp6s3m1FeVjJveS8kHh1n7/WFaBRrw= Received: by 10.151.158.2 with SMTP id k2mr2991889ybo.206.1207913133231; Fri, 11 Apr 2008 04:25:33 -0700 (PDT) Received: by 10.151.84.19 with HTTP; Fri, 11 Apr 2008 04:25:33 -0700 (PDT) Message-ID: Date: Fri, 11 Apr 2008 13:25:33 +0200 From: "Peter Wullinger" To: amd64@freebsd.org In-Reply-To: <20080411084852.GA27739@voi.aagh.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080410063339.GA13719@kaliope.home> <20080411084852.GA27739@voi.aagh.net> Cc: Subject: Re: cpufreq troubles AMD 64 X2 (running i386) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: peter.wullinger@googlemail.com 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 11:25:38 -0000 2008/4/11, Thomas Hurst : > > [...] > > 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. I don't think this is the cause. My kernel is highly stripped down with nothing but what is required to boot on the machine (which is not a lot these days). Everything else is loaded as modules by the loader. I will try to spray a few debugging statements into @/sys/i386/cpufreq/powernow.c to see, where exactly attach fails. Unfortunately, I'm not the kernel hacker type of developer :-/ Peter