From owner-freebsd-ppc@FreeBSD.ORG Tue Sep 20 05:55:01 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 E70E51065672 for ; Tue, 20 Sep 2011 05:55:01 +0000 (UTC) (envelope-from andreast@FreeBSD.org) Received: from smtp.fgznet.ch (mail.fgznet.ch [81.92.96.47]) by mx1.freebsd.org (Postfix) with ESMTP id 805C78FC16 for ; Tue, 20 Sep 2011 05:55:00 +0000 (UTC) Received: from deuterium.andreas.nets (dhclient-91-190-8-131.flashcable.ch [91.190.8.131]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id p8K5JNVv003874; Tue, 20 Sep 2011 07:19:25 +0200 (CEST) (envelope-from andreast@FreeBSD.org) Message-ID: <4E78225B.9060101@FreeBSD.org> Date: Tue, 20 Sep 2011 07:19:23 +0200 From: Andreas Tobler User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: Justin Hibbits References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on 81.92.96.47 Cc: FreeBSD PowerPC ML 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 05:55:02 -0000 On 20.09.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? I think this is not implemented yet. But what you can do is autoboot into FreeBSD and then the speed should be at full 1GHz. At least this works on my G5's. You must set the boot-device to the FreeBSD partition and then reboot w/o OF intervention. This is on my G5: 'setenv boot-device sd1:2,\\:tbxi' For details how to find the boot-device arguments see at the bottom of: http://people.freebsd.org/~nwhitehorn/ppcinstall.txt Gruss, Andreas