From owner-freebsd-current@FreeBSD.ORG Tue Sep 20 11:40:41 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 707CD16A41F for ; Tue, 20 Sep 2005 11:40:41 +0000 (GMT) (envelope-from ducrot@poupinou.org) Received: from poup.poupinou.org (poup.poupinou.org [195.101.94.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1768343D45 for ; Tue, 20 Sep 2005 11:40:40 +0000 (GMT) (envelope-from ducrot@poupinou.org) Received: from ducrot by poup.poupinou.org with local (Exim) id 1EHgUJ-0000KD-00; Tue, 20 Sep 2005 13:40:39 +0200 Date: Tue, 20 Sep 2005 13:40:39 +0200 To: Emanuel Strobl Message-ID: <20050920114039.GB853@poupinou.org> References: <200509162117.17787@harrymail> <200509201138.35925@harrymail> <20050920101424.GA853@poupinou.org> <200509201232.32501@harrymail> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509201232.32501@harrymail> User-Agent: Mutt/1.5.9i From: Bruno Ducrot Cc: freebsd-current@freebsd.org Subject: Re: powerd (cpufreq) problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2005 11:40:41 -0000 On Tue, Sep 20, 2005 at 12:32:24PM +0200, Emanuel Strobl wrote: > Am Dienstag, 20. September 2005 12:14 CEST schrieb Bruno Ducrot: > [...] > > > Hmm, how do I "try without acpi_perf and ichss instead"? > > > I know these words only from the cpufreq man page which isn't really > > > useful for me since I'm no C coder. > > > > Try to boot with > > hint.acpi_perf.0.disabled="1" > > Heureka! > Now I suddenly have dev.ichss :) : > dev.ichss.0.%desc: SpeedStep ICH > dev.ichss.0.%driver: ichss > dev.ichss.0.%parent: cpu0 > dev.ichss.0.freq_settings: 794/-1 496/-1 > > dev.cpu changed also a bit but most importatnt: The error has gone and I > see the CPU changing frequency :) > > ev.cpu.0.%desc: ACPI CPU > dev.cpu.0.%driver: cpu > dev.cpu.0.%location: handle=\_PR_.CPU0 > dev.cpu.0.%pnpinfo: _HID=none _UID=0 > dev.cpu.0.%parent: acpi0 > dev.cpu.0.freq: 62 > dev.cpu.0.freq_levels: 794/-1 694/-1 595/-1 496/-1 434/-1 372/-1 310/-1 > 248/-1 186/-1 124/-1 62/-1 > > Some questions left: Does cpufreq check for different drivers and attach > the next best which seems to fit? In theory yes. > Does the acpi_perf/ichss driver also adjust the core voltage according to > the frequency? Yes. But not all of the frequencies you see will scale voltages, probably because you have acpi_throttle enabled it seems. > Thanks a lot, now I need someone to help me with my S3 suspend death ;) Well, I'm supposed to help you there as well somehow, but I have to look a little bit deeper into FreeBSD acpi implementation. Cheers, -- Bruno Ducrot -- Which is worse: ignorance or apathy? -- Don't know. Don't care.