From owner-freebsd-current@FreeBSD.ORG Mon Sep 22 05:35:00 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DFD3106567F for ; Mon, 22 Sep 2008 05:35:00 +0000 (UTC) (envelope-from bsd@fluffles.net) Received: from mail.fluffles.net (fluffles.net [80.69.95.190]) by mx1.freebsd.org (Postfix) with ESMTP id F41848FC12 for ; Mon, 22 Sep 2008 05:34:59 +0000 (UTC) (envelope-from bsd@fluffles.net) Received: from [10.10.0.2] (cust.95.160.adsl.cistron.nl [195.64.95.160]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: info@fluffles.net) by mail.fluffles.net (Postfix) with ESMTP id 40812B29D66; Mon, 22 Sep 2008 07:35:54 +0200 (CEST) Message-ID: <48D72F0E.7040501@fluffles.net> Date: Mon, 22 Sep 2008 07:37:18 +0200 From: "fluffles.net" User-Agent: Thunderbird 2.0.0.16 (X11/20080724) MIME-Version: 1.0 To: "G. Otsuji" References: <200809070036.m870a3NC001532@softbank219001162114.bbtec.net> In-Reply-To: <200809070036.m870a3NC001532@softbank219001162114.bbtec.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Current Subject: Re: AMD Family 10h cpufreq driver X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 22 Sep 2008 05:35:00 -0000 Hi G. Otsuji, This is great news, i've bought a Phenom X9350e to power my new high-end NAS. I'm very keen on testing this driver module. Only question: how do i compile & install? If you could give me some pointers that would be great. Regards, Veronica G. Otsuji wrote: > Hello , > I have AMD Phenom x4 9850 BE cpu ,but > there was no sysctl oid dev.cpu.0.freq_levels. > so I read the BKDG (bios and kernel developer guide for AMD Family 10h) > and finally I reached some result. > I wrote pstate.c cpufreq driver module. attached in this mail. > I have tested this module on i386 current/stable, amd64 current/stable. > and make -j20 buildworld can be done with running powerd. > This module has capability to down clock to 400MHz. > but It's slow, so echo "debug.cpufreq.lowest=1200" >>/boot/loader.conf. > and the reuslt is as follows. > $ sysctl dev.cpu.0.freq_levels > dev.cpu.0.freq_levels: 2500/-1 2400/-1 2300/-1 2200/-1 2100/-1 2000/-1 > 1900/-1 1800/-1 1700/-1 1600/-1 1500/-1 1400/-1 1300/-1 1200/-1 > > I have enjoying this module in a few days but It's OK. > > AMD Family 10h cpu_id's are 100f23,100f2a,100f22. > I don't have Opteron 13XX 23XX 83XX,Phenom X3, and other Phenom X4,And MP system. > if you have these cpu's , i would like you to try this module. > feel free to contact me. > > Sincerely, > G. Otsuji > > > ------------------------------------------------------------------------ > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"