linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Hannes Reinecke <hare@suse.de>
To: Ondrej Zary <linux@rainbow-software.org>, linux-scsi@vger.kernel.org
Cc: Christoph Hellwig <hch@infradead.org>,
	Kernel development list <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 3/3] wd719x: Add firmware documentation
Date: Tue, 25 Nov 2014 10:47:41 +0100	[thread overview]
Message-ID: <5474503D.5030501@suse.de> (raw)
In-Reply-To: <1416867882-29344-4-git-send-email-linux@rainbow-software.org>

On 11/24/2014 11:24 PM, Ondrej Zary wrote:
> Add documentation and script to obtain required firmware.
> 
> Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
> ---
>  Documentation/scsi/wd719x.txt |   21 +++++++++++++++++++++
>  1 file changed, 21 insertions(+)
>  create mode 100644 Documentation/scsi/wd719x.txt
> 
> diff --git a/Documentation/scsi/wd719x.txt b/Documentation/scsi/wd719x.txt
> new file mode 100644
> index 0000000..0816b02
> --- /dev/null
> +++ b/Documentation/scsi/wd719x.txt
> @@ -0,0 +1,21 @@
> +Driver for Western Digital WD7193, WD7197 and WD7296 SCSI cards
> +---------------------------------------------------------------
> +
> +The card requires firmware that can be cut out of the Windows NT driver that
> +can be downloaded from WD at:
> +http://support.wdc.com/product/download.asp?groupid=801&sid=27&lang=en
> +
> +There is no license anywhere in the file or on the page - so the firmware
> +probably cannot be added to linux-firmware.
> +
> +This script downloads and extracts the firmware, creating wd719x-risc.bin and
> +d719x-wcs.bin files. Put them in /lib/firmware/.
> +
> +#!/bin/sh
> +wget http://support.wdc.com/download/archive/pciscsi.exe
> +lha xi pciscsi.exe pci-scsi.exe
> +lha xi pci-scsi.exe nt/wd7296a.sys
> +rm pci-scsi.exe
> +dd if=wd7296a.sys of=wd719x-risc.bin bs=1 skip=5760 count=14336
> +dd if=wd7296a.sys of=wd719x-wcs.bin bs=1 skip=20096 count=514
> +rm wd7296a.sys
> 
Reviewed-by: Hannes Reinecke <hare@suse.de>

Cheers,

Hannes
-- 
Dr. Hannes Reinecke		      zSeries & Storage
hare@suse.de			      +49 911 74053 688
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: J. Hawn, J. Guild, F. Imendörffer, HRB 21284 (AG Nürnberg)

  reply	other threads:[~2014-11-25  9:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-24 22:24 [PATCH v2 0/3] wd719x: Introduce Western Digital WD7193/7197/7296 PCI SCSI card driver Ondrej Zary
2014-11-24 22:24 ` [PATCH 1/3] eeprom-93cx6: Add (read-only) support for 8-bit mode Ondrej Zary
2014-11-24 22:24 ` [PATCH 2/3] wd719x: Introduce Western Digital WD7193/7197/7296 PCI SCSI card driver Ondrej Zary
2014-11-25  9:45   ` Hannes Reinecke
2014-11-24 22:24 ` [PATCH 3/3] wd719x: Add firmware documentation Ondrej Zary
2014-11-25  9:47   ` Hannes Reinecke [this message]
2014-11-25 14:44 ` [PATCH v2 0/3] wd719x: Introduce Western Digital WD7193/7197/7296 PCI SCSI card driver Christoph Hellwig
  -- strict thread matches above, loose matches on Subject: below --
2014-11-24 12:11 [PATCH " Ondrej Zary
2014-11-24 12:11 ` [PATCH 3/3] wd719x: Add firmware documentation Ondrej Zary

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5474503D.5030501@suse.de \
    --to=hare@suse.de \
    --cc=hch@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=linux@rainbow-software.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).