From owner-svn-src-all@FreeBSD.ORG Tue Feb 3 19:21:16 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 268651065674; Tue, 3 Feb 2009 19:21:16 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id EEC948FC20; Tue, 3 Feb 2009 19:21:15 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n13JLFru039244; Tue, 3 Feb 2009 19:21:15 GMT (envelope-from sam@svn.freebsd.org) Received: (from sam@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n13JLFkL039243; Tue, 3 Feb 2009 19:21:15 GMT (envelope-from sam@svn.freebsd.org) Message-Id: <200902031921.n13JLFkL039243@svn.freebsd.org> From: Sam Leffler Date: Tue, 3 Feb 2009 19:21:15 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r188089 - head/sys/dev/cfi X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2009 19:21:16 -0000 Author: sam Date: Tue Feb 3 19:21:15 2009 New Revision: 188089 URL: http://svn.freebsd.org/changeset/base/188089 Log: add Roel's copyright as he did the initial version Modified: head/sys/dev/cfi/cfi_bus_ixp4xx.c Modified: head/sys/dev/cfi/cfi_bus_ixp4xx.c ============================================================================== --- head/sys/dev/cfi/cfi_bus_ixp4xx.c Tue Feb 3 19:16:04 2009 (r188088) +++ head/sys/dev/cfi/cfi_bus_ixp4xx.c Tue Feb 3 19:21:15 2009 (r188089) @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2009 Roelof Jonkman, Carlson Wireless Inc. * Copyright (c) 2009 Sam Leffler, Errno Consulting * All rights reserved. *