From owner-freebsd-arm@FreeBSD.ORG Tue May 5 06:28:00 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3446F5DC for ; Tue, 5 May 2015 06:28:00 +0000 (UTC) Received: from moon.peach.ne.jp (moon.peach.ne.jp [203.141.148.98]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0230510A3 for ; Tue, 5 May 2015 06:27:59 +0000 (UTC) Received: from moon.peach.ne.jp (localhost [127.0.0.1]) by moon.peach.ne.jp (Postfix) with ESMTP id DBE1850F0B; Tue, 5 May 2015 15:27:56 +0900 (JST) Received: from artemis (unknown [172.18.0.21]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by moon.peach.ne.jp (Postfix) with ESMTPSA id C897850F09; Tue, 5 May 2015 15:27:56 +0900 (JST) Message-ID: <13FD292721E341E7B901178DA44D878A@ad.peach.ne.jp> From: "Daisuke Aoyama" To: "Luiz Otavio O Souza" Cc: References: <9B87C5E05DE046EA93643286DCBABCBE@ad.peach.ne.jp> In-Reply-To: Subject: Re: NAS4Free for Raspberry Pi 2 is released. Date: Tue, 5 May 2015 15:27:58 +0900 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="utf-8"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 14.0.8117.416 X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8117.416 X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 May 2015 06:28:00 -0000 > I committed a fix for DMA and your cpufreq fixes. Thank you! > Will you contribute the SMP support ? :-) > > That's the last missing piece for RPi 2. Yes, of course, but please wait a little until updating the machine. I will create patch against to 282447 or later. BTW, did you check the problem below ? http://lists.freebsd.org/pipermail/freebsd-arm/2015-March/010733.html I can reproduce it both RPi2 and RPi with ARM_NEW_PMAP. It seems that shared library is OK but static is NG on armv6. host vm of amd64 always returns 12345. Regards, -- Daisuke Aoyama