From owner-freebsd-arm@FreeBSD.ORG Tue Dec 25 13:35:53 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 29E88C76 for ; Tue, 25 Dec 2012 13:35:53 +0000 (UTC) (envelope-from jakub.klama@uj.edu.pl) Received: from mail1.uj.edu.pl (mail1.uj.edu.pl [149.156.89.193]) by mx1.freebsd.org (Postfix) with ESMTP id D231D8FC0A for ; Tue, 25 Dec 2012 13:35:52 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from [10.10.1.245] ([83.19.65.138]) by mta.uoks.uj.edu.pl (Oracle Communications Messaging Server 7u4-27.01 (7.0.4.27.0) 64bit (built Aug 30 2012)) with ESMTPSA id <0MFL000F89J7YL00@mta.uoks.uj.edu.pl> for freebsd-arm@freebsd.org; Tue, 25 Dec 2012 14:30:44 +0100 (CET) X-Antivirus: Dr.Web (R) for Unix mail servers drweb plugin ver.6.0.2.0 X-Antivirus-Code: 0x100000 Message-id: <50D9AA87.1010109@uj.edu.pl> Date: Tue, 25 Dec 2012 14:30:47 +0100 From: Jakub Klama User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 To: freebsd-arm@freebsd.org Subject: Re: FDT changes References: <20121225133904.8063fb1cd193b3078b9c7596@freebsd.org> In-reply-to: <20121225133904.8063fb1cd193b3078b9c7596@freebsd.org> X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Dec 2012 13:35:53 -0000 W dniu 2012-12-25 12:39, Aleksandr Rybalko pisze: > Hello embedded hackers! > > (I'm not on ppc@ list, so answer to all or CC me) > > I made small patch [0], it's give two features: > 1. We see physical addresses, like on all other systems which not use > FDT. > 2. It's not panic on attempt to do bus_space_map on "reg" propertie > (for cases when bus is SPI/I2C/etc.) > > Please-please-please, give me your comments. > > If nobody objects, I will commit it at the end of Jan 2013 (to not > worry anyone on holidays :) ) > > [0] http://people.freebsd.org/~ray/2012-12-25_fdt_correct_resource.diff > Looks good for me, but what is the point in using pmap_mapdev() instead of more generic bus_space_map()? Jakub