From owner-freebsd-embedded@FreeBSD.ORG Wed May 28 15:16:32 2008 Return-Path: Delivered-To: freebsd-embedded@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A5481065681 for ; Wed, 28 May 2008 15:16:32 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 1BD9E8FC12 for ; Wed, 28 May 2008 15:16:32 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m4SFFWgw028524; Wed, 28 May 2008 09:15:32 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 28 May 2008 09:17:03 -0600 (MDT) Message-Id: <20080528.091703.514334694.imp@bsdimp.com> To: bms@incunabulum.net From: "M. Warner Losh" In-Reply-To: <483D756B.50403@incunabulum.net> References: <483CE242.3080500@incunabulum.net> <20080528.080542.-1749738850.imp@bsdimp.com> <483D756B.50403@incunabulum.net> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-embedded@FreeBSD.org Subject: Re: Linksys NSLU2 attempt X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 15:16:32 -0000 In message: <483D756B.50403@incunabulum.net> Bruce M Simpson writes: : M. Warner Losh wrote: : > : Can you point at this stuff? I had a look in freebsd-imp and arm but : > : didn't see anything that jumped out at me. : > : > Right, they are in the p4 tree on my laptop right now... : > : : Care to share? :-) Sure... lemme generate some diffs... : > : It would be very cool to get stuff up on this NSLU2 because then I can : > : start to think about things like MTD, flash, etc. : > : > MTD and flash are the same thing. And we have a driver for them in : > the tree now, but I've not tried to write a bridge drive for the : > xscale. : > : : I see there are already some drivers for low level access to the whole : flash device. : : The distinction: I was referring to the Linux model for flash : partitioning; I'm thinking GEOM is the way to go here. It would be good : to have MTD support so FreeBSD can be dropped on top of existing devices : which have supported Linux. Definitely... Warner