[PATCH 2/2] docs/zh_CN: Add wd719x.rst translation

Updated
From:Yujie Zhang <yjzhang@leap-io-kernel.com>
Date:
Message-ID:<f9720c918de47890c536124e7866859c866c67f4.1763112421.git.yjzhang@leap-io-kernel.com>
Patch:v1 · 2/2
Language:zh_CN
Patch-ID:3990ebd6e42a7aafeef4392ea16572abb23ef003
Files:Documentation/translations/zh_CN/scsi/index.rstDocumentation/translations/zh_CN/scsi/wd719x.rst

Patch content 2 changed files

Translate .../scsi/wd719x.rst into Chinese.Add wd719x into .../scsi/index.rst. Update the translation through commit 40ee63091a40("scsi: docs: convert wd719x.txt to ReST") Signed-off-by: Yujie Zhang <yjzhang@leap-io-kernel.com>--- .../translations/zh_CN/scsi/index.rst         |  2 +- .../translations/zh_CN/scsi/wd719x.rst        | 36 +++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 Documentation/translations/zh_CN/scsi/wd719x.rst diff --git a/Documentation/translations/zh_CN/scsi/index.rst b/Documentation/translations/zh_CN/scsi/index.rstindex 5eecbef4c9c0..5f1803e2706c 100644--- a/Documentation/translations/zh_CN/scsi/index.rst+++ b/Documentation/translations/zh_CN/scsi/index.rst@@ -52,6 +52,7 @@ SCSI主机适配器驱动     libsas    sd-parameters+   wd719x  Todolist: @@ -87,6 +88,5 @@ Todolist: * sym53c8xx_2 * tcm_qla2xxx * ufs-* wd719x  * scsi_transport_srp/figuresdiff --git a/Documentation/translations/zh_CN/scsi/wd719x.rst b/Documentation/translations/zh_CN/scsi/wd719x.rstnew file mode 100644index 000000000000..5f82c9220541--- /dev/null+++ b/Documentation/translations/zh_CN/scsi/wd719x.rst@@ -0,0 +1,36 @@+.. SPDX-License-Identifier: GPL-2.0+.. include:: ../disclaimer-zh_CN.rst++:Original: Documentation/scsi/libsas.rst++:翻译:++ 张钰杰 Yujie Zhang <yjzhang@leap-io-kernel.com>++:校译:++++===============================================================+Western Digital WD7193, WD7197 and WD7296 SCSI 卡驱动+===============================================================++该卡需要加载固件。固件可从 Windows NT 驱动中提取,该驱动可在以下+地址从 WD 官方下载:+http://support.wdc.com/product/download.asp?groupid=801&sid=27&lang=en++该文件或网页上都未包含任何许可声明,因此该固件可能无法被收录到+linux-firmware 项目中。++提供的脚本可用于下载并提取固件,生成 wd719x-risc.bin 和+wd719x-wcs.bin 文件。请将它们放置在 /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-- 2.25.1