4 See Documentation/admin-guide/kernel-parameters.rst for general information on
5 specifying module parameters.
7 This document may not be entirely up to date and comprehensive. The command
8 "modinfo -p ${modulename}" shows a current list of all parameters of a loadable
9 module. Loadable modules, after being loaded into the running kernel, also
10 reveal their parameters in /sys/module/${modulename}/parameters/. Some of these
11 parameters may be changed at runtime by the command
12 "echo -n ${value} > /sys/module/${modulename}/parameters/${parm}".
16 See header of drivers/scsi/advansys.c.
19 See Documentation/scsi/aha152x.txt.
22 Format: <portbase>[,<buson>,<busoff>[,<dmaspeed>]]
25 See Documentation/scsi/aic7xxx.txt.
28 See Documentation/scsi/aic79xx.txt.
31 See drivers/scsi/atari_scsi.c.
34 See drivers/scsi/BusLogic.c, comment before function
35 BusLogic_ParseDriverOptions().
38 See header of drivers/scsi/gdth.c.
42 ips= [HW,SCSI] Adaptec / IBM ServeRAID controller
43 See header of drivers/scsi/ips.c.
46 See drivers/scsi/mac_scsi.c.
49 [SCSI] Maximum number of LUNs to probe.
50 Should be between 1 and 2^32-1.
52 scsi_mod.max_report_luns=
53 [SCSI] Maximum number of LUNs received.
54 Should be between 1 and 16384.
57 See header of drivers/scsi/NCR_D700.c.
60 See Documentation/scsi/g_NCR5380.txt.
63 See Documentation/scsi/g_NCR5380.txt.
66 See Documentation/scsi/g_NCR5380.txt.
70 osst= [HW,SCSI] SCSI Tape Driver
71 Format: <buffer_size>,<write_threshold>
72 See also Documentation/scsi/st.txt.
75 See drivers/scsi/scsi_debug.c.
77 scsi_mod.default_dev_flags=
78 [SCSI] SCSI default device flags
82 [SCSI] Black/white list entry for vendor and model
83 Format: <vendor>:<model>:<flags>
84 (flags are integer value)
86 scsi_mod.scsi_logging_level=
87 [SCSI] a bit mask of logging levels
88 See drivers/scsi/scsi_logging.h for bits. Also
89 settable via sysctl at dev.scsi.logging_level
90 (/proc/sys/dev/scsi/logging_level).
91 There is also a nice 'scsi_logging_level' script in the
92 S390-tools package, available for download at
93 http://www-128.ibm.com/developerworks/linux/linux390/s390-tools-1.5.4.html
95 scsi_mod.scan= [SCSI] sync (default) scans SCSI busses as they are
96 discovered. async scans them in kernel threads,
97 allowing boot to proceed. none ignores them, expecting
98 user space to do the scan.
101 [SCSI] use blk-mq I/O path by default
102 See SCSI_MQ_DEFAULT in drivers/scsi/Kconfig.
106 See header of drivers/scsi/sim710.c.
108 st= [HW,SCSI] SCSI tape parameters (buffers, etc.)
109 See Documentation/scsi/st.txt.
112 See header of drivers/scsi/wd33c93.c.