From owner-freebsd-arm@FreeBSD.ORG Sat Nov 1 07:42:01 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1371967C for ; Sat, 1 Nov 2014 07:42:01 +0000 (UTC) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C41851F8 for ; Sat, 1 Nov 2014 07:41:59 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 44D181FE022; Sat, 1 Nov 2014 08:41:50 +0100 (CET) Message-ID: <54548EC8.5020707@selasky.org> Date: Sat, 01 Nov 2014 08:42:00 +0100 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: Rui Paulo , Daisuke Aoyama Subject: Re: FreeBSD 11-CURRENT on Raspberry Pi 512MB References: <0A8390C3FC2B444B9AA8AC934B79DCD6@ad.peach.ne.jp> <7946CCA3-26D0-4B6E-AEBB-8623CAAA9725@me.com> <840772A7305444C1B1AF7CE31A89BD7D@ad.peach.ne.jp> <09F2506B-11E9-43A2-A783-784AA6E39976@me.com> <5DC02CC61B85442AADD2BDD28496421E@ad.peach.ne.jp> <60F13E5C-A166-497B-8CB7-6C76AFB6BDB8@me.com> In-Reply-To: <60F13E5C-A166-497B-8CB7-6C76AFB6BDB8@me.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Nov 2014 07:42:01 -0000 On 11/01/14 02:54, Rui Paulo wrote: > On Oct 31, 2014, at 12:32, Daisuke Aoyama wrote: >> >>> That patch has a lot of unrelated changes. Could you produce a patch with svn that is just related to cpufreq and its mbox changes? >> >> I have uploaded as: >> http://www.peach.ne.jp/archives/rpi/patch/cpufreq-20141101.tar.gz >> >> Please use this archive. >> >> CHANGES: >> modify for style(9) and 80 columns >> remove multiple cast >> remove bootverbose of error case >> remove unused code and g_XXXX variables >> fix wrong message/comments. >> add DPRINTF and dump into #ifdef DEBUG >> add tunable int for verbose and lowest_freq >> suppress default boot log > > Thanks, I've updated the review page: > > https://reviews.freebsd.org/D1025 > > I'm going to review it again during the weekend. > > Hi, Regarding the tunables: Why don't you make them into SYSCTLS with the TUN flag set. Then they will also be visible in the "sysctl -a" output! --HPS