From owner-freebsd-embedded@FreeBSD.ORG Wed May 28 14:08:27 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 4E6E3106568F for ; Wed, 28 May 2008 14:08:27 +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 EFCFC8FC0A for ; Wed, 28 May 2008 14:08:26 +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 m4SE4CEN027457; Wed, 28 May 2008 08:04:12 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 28 May 2008 08:05:42 -0600 (MDT) Message-Id: <20080528.080542.-1749738850.imp@bsdimp.com> To: bms@incunabulum.net From: "M. Warner Losh" In-Reply-To: <483CE242.3080500@incunabulum.net> References: <483C6CC5.9010005@incunabulum.net> <20080527.144129.-1962638113.imp@bsdimp.com> <483CE242.3080500@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 14:08:27 -0000 In message: <483CE242.3080500@incunabulum.net> Bruce M Simpson writes: : M. Warner Losh wrote: : > The configs that I have in my p4 tree work on NSLU2. However, I've : > not committed them because they are also taking a stab at cleaning up : > the std.* and files.* stuff. It boots and works well enough to build : > world over NFS... : > : : 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... : 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. Warner