Documentation/translations/zh_CN/scsi/wd719x.rst
Source file repositories/reference/linux-study-clean/Documentation/translations/zh_CN/scsi/wd719x.rst
File Facts
- System
- Linux kernel
- Corpus path
Documentation/translations/zh_CN/scsi/wd719x.rst- Extension
.rst- Size
- 1134 bytes
- Lines
- 36
- Domain
- Support Tooling And Documentation
- Bucket
- Documentation
- Inferred role
- Support Tooling And Documentation: documentation
- Status
- atlas-only
Why This File Exists
Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.
- Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.
Dependency Surface
- No C-style include directives detected by the generator.
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
.. 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 和 WD7296 SCSI 卡驱动
====================================================
这些卡需要加载固件。固件可从 WD 提供下载的 Windows NT 驱动程
序中提取。地址如下:
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
Annotation
- Atlas domain: Support Tooling And Documentation / Documentation.
- Implementation status: atlas-only.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.