From owner-freebsd-embedded@FreeBSD.ORG Fri Feb 8 21:22:29 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 1FE8816A421; Fri, 8 Feb 2008 21:22:29 +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 B884313C46B; Fri, 8 Feb 2008 21:22:28 +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 m18LIeYO013120; Fri, 8 Feb 2008 14:18:41 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 08 Feb 2008 14:21:38 -0700 (MST) Message-Id: <20080208.142138.-1417611621.imp@bsdimp.com> To: aduane@juniper.net From: "M. Warner Losh" In-Reply-To: <0FCFCF6165E968449991746EB91D614DF7722E@antipi.jnpr.net> References: <0FCFCF6165E968449991746EB91D614DF7722E@antipi.jnpr.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-hackers@freebsd.org, freebsd-embedded@freebsd.org Subject: Re: NOR flash drivers 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, 08 Feb 2008 21:22:29 -0000 In message: <0FCFCF6165E968449991746EB91D614DF7722E@antipi.jnpr.net> "Andrew Duane" writes: : I may have asked this once before, but are any NOR flash drivers : available in FreeBSD? I have support that I put into the bootstrap I'm : building, interfaced to libstand, but it is read-only, and far from : useful for a real UFS. I believe that there's a dev/cfi floating around out there. I believe this supports NOR, but I get it and NAND confused. It is in the e500 branch of perforce. I think Marcel committed it. I don't know how close it is to working. Warner