svn commit: r227961 - head/sbin/camcontrol

Andre Albsmeier andre at albsmeier.net
Fri Dec 2 15:11:34 UTC 2011


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 <andre at albsmeier.net>
> + * 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 <marc at terasolutions.com> 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


More information about the svn-src-head mailing list