From owner-freebsd-current@FreeBSD.ORG Fri Mar 11 14:29:51 2005 Return-Path: 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 3E6A616A4D3 for ; Fri, 11 Mar 2005 14:29:51 +0000 (GMT) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28E6743D5D for ; Fri, 11 Mar 2005 14:29:50 +0000 (GMT) (envelope-from freebsd-current@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1D9l8B-0001qc-8S for freebsd-current@freebsd.org; Fri, 11 Mar 2005 15:28:47 +0100 Received: from kvip88.kvi.nl ([129.125.15.152]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Mar 2005 15:28:47 +0100 Received: from A.S.Usov by kvip88.kvi.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Mar 2005 15:28:47 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: "Alexander S. Usov" Date: Fri, 11 Mar 2005 15:28:32 +0100 Organization: KVI Lines: 14 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: kvip88.kvi.nl User-Agent: KNode/0.8.2 Sender: news X-Gmane-MailScanner: Found to be clean X-Gmane-MailScanner: Found to be clean X-MailScanner-From: freebsd-current@m.gmane.org X-MailScanner-To: freebsd-current@freebsd.org Subject: Using cpufreq X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 11 Mar 2005 14:29:51 -0000 Hi! I have upgraded to 5.4-PRERELEASE this weekend, and can't figure out how to use/enable cpufreq framework. With my standart kernel config I have no cpufreq.ko not acpi_perf.ko. Adding "device cpufreq" (mentioned in cpufreq(4)) to the kernel config does not work either. How does one enables it at all? -- Best regards, Alexander.