From owner-svn-src-all@FreeBSD.ORG Sun May 31 09:24:56 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48456106566B; Sun, 31 May 2009 09:24:56 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from mail.icecube.wisc.edu (trout.icecube.wisc.edu [128.104.255.119]) by mx1.freebsd.org (Postfix) with ESMTP id 18FAC8FC17; Sun, 31 May 2009 09:24:55 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.icecube.wisc.edu (Postfix) with ESMTP id 1DA2F5806D; Sun, 31 May 2009 04:03:00 -0500 (CDT) X-Virus-Scanned: amavisd-new at icecube.wisc.edu Received: from mail.icecube.wisc.edu ([127.0.0.1]) by localhost (trout.icecube.wisc.edu [127.0.0.1]) (amavisd-new, port 10030) with ESMTP id yburJKP2DXjJ; Sun, 31 May 2009 04:03:00 -0500 (CDT) Received: from wanderer.tachypleus.net (e179145056.adsl.alicedsl.de [85.179.145.56]) by mail.icecube.wisc.edu (Postfix) with ESMTP id DA15158043; Sun, 31 May 2009 04:02:58 -0500 (CDT) Message-ID: <4A2247C0.4010507@freebsd.org> Date: Sun, 31 May 2009 11:02:56 +0200 From: Nathan Whitehorn User-Agent: Thunderbird 2.0.0.21 (X11/20090410) MIME-Version: 1.0 To: Nathan Whitehorn References: <200905310901.n4V91NVH036402@svn.freebsd.org> In-Reply-To: <200905310901.n4V91NVH036402@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r193156 - in head/sys: conf modules modules/cpufreq powerpc/aim powerpc/booke powerpc/conf powerpc/cpufreq powerpc/ofw powerpc/powermac powerpc/powerpc X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 May 2009 09:24:56 -0000 Nathan Whitehorn wrote: > Author: nwhitehorn > Date: Sun May 31 09:01:23 2009 > New Revision: 193156 > URL: http://svn.freebsd.org/changeset/base/193156 > > Log: > Introduce support for cpufreq on PowerPC with the dynamic frequency > switching capabilities of the MPC7447A and MPC7448. > Based on code by: Andreas Tobler -Nathan