From owner-freebsd-questions@FreeBSD.ORG Fri Jun 27 22:50:36 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 938911065674 for ; Fri, 27 Jun 2008 22:50:36 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id 341AD8FC1C for ; Fri, 27 Jun 2008 22:50:35 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so406577fgb.35 for ; Fri, 27 Jun 2008 15:50:35 -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:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=e/Lk5ibUSMbbMBksVM7OMZMon3wfisWkdWg+O9FNkak=; b=mqI9liq0mfB9648aifYnhZbgHp8nS3rZwc7zZiQ6R5lCGe4JEwTH0H0axIMUlDFpF4 nefWmkHSBW4w58TME/baM+PkNz1zO65xx4X/KKz8K6FmlDmI7nnlm8W18YeGSmYWnQ5A UuuTsCKWQ5zJftSB8xTcd+lj1+xOb3/RFKdpg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=C6pKNiItXv2yxi9p0N11kMw0ZXRzkeyyOhdVqvuhMMFhAT6Yu7pIvwxetZTYc6dz6W fWKrUrAYyn7rOp08qmLdmhtOumtZfaCjg3WK3lD/oPTmnbYNGGWU9vPPgoslnriRhVSC 5gNL9Zjx5ktZPLaClq2mktLR2Ii67GDNXvrr8= Received: by 10.86.94.11 with SMTP id r11mr2604362fgb.0.1214607035082; Fri, 27 Jun 2008 15:50:35 -0700 (PDT) Received: by 10.86.98.6 with HTTP; Fri, 27 Jun 2008 15:50:35 -0700 (PDT) Message-ID: <1bd550a00806271550q2c2d8ec5pb2171352549091fc@mail.gmail.com> Date: Sat, 28 Jun 2008 00:50:35 +0200 From: "=?ISO-8859-1?Q?Fernando_Apestegu=EDa?=" To: "FreeBSD Mailing List" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Cpufreq powernow K8 question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2008 22:50:36 -0000 Hi all, I am using FreeBSD 7 RELEASE for AMD64. I have the powernow k8 driver through cpufreq. I am able to change the frequency from 800 MHz to 1600 MHz and vice-versa. However, I miss the on-demand feature I had with Linux. How can I configure it to make the driver change the frequency automatically? Thanks in advance.