diff options
author | Finn Thain <fthain@telegraphics.com.au> | 2016-08-27 12:29:59 +1000 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-09-06 06:38:58 -0600 |
commit | 2836a2f5bd8516ae3c1a9b8bd76aea2160e5d092 (patch) | |
tree | 401bf56b371b29a944e6152a1ad1a53f525565e0 | |
parent | c6517b78153a1ffb401d8c3ec329effd3ee19036 (diff) | |
download | op-kernel-dev-2836a2f5bd8516ae3c1a9b8bd76aea2160e5d092.zip op-kernel-dev-2836a2f5bd8516ae3c1a9b8bd76aea2160e5d092.tar.gz |
documentation/scsi: Remove nodisconnect parameter
The driver that used the 'nodisconnect' parameter was removed in
commit 565bae6a4a8f ("[SCSI] 53c7xx: kill driver"). Related documentation
was cleaned up in commit f37a7238d379 ("[SCSI] 53c7xx: fix removal
fallout"), except for the remaining two mentions that are removed here.
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/kernel-parameters.txt | 2 | ||||
-rw-r--r-- | Documentation/scsi/scsi-parameters.txt | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 1fa2809..861f575 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -2574,8 +2574,6 @@ bytes respectively. Such letter suffixes can also be entirely omitted. nodelayacct [KNL] Disable per-task delay accounting - nodisconnect [HW,SCSI,M68K] Disables SCSI disconnects. - nodsp [SH] Disable hardware DSP at boot time. noefi Disable EFI runtime services support. diff --git a/Documentation/scsi/scsi-parameters.txt b/Documentation/scsi/scsi-parameters.txt index 1241ac1..d5ae6ce 100644 --- a/Documentation/scsi/scsi-parameters.txt +++ b/Documentation/scsi/scsi-parameters.txt @@ -79,8 +79,6 @@ parameters may be changed at runtime by the command ncr53c8xx= [HW,SCSI] - nodisconnect [HW,SCSI,M68K] Disables SCSI disconnects. - osst= [HW,SCSI] SCSI Tape Driver Format: <buffer_size>,<write_threshold> See also Documentation/scsi/st.txt. |