Skip to content

Commit f12ae9b

Browse files
Yujie ZhangAlex Shi
authored andcommitted
docs/zh_CN: Add wd719x.rst translation
Translate .../scsi/wd719x.rst into Chinese. Add wd719x into .../scsi/index.rst. Update the translation through commit 40ee630 ("scsi: docs: convert wd719x.txt to ReST") Signed-off-by: Yujie Zhang <yjzhang@leap-io-kernel.com> Signed-off-by: Alex Shi <alexs@kernel.org>
1 parent 56a248e commit f12ae9b

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

Documentation/translations/zh_CN/scsi/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ SCSI主机适配器驱动
5252

5353
libsas
5454
sd-parameters
55+
wd719x
5556

5657
Todolist:
5758

@@ -87,6 +88,5 @@ Todolist:
8788
* sym53c8xx_2
8889
* tcm_qla2xxx
8990
* ufs
90-
* wd719x
9191

9292
* scsi_transport_srp/figures
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
.. include:: ../disclaimer-zh_CN.rst
3+
4+
:Original: Documentation/scsi/libsas.rst
5+
6+
:翻译:
7+
8+
张钰杰 Yujie Zhang <yjzhang@leap-io-kernel.com>
9+
10+
:校译:
11+
12+
====================================================
13+
Western Digital WD7193, WD7197 和 WD7296 SCSI 卡驱动
14+
====================================================
15+
16+
这些卡需要加载固件。固件可从 WD 提供下载的 Windows NT 驱动程
17+
序中提取。地址如下:
18+
19+
http://support.wdc.com/product/download.asp?groupid=801&sid=27&lang=en
20+
21+
该文件或网页上都未包含任何许可声明,因此该固件可能无法被收录到
22+
linux-firmware 项目中。
23+
24+
提供的脚本可用于下载并提取固件,生成 wd719x-risc.bin 和
25+
wd719x-wcs.bin 文件。请将它们放置在 /lib/firmware/ 目录下。
26+
脚本内容如下:
27+
28+
#!/bin/sh
29+
wget http://support.wdc.com/download/archive/pciscsi.exe
30+
lha xi pciscsi.exe pci-scsi.exe
31+
lha xi pci-scsi.exe nt/wd7296a.sys
32+
rm pci-scsi.exe
33+
dd if=wd7296a.sys of=wd719x-risc.bin bs=1 skip=5760 count=14336
34+
dd if=wd7296a.sys of=wd719x-wcs.bin bs=1 skip=20096 count=514
35+
rm wd7296a.sys

0 commit comments

Comments
 (0)