1 .. SPDX-License-Identifier: GPL-2.0 2 3 ============================================== 4 Driver for Western Digital WD7193, WD7197 and 5 ============================================== 6 7 The card requires firmware that can be cut out 8 can be downloaded from WD at: 9 http://support.wdc.com/product/download.asp?gr 10 11 There is no license anywhere in the file or on 12 probably cannot be added to linux-firmware. 13 14 This script downloads and extracts the firmwar 15 d719x-wcs.bin files. Put them in /lib/firmware 16 17 #!/bin/sh 18 wget http://support.wdc.com/download/a 19 lha xi pciscsi.exe pci-scsi.exe 20 lha xi pci-scsi.exe nt/wd7296a.sys 21 rm pci-scsi.exe 22 dd if=wd7296a.sys of=wd719x-risc.bin b 23 dd if=wd7296a.sys of=wd719x-wcs.bin bs 24 rm wd7296a.sys
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.