Loading Documentation/scsi/index.rst +1 −0 Original line number Diff line number Diff line Loading @@ -36,5 +36,6 @@ Linux SCSI Subsystem scsi_fc_transport scsi-generic scsi_mid_low_api scsi-parameters scsi_transport_srp/figures Documentation/scsi/scsi-parameters.txt→Documentation/scsi/scsi-parameters.rst +8 −4 Original line number Diff line number Diff line .. SPDX-License-Identifier: GPL-2.0 ====================== SCSI Kernel Parameters ~~~~~~~~~~~~~~~~~~~~~~ ====================== See Documentation/admin-guide/kernel-parameters.rst for general information on specifying module parameters. This document may not be entirely up to date and comprehensive. The command "modinfo -p ${modulename}" shows a current list of all parameters of a loadable ``modinfo -p ${modulename}`` shows a current list of all parameters of a loadable module. Loadable modules, after being loaded into the running kernel, also reveal their parameters in /sys/module/${modulename}/parameters/. Some of these parameters may be changed at runtime by the command "echo -n ${value} > /sys/module/${modulename}/parameters/${parm}". ``echo -n ${value} > /sys/module/${modulename}/parameters/${parm}``. :: advansys= [HW,SCSI] See header of drivers/scsi/advansys.c. Loading Loading
Documentation/scsi/index.rst +1 −0 Original line number Diff line number Diff line Loading @@ -36,5 +36,6 @@ Linux SCSI Subsystem scsi_fc_transport scsi-generic scsi_mid_low_api scsi-parameters scsi_transport_srp/figures
Documentation/scsi/scsi-parameters.txt→Documentation/scsi/scsi-parameters.rst +8 −4 Original line number Diff line number Diff line .. SPDX-License-Identifier: GPL-2.0 ====================== SCSI Kernel Parameters ~~~~~~~~~~~~~~~~~~~~~~ ====================== See Documentation/admin-guide/kernel-parameters.rst for general information on specifying module parameters. This document may not be entirely up to date and comprehensive. The command "modinfo -p ${modulename}" shows a current list of all parameters of a loadable ``modinfo -p ${modulename}`` shows a current list of all parameters of a loadable module. Loadable modules, after being loaded into the running kernel, also reveal their parameters in /sys/module/${modulename}/parameters/. Some of these parameters may be changed at runtime by the command "echo -n ${value} > /sys/module/${modulename}/parameters/${parm}". ``echo -n ${value} > /sys/module/${modulename}/parameters/${parm}``. :: advansys= [HW,SCSI] See header of drivers/scsi/advansys.c. Loading