4 See Documentation/kernel-parameters.txt 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.
30 atascsi= [HW,SCSI] Atari SCSI
33 See drivers/scsi/BusLogic.c, comment before function
34 BusLogic_ParseDriverOptions().
41 See header of drivers/scsi/fdomain.c.
44 See header of drivers/scsi/gdth.c.
49 See header of drivers/scsi/in2000.c.
51 ips= [HW,SCSI] Adaptec / IBM ServeRAID controller
52 See header of drivers/scsi/ips.c.
54 mac5380= [HW,SCSI] Format:
55 <can_queue>,<cmd_per_lun>,<sg_tablesize>,<hostid>,<use_tags>
57 max_luns= [SCSI] Maximum number of LUNs to probe.
58 Should be between 1 and 2^32-1.
61 [SCSI] Maximum number of LUNs received.
62 Should be between 1 and 16384.
65 See header of drivers/scsi/NCR_D700.c.
77 nodisconnect [HW,SCSI,M68K] Disables SCSI disconnects.
79 osst= [HW,SCSI] SCSI Tape Driver
80 Format: <buffer_size>,<write_threshold>
81 See also Documentation/scsi/st.txt.
84 See header of drivers/scsi/pas16.c.
87 See drivers/scsi/scsi_debug.c.
89 scsi_default_dev_flags=
90 [SCSI] SCSI default device flags
93 scsi_dev_flags= [SCSI] Black/white list entry for vendor and model
94 Format: <vendor>:<model>:<flags>
95 (flags are integer value)
97 scsi_logging_level= [SCSI] a bit mask of logging levels
98 See drivers/scsi/scsi_logging.h for bits. Also
99 settable via sysctl at dev.scsi.logging_level
100 (/proc/sys/dev/scsi/logging_level).
101 There is also a nice 'scsi_logging_level' script in the
102 S390-tools package, available for download at
103 http://www-128.ibm.com/developerworks/linux/linux390/s390-tools-1.5.4.html
105 scsi_mod.scan= [SCSI] sync (default) scans SCSI busses as they are
106 discovered. async scans them in kernel threads,
107 allowing boot to proceed. none ignores them, expecting
108 user space to do the scan.
111 See header of drivers/scsi/sim710.c.
113 st= [HW,SCSI] SCSI tape parameters (buffers, etc.)
114 See Documentation/scsi/st.txt.
117 See header of drivers/scsi/sym53c416.c.
120 See header of drivers/scsi/t128.c.
123 See comment before function dc390_setup() in
124 drivers/scsi/tmscsim.c.
126 u14-34f= [HW,SCSI] UltraStor 14F/34F SCSI host adapter
127 See header of drivers/scsi/u14-34f.c.
130 See header of drivers/scsi/wd33c93.c.
133 See header of drivers/scsi/wd7000.c.