From owner-freebsd-embedded@FreeBSD.ORG Fri Dec 28 19:18:19 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 74A6316A418 for ; Fri, 28 Dec 2007 19:18:19 +0000 (UTC) (envelope-from sbruno@miralink.com) Received: from plato.miralink.com (mail.miralink.com [70.103.185.20]) by mx1.freebsd.org (Postfix) with ESMTP id 4EB0E13C4D5 for ; Fri, 28 Dec 2007 19:18:18 +0000 (UTC) (envelope-from sbruno@miralink.com) Received: from localhost (localhost.localdomain [127.0.0.1]) by plato.miralink.com (Postfix) with ESMTP id CCCEF61B114; Fri, 28 Dec 2007 11:18:16 -0800 (PST) Received: from plato.miralink.com ([127.0.0.1]) by localhost (plato.miralink.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03853-07; Fri, 28 Dec 2007 11:18:15 -0800 (PST) Received: from iago.office.miralink.com (iago.office.miralink.com [10.0.0.40]) by plato.miralink.com (Postfix) with ESMTP id BDBD861B10A; Fri, 28 Dec 2007 11:18:15 -0800 (PST) Message-ID: <47754BF7.7000603@miralink.com> Date: Fri, 28 Dec 2007 11:18:15 -0800 From: Sean Bruno User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: John E Hein References: <20071228230341.1d78aa91@hermies.int.fubar.geek.nz> <20071228.090357.1649771318.imp@bsdimp.com> <18293.14511.208655.904627@gromit.timing.com> In-Reply-To: <18293.14511.208655.904627@gromit.timing.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DSPAM-Result: Innocent X-DSPAM-Processed: Fri Dec 28 11:18:16 2007 X-DSPAM-Confidence: 0.9997 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 47754bf827601214584237 X-DSPAM-Factors: 27, X-Virus-Scanned: amavisd-new at X-Spam-Status: No, score=-4.499 tagged_above=-10 required=6.6 autolearn=ham tests=[ALL_TRUSTED=-1.8, AWL=-0.000, BAYES_00=-2.599, DSPAM_HAM=-0.1] X-Spam-Score: -4.499 X-Spam-Level: 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 19:18:19 -0000 John E Hein wrote: > 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. > > > ------------------------------------------------------------------------ > > _______________________________________________ > freebsd-embedded@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-embedded > To unsubscribe, send any mail to "freebsd-embedded-unsubscribe@freebsd.org" > It looks to me like the attachment was stripped. Can you post it somewhere web accessible? Sean