From owner-freebsd-embedded@FreeBSD.ORG Sat Feb 23 14:57:51 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 369BF16A475; Sat, 23 Feb 2008 14:57:51 +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 E3CE613C465; Sat, 23 Feb 2008 14:57:50 +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 m1NEuNP2045405; Sat, 23 Feb 2008 07:56:23 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 23 Feb 2008 07:56:47 -0700 (MST) Message-Id: <20080223.075647.1380258154.imp@bsdimp.com> To: bms@freebsd.org From: "M. Warner Losh" In-Reply-To: <47C03036.4040409@FreeBSD.org> References: <0FCFCF6165E968449991746EB91D614D010315DA@antipi.jnpr.net> <47C01F1B.3020107@FreeBSD.org> <47C03036.4040409@FreeBSD.org> 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: /dev/cfi NOR flash 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: Sat, 23 Feb 2008 14:57:51 -0000 In message: <47C03036.4040409@FreeBSD.org> "Bruce M. Simpson" writes: : Bruce M. Simpson wrote: : > Andrew Duane wrote: : >> I have the NOR flash driver that Bill Paul wrote for 6.x, and have been : >> getting it going on our MIPS-based boards. One major missing piece is : >> all the GEOM stuff for making it behave as a disk drive to mount : >> filesystems on. : >> : >> Is this really missing, or did whoever grabbed it for our 6.1 port just : >> get too early a version? If it is missing, is this something that's : >> worth back-offering to the FreeBSD community? : > : > I haven't seen this cfi driver of which you speak, can you please : > point me at it? : : I see that this diff: : http://people.freebsd.org/~marcel/e500.diff : : contains this CFI code under a 3-clause BSD license. It would be good if : it were available in a more consumable format. This CFI support is much : needed. It is in //depot/projects/e500/sys/dev/cfi right now. Warner