From owner-freebsd-acpi@FreeBSD.ORG Thu Nov 14 22:41:45 2013 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B8598E17; Thu, 14 Nov 2013 22:41:45 +0000 (UTC) Received: from mail-qe0-x229.google.com (mail-qe0-x229.google.com [IPv6:2607:f8b0:400d:c02::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5C184245D; Thu, 14 Nov 2013 22:41:45 +0000 (UTC) Received: by mail-qe0-f41.google.com with SMTP id x7so1779702qeu.0 for ; Thu, 14 Nov 2013 14:41:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=9To9cUgzO2FJ8qetx5PNiIta9m75FkykGMm4EDO/Jc4=; b=uZk6ZNlc2gJ9NYYAhSrUhY8Z5gPUJhI84hayIWa0E+jD6M448suZh36ogguS0t2Veb EDsY/1+Y1DF2KL7OQ1UnMbg7FytTyaia7pYROUfjHQQK3t2y+Q/6tdBSBQhPmpcv3oYF eVcP234586WjRzalKL3LLa/sqBtiM+fkSFok6qk+oSTvpxkoRwh2lJmTnqAfvwaL2+0n 82oQXSWOMHQTlpPlYgynNm0Sz3x3MD7p2EbU8L2+SEI7ZoQK1BAt4GcDxt3hVbUdGJyy hIHgdXCFMA5ItDfEHmgkn+zdguVk/Ix+7SurBRR3Qdpdpx/tCsbarUqCYmb2MwaZQB0t yABg== MIME-Version: 1.0 X-Received: by 10.49.71.207 with SMTP id x15mr5860791qeu.49.1384468904588; Thu, 14 Nov 2013 14:41:44 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.207.66 with HTTP; Thu, 14 Nov 2013 14:41:44 -0800 (PST) Date: Thu, 14 Nov 2013 14:41:44 -0800 X-Google-Sender-Auth: LVUaLYaBtXzONy5OsS17fsqn2E0 Message-ID: Subject: P-state setting suddenly disappeared, what gives? From: Adrian Chadd To: Jung-uk Kim , "freebsd-acpi@freebsd.org" , njl@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Nov 2013 22:41:45 -0000 Hi all, I have this Lenovo T400 that I've been doing FreeBSD development on for a while. It has a P8700 in it: CPU: Intel(R) Core(TM)2 Duo CPU P8700 @ 2.53GHz (2527.07-MHz 686-class CPU) Now, up until yesterday, ACPI exported the required twiddles to enter various different P-states. However, as of sometime yesterday, it stopped being able to do so. sysctl dev.cpu.0.freq returns nothing. Setting it to something retuns "device not configured." The frequency list (ie, the P-state list) is still fine. I had to load cpufreq.ko to get the enhanced speedstep stuff to show up, but (a) it doesn't support this CPU (and it seems to have stopped growing EST bits after Pentium M CPUs..) and (b) setting the frequency using it versus P-state settings doesn't save as much power. I'd like to try and debug why the heck this is. The laptop still works fine, things are just not as "nice" as they once were. Any ideas? Any suggestions on where to start debugging this? Thanks! -adrian