From owner-freebsd-current@FreeBSD.ORG Mon Mar 17 03:11:03 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F52A106564A for ; Mon, 17 Mar 2008 03:11:03 +0000 (UTC) (envelope-from mozolevsky@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.freebsd.org (Postfix) with ESMTP id D1E798FC12 for ; Mon, 17 Mar 2008 03:11:02 +0000 (UTC) (envelope-from mozolevsky@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so539555uge.37 for ; Sun, 16 Mar 2008 20:11:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=fIshU0y/7erueRhgGvr3+EKv9Z08f5Wi86Rzw7aJAlQ=; b=S0vC9T/wdeh2mkF4Ls+z+FK8/1YxSYLIESy5iLT8VCCbLuKcrpP7TWtnjcp9a4cAVoMrSvBxJkIgCgztegeXNHrSuykFOBC6M2pBGyOdjjdeP4NnFMn5pVgxioeKVrFrTJhMpyVaPoyp2GU0zGnBRs7IBZv5Q+qy3pQAHkmYyLg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=XM5eR/H3ZIt36Goa8erMv4AvmgV4jYGVzWLfykdmM1S+RAiNfe2TKMy6oUurRw6GccBBHOzQxFi8yhh04UOKRpXfev1z/HMrGmxfRR44u8xGgHcOJyOnKx1SU8HVA+TpLpLjpm9N5q0x9IZwLR1IIKDROeY7C43zD8dL+LuZrl8= Received: by 10.67.26.7 with SMTP id d7mr2519256ugj.23.1205721799181; Sun, 16 Mar 2008 19:43:19 -0700 (PDT) Received: by 10.66.248.11 with HTTP; Sun, 16 Mar 2008 19:43:19 -0700 (PDT) Message-ID: Date: Mon, 17 Mar 2008 02:43:19 +0000 From: "Igor Mozolevsky" Sender: mozolevsky@gmail.com To: "Poul-Henning Kamp" In-Reply-To: <1026.1205706791@critter.freebsd.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1026.1205706791@critter.freebsd.dk> X-Google-Sender-Auth: 57151884647f24dc Cc: current@freebsd.org Subject: Re: Enhanced SpeedStep hosed in -current ? 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: Mon, 17 Mar 2008 03:11:03 -0000 On 16/03/2008, Poul-Henning Kamp wrote: > > It looks like my laptop runs full speed at all times, no matter what > powerd or I may desire. > > Looks like the EST driver is (suddenly ?) not happy about the system. I thought that this could've been related to the lapic frequency madness I was seeing in RELENG_7 on my T43p, so I axed cpufreq from kernel config, and the problem's gone... So, it does seem like something is not quite in cpufreq > RELENG_7_0... Cheers, Igor