From owner-freebsd-embedded@FreeBSD.ORG Fri Dec 28 16:03:52 2007 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 5074116A474 for ; Fri, 28 Dec 2007 16:03:52 +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 D770413C4EA for ; Fri, 28 Dec 2007 16:03:51 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id lBSFxC4o073900; Fri, 28 Dec 2007 08:59:14 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 28 Dec 2007 09:03:57 -0700 (MST) Message-Id: <20071228.090357.1649771318.imp@bsdimp.com> To: andrew@fubar.geek.nz From: "M. Warner Losh" In-Reply-To: <20071228230341.1d78aa91@hermies.int.fubar.geek.nz> References: <20071228230341.1d78aa91@hermies.int.fubar.geek.nz> 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: FreeBSD NAND driver 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: Fri, 28 Dec 2007 16:03:52 -0000 In message: <20071228230341.1d78aa91@hermies.int.fubar.geek.nz> Andrew Turner writes: : I'm working on porting FreeBSD to an embedded device that stores it's : root file system on NAND flash. : : I am looking for a copy of the NAND driver John Birrell wrote if anyone : has it or can point me to it. A search only found references to the : existence of the driver but no pointers to where to find it. Timing Solutions updated this driver to work better on 5.3R. However, the driver did have a lot of specific code for the i586 board that it was running on. It might make a good base for work, but if you don't have an Elan CPU, it will be a fair amount of work. Warner