hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/scsi/aic7xxx/Kconfig.aic79xx
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # AIC79XX 2.5.X Kernel configuration File.
34 # $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Kconfig.aic79xx#4 $
....@@ -14,7 +15,7 @@
1415 int "Maximum number of TCQ commands per device"
1516 depends on SCSI_AIC79XX
1617 default "32"
17
- ---help---
18
+ help
1819 Specify the number of commands you would like to allocate per SCSI
1920 device when Tagged Command Queueing (TCQ) is enabled on that device.
2021
....@@ -31,13 +32,13 @@
3132 on some devices. The upper bound is 253. 0 disables tagged queueing.
3233
3334 Per device tag depth can be controlled via the kernel command line
34
- "tag_info" option. See Documentation/scsi/aic79xx.txt for details.
35
+ "tag_info" option. See Documentation/scsi/aic79xx.rst for details.
3536
3637 config AIC79XX_RESET_DELAY_MS
3738 int "Initial bus reset delay in milli-seconds"
3839 depends on SCSI_AIC79XX
3940 default "5000"
40
- ---help---
41
+ help
4142 The number of milliseconds to delay after an initial bus reset.
4243 The bus settle delay following all error recovery actions is
4344 dictated by the SCSI layer and is not affected by this value.