.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # AIC79XX 2.5.X Kernel configuration File. |
---|
3 | 4 | # $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Kconfig.aic79xx#4 $ |
---|
.. | .. |
---|
14 | 15 | int "Maximum number of TCQ commands per device" |
---|
15 | 16 | depends on SCSI_AIC79XX |
---|
16 | 17 | default "32" |
---|
17 | | - ---help--- |
---|
| 18 | + help |
---|
18 | 19 | Specify the number of commands you would like to allocate per SCSI |
---|
19 | 20 | device when Tagged Command Queueing (TCQ) is enabled on that device. |
---|
20 | 21 | |
---|
.. | .. |
---|
31 | 32 | on some devices. The upper bound is 253. 0 disables tagged queueing. |
---|
32 | 33 | |
---|
33 | 34 | 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. |
---|
35 | 36 | |
---|
36 | 37 | config AIC79XX_RESET_DELAY_MS |
---|
37 | 38 | int "Initial bus reset delay in milli-seconds" |
---|
38 | 39 | depends on SCSI_AIC79XX |
---|
39 | 40 | default "5000" |
---|
40 | | - ---help--- |
---|
| 41 | + help |
---|
41 | 42 | The number of milliseconds to delay after an initial bus reset. |
---|
42 | 43 | The bus settle delay following all error recovery actions is |
---|
43 | 44 | dictated by the SCSI layer and is not affected by this value. |
---|