]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - Documentation/scsi/scsi-parameters.txt
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
[mirror_ubuntu-bionic-kernel.git] / Documentation / scsi / scsi-parameters.txt
1 SCSI Kernel Parameters
2 ~~~~~~~~~~~~~~~~~~~~~~
3
4 See Documentation/kernel-parameters.txt for general information on
5 specifying module parameters.
6
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}".
13
14
15 advansys= [HW,SCSI]
16 See header of drivers/scsi/advansys.c.
17
18 aha152x= [HW,SCSI]
19 See Documentation/scsi/aha152x.txt.
20
21 aha1542= [HW,SCSI]
22 Format: <portbase>[,<buson>,<busoff>[,<dmaspeed>]]
23
24 aic7xxx= [HW,SCSI]
25 See Documentation/scsi/aic7xxx.txt.
26
27 aic79xx= [HW,SCSI]
28 See Documentation/scsi/aic79xx.txt.
29
30 atascsi= [HW,SCSI]
31 See drivers/scsi/atari_scsi.c.
32
33 BusLogic= [HW,SCSI]
34 See drivers/scsi/BusLogic.c, comment before function
35 BusLogic_ParseDriverOptions().
36
37 dtc3181e= [HW,SCSI]
38 See Documentation/scsi/g_NCR5380.txt.
39
40 eata= [HW,SCSI]
41
42 fdomain= [HW,SCSI]
43 See header of drivers/scsi/fdomain.c.
44
45 gdth= [HW,SCSI]
46 See header of drivers/scsi/gdth.c.
47
48 gvp11= [HW,SCSI]
49
50 in2000= [HW,SCSI]
51 See header of drivers/scsi/in2000.c.
52
53 ips= [HW,SCSI] Adaptec / IBM ServeRAID controller
54 See header of drivers/scsi/ips.c.
55
56 mac5380= [HW,SCSI]
57 See drivers/scsi/mac_scsi.c.
58
59 max_luns= [SCSI] Maximum number of LUNs to probe.
60 Should be between 1 and 2^32-1.
61
62 max_report_luns=
63 [SCSI] Maximum number of LUNs received.
64 Should be between 1 and 16384.
65
66 NCR_D700= [HW,SCSI]
67 See header of drivers/scsi/NCR_D700.c.
68
69 ncr5380= [HW,SCSI]
70 See Documentation/scsi/g_NCR5380.txt.
71
72 ncr53c400= [HW,SCSI]
73 See Documentation/scsi/g_NCR5380.txt.
74
75 ncr53c400a= [HW,SCSI]
76 See Documentation/scsi/g_NCR5380.txt.
77
78 ncr53c406a= [HW,SCSI]
79
80 ncr53c8xx= [HW,SCSI]
81
82 osst= [HW,SCSI] SCSI Tape Driver
83 Format: <buffer_size>,<write_threshold>
84 See also Documentation/scsi/st.txt.
85
86 pas16= [HW,SCSI]
87 See header of drivers/scsi/pas16.c.
88
89 scsi_debug_*= [SCSI]
90 See drivers/scsi/scsi_debug.c.
91
92 scsi_default_dev_flags=
93 [SCSI] SCSI default device flags
94 Format: <integer>
95
96 scsi_dev_flags= [SCSI] Black/white list entry for vendor and model
97 Format: <vendor>:<model>:<flags>
98 (flags are integer value)
99
100 scsi_logging_level= [SCSI] a bit mask of logging levels
101 See drivers/scsi/scsi_logging.h for bits. Also
102 settable via sysctl at dev.scsi.logging_level
103 (/proc/sys/dev/scsi/logging_level).
104 There is also a nice 'scsi_logging_level' script in the
105 S390-tools package, available for download at
106 http://www-128.ibm.com/developerworks/linux/linux390/s390-tools-1.5.4.html
107
108 scsi_mod.scan= [SCSI] sync (default) scans SCSI busses as they are
109 discovered. async scans them in kernel threads,
110 allowing boot to proceed. none ignores them, expecting
111 user space to do the scan.
112
113 sim710= [SCSI,HW]
114 See header of drivers/scsi/sim710.c.
115
116 st= [HW,SCSI] SCSI tape parameters (buffers, etc.)
117 See Documentation/scsi/st.txt.
118
119 sym53c416= [HW,SCSI]
120 See header of drivers/scsi/sym53c416.c.
121
122 t128= [HW,SCSI]
123 See header of drivers/scsi/t128.c.
124
125 tmscsim= [HW,SCSI]
126 See comment before function dc390_setup() in
127 drivers/scsi/tmscsim.c.
128
129 u14-34f= [HW,SCSI] UltraStor 14F/34F SCSI host adapter
130 See header of drivers/scsi/u14-34f.c.
131
132 wd33c93= [HW,SCSI]
133 See header of drivers/scsi/wd33c93.c.
134
135 wd7000= [HW,SCSI]
136 See header of drivers/scsi/wd7000.c.