From owner-svn-src-head@FreeBSD.ORG Fri Dec 2 15:11:34 2011 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 C7359106566B; Fri, 2 Dec 2011 15:11:34 +0000 (UTC) (envelope-from andre@albsmeier.net) Received: from pripjat.albsmeier.net (pripjat.albsmeier.net [88.198.4.34]) by mx1.freebsd.org (Postfix) with ESMTP id 3BDAC8FC1B; Fri, 2 Dec 2011 15:11:33 +0000 (UTC) Received: from schlappy.albsmeier.net (57.44.166.190.f.p.codetel.net.do [190.166.44.57] (may be forged)) (authenticated bits=128) by pripjat.albsmeier.net (8.14.5/8.14.5) with ESMTP id pB2F0Skd066788; Fri, 2 Dec 2011 16:00:30 +0100 (CET) (envelope-from andre@albsmeier.net) Received: from schlappy.albsmeier.net (schlappy.albsmeier.net [127.0.0.1]) by schlappy.albsmeier.net (8.14.5/8.14.5) with ESMTP id pB2F0MRE015553; Fri, 2 Dec 2011 16:00:23 +0100 (CET) (envelope-from andre@schlappy.albsmeier.net) Received: (from andre@localhost) by schlappy.albsmeier.net (8.14.5/8.14.4/Submit) id pB2F0M9X015552; Fri, 2 Dec 2011 16:00:22 +0100 (CET) (envelope-from andre@schlappy.albsmeier.net) Date: Fri, 2 Dec 2011 16:00:22 +0100 From: Andre Albsmeier To: Ed Maste Message-ID: <20111202150022.GA14953@schlappy.albsmeier.net> References: <201111250403.pAP43bZG026036@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201111250403.pAP43bZG026036@svn.freebsd.org> X-Echelon: Area51, Area51, Encryption, RSA, 727 X-Advice: Drop that crappy M$-Outlook, I'm tired of your viruses! User-Agent: Mutt/1.5.21 (2010-09-15) Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" Subject: Re: svn commit: r227961 - head/sbin/camcontrol 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: Fri, 02 Dec 2011 15:11:34 -0000 On Fri, 25-Nov-2011 at 05:03:37 +0100, Ed Maste wrote: > Author: emaste > Date: Fri Nov 25 04:03:37 2011 > New Revision: 227961 > URL: http://svn.freebsd.org/changeset/base/227961 > > Log: > Add firmware update support for SCSI devices. > > ... > > Added: head/sbin/camcontrol/fwdownload.c > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/sbin/camcontrol/fwdownload.c Fri Nov 25 04:03:37 2011 (r227961) > @@ -0,0 +1,380 @@ > +/*- > + * Copyright (c) 2011 Sandvine Incorporated. All rights reserved. > + * Copyright (c) 2002-2011 Andre Albsmeier > + * All rights reserved. > + * We should not forget Marc Frajola who sent me his ddys.c for updating IBM DDYS drives ages ago. He allowed me to use his code but wanted to be credited -- I think we should continue to honour his wish. His file contained the following note: * TeraSolutions IBM drive firmware update utility * * (C) Copyright 2000, TeraSolutions, Inc. All Rights Reserved. * This software contains proprietary trade secrets of * TeraSolutions, Inc. Redistribution without prior written * consent is prohibited. * * By Marc Frajola, 08/15/2000 and in fwprog.c I had him mentioned this way: * ... * Many thanks goes to Marc Frajola from * TeraSolutions for the initial idea and his programme for upgrading * the firmware of I*M DDYS drives ... * ... I think you guys find something that is appropriate... Thanks, -Andre