From owner-freebsd-embedded@FreeBSD.ORG Sat Feb 23 14:57:46 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 61BEC16A401; Sat, 23 Feb 2008 14:57:46 +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 0577413C507; Sat, 23 Feb 2008 14:57:45 +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 m1NEtSda045403; Sat, 23 Feb 2008 07:55:28 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 23 Feb 2008 07:55:51 -0700 (MST) Message-Id: <20080223.075551.915266248.imp@bsdimp.com> To: bms@freebsd.org From: "M. Warner Losh" In-Reply-To: <47C01F1B.3020107@FreeBSD.org> References: <0FCFCF6165E968449991746EB91D614D010315DA@antipi.jnpr.net> <47C01F1B.3020107@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:46 -0000 In message: <47C01F1B.3020107@FreeBSD.org> "Bruce M. Simpson" writes: : I still think it's important that we have some kind of support for the : Linux MTD partition format, manufacturers have a habit of shipping : hardware which uses this because Linux did catch us all napping. I've gone to start writing geom_mtd.c several times, but nothing ever came of it because other issues kept coming up. warner