Commit bf65c846 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Martin K. Petersen
parent ff1efa74
...@@ -40,5 +40,6 @@ Linux SCSI Subsystem ...@@ -40,5 +40,6 @@ Linux SCSI Subsystem
scsi scsi
sd-parameters sd-parameters
smartpqi smartpqi
st
scsi_transport_srp/figures scsi_transport_srp/figures
...@@ -73,7 +73,7 @@ parameters may be changed at runtime by the command ...@@ -73,7 +73,7 @@ parameters may be changed at runtime by the command
osst= [HW,SCSI] SCSI Tape Driver osst= [HW,SCSI] SCSI Tape Driver
Format: <buffer_size>,<write_threshold> Format: <buffer_size>,<write_threshold>
See also Documentation/scsi/st.txt. See also Documentation/scsi/st.rst.
scsi_debug_*= [SCSI] scsi_debug_*= [SCSI]
See drivers/scsi/scsi_debug.c. See drivers/scsi/scsi_debug.c.
...@@ -105,7 +105,7 @@ parameters may be changed at runtime by the command ...@@ -105,7 +105,7 @@ parameters may be changed at runtime by the command
See header of drivers/scsi/sim710.c. See header of drivers/scsi/sim710.c.
st= [HW,SCSI] SCSI tape parameters (buffers, etc.) st= [HW,SCSI] SCSI tape parameters (buffers, etc.)
See Documentation/scsi/st.txt. See Documentation/scsi/st.rst.
wd33c93= [HW,SCSI] wd33c93= [HW,SCSI]
See header of drivers/scsi/wd33c93.c. See header of drivers/scsi/wd33c93.c.
...@@ -14817,7 +14817,7 @@ SCSI TAPE DRIVER ...@@ -14817,7 +14817,7 @@ SCSI TAPE DRIVER
M: Kai Mäkisara <Kai.Makisara@kolumbus.fi> M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
L: linux-scsi@vger.kernel.org L: linux-scsi@vger.kernel.org
S: Maintained S: Maintained
F: Documentation/scsi/st.txt F: Documentation/scsi/st.rst
F: drivers/scsi/st.* F: drivers/scsi/st.*
F: drivers/scsi/st_*.h F: drivers/scsi/st_*.h
......
...@@ -94,7 +94,7 @@ config CHR_DEV_ST ...@@ -94,7 +94,7 @@ config CHR_DEV_ST
If you want to use a SCSI tape drive under Linux, say Y and read the If you want to use a SCSI tape drive under Linux, say Y and read the
SCSI-HOWTO, available from SCSI-HOWTO, available from
<http://www.tldp.org/docs.html#howto>, and <http://www.tldp.org/docs.html#howto>, and
<file:Documentation/scsi/st.txt> in the kernel source. This is NOT <file:Documentation/scsi/st.rst> in the kernel source. This is NOT
for SCSI CD-ROMs. for SCSI CD-ROMs.
To compile this driver as a module, choose M here and read To compile this driver as a module, choose M here and read
......
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/* /*
SCSI Tape Driver for Linux version 1.1 and newer. See the accompanying SCSI Tape Driver for Linux version 1.1 and newer. See the accompanying
file Documentation/scsi/st.txt for more information. file Documentation/scsi/st.rst for more information.
History: History:
Rewritten from Dwayne Forsyth's SCSI tape driver by Kai Makisara. Rewritten from Dwayne Forsyth's SCSI tape driver by Kai Makisara.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment