From owner-freebsd-ppc@FreeBSD.ORG Tue Sep 20 06:23:31 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD9BE1065673 for ; Tue, 20 Sep 2011 06:23:31 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from argol.doit.wisc.edu (argol.doit.wisc.edu [144.92.197.212]) by mx1.freebsd.org (Postfix) with ESMTP id A31018FC19 for ; Tue, 20 Sep 2011 06:23:31 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from avs-daemon.smtpauth3.wiscmail.wisc.edu by smtpauth3.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) id <0LRT001005R6SZ00@smtpauth3.wiscmail.wisc.edu> for freebsd-ppc@freebsd.org; Tue, 20 Sep 2011 01:23:30 -0500 (CDT) Received: from wanderer.tachypleus.net (78-70-168-180-no110.tbcn.telia.com [78.70.168.180]) by smtpauth3.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) with ESMTPSA id <0LRT00GE85R46340@smtpauth3.wiscmail.wisc.edu> for freebsd-ppc@freebsd.org; Tue, 20 Sep 2011 01:23:29 -0500 (CDT) Date: Tue, 20 Sep 2011 08:23:27 +0200 From: Nathan Whitehorn In-reply-to: To: freebsd-ppc@freebsd.org Message-id: <4E78315F.1040404@freebsd.org> X-Spam-Report: AuthenticatedSender=yes, SenderIP=78.70.168.180 X-Spam-PmxInfo: Server=avs-9, Version=5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2011.9.20.61514, SenderIP=78.70.168.180 References: User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:6.0.2) Gecko/20110917 Thunderbird/6.0.2 Subject: Re: TiBook CPU speed X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2011 06:23:31 -0000 On 09/20/11 05:07, Justin Hibbits wrote: > Following up on my previous email, the saga of installing FreeBSD on a > TiBook, I ran into another problem: The CPU speed is reduced to 666MHz, > instead of 1GHz. Is there a way to get it to run at the full 1GHz? > Just use cpufreq(4) -- the dev.cpu.0.freq sysctl or turn on powerd. -Nathan