From owner-svn-src-head@FreeBSD.ORG Mon Nov 3 20:26:07 2008 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDD591065674; Mon, 3 Nov 2008 20:26:07 +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 8C8618FC1D; Mon, 3 Nov 2008 20:26:07 +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 mA3KNx7S061054; Mon, 3 Nov 2008 13:23:59 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 03 Nov 2008 13:25:12 -0700 (MST) Message-Id: <20081103.132512.-1476795190.imp@bsdimp.com> To: jhb@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200811031301.07841.jhb@freebsd.org> References: <200810250618.m9P6ICWl023370@svn.freebsd.org> <863aidgk4y.fsf@ds4.des.no> <200811031301.07841.jhb@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=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@FreeBSD.org, des@des.no, svn-src-all@FreeBSD.org, marcel@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r184251 - in head/sys: conf dev/cfi sys X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2008 20:26:07 -0000 In message: <200811031301.07841.jhb@freebsd.org> John Baldwin writes: : On Friday 31 October 2008 05:59:41 am Dag-Erling Sm=F8rgrav wrote: : > Marcel Moolenaar writes: : > > Log: : > > Add a driver for flash memory that implements to the Common Fla= sh : > > Memory Interface (CFI). The flash memory can be read and writte= n : > > to through /dev/cfi# and an ioctl() exists so processes can rea= d : > > the query information. : > > The driver supports the AMD and Intel command set, though only : > > the AMD command has been tested. : > > = : > > Obtained from: Juniper Networks, Inc. : > = : > You may want to *carefully* review the license on this code. : = : It appears to be a standard 3-clause BSD license? Whose name is in the disclaimer? Warner