From owner-freebsd-embedded@FreeBSD.ORG Fri Dec 28 18:27:53 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 309A316A418 for ; Fri, 28 Dec 2007 18:27:53 +0000 (UTC) (envelope-from jhein@timing.com) Received: from Daffy.timing.com (w.timing.com [206.168.13.218]) by mx1.freebsd.org (Postfix) with ESMTP id 0736913C459 for ; Fri, 28 Dec 2007 18:27:41 +0000 (UTC) (envelope-from jhein@timing.com) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by Daffy.timing.com (8.13.1/8.13.1) with ESMTP id lBSHu4Di077499; Fri, 28 Dec 2007 10:56:04 -0700 (MST) (envelope-from jhein@timing.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.14.2/8.14.2) with ESMTP id lBSHtxiV081789; Fri, 28 Dec 2007 10:55:59 -0700 (MST) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.14.2/8.14.2/Submit) id lBSHtx6Y081786; Fri, 28 Dec 2007 10:55:59 -0700 (MST) (envelope-from jhein) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="lF16HUZL/7" Content-Transfer-Encoding: 7bit Message-ID: <18293.14511.208655.904627@gromit.timing.com> Date: Fri, 28 Dec 2007 10:55:59 -0700 From: John E Hein To: "M. Warner Losh" In-Reply-To: <20071228.090357.1649771318.imp@bsdimp.com> References: <20071228230341.1d78aa91@hermies.int.fubar.geek.nz> <20071228.090357.1649771318.imp@bsdimp.com> X-Mailer: VM 7.19 under Emacs 22.1.1 X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on Daffy.timing.com X-Virus-Status: Clean X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: andrew@fubar.geek.nz, 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 18:27:53 -0000 --lF16HUZL/7 Content-Type: text/plain; charset=us-ascii Content-Description: message body text Content-Transfer-Encoding: 7bit M. Warner Losh wrote at 09:03 -0700 on Dec 28, 2007: > 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. Here is the driver that we got from jb@ in early 2004. This was before Timing Solutions (Warner) made changes to work with different hardware. --lF16HUZL/7--