~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/scsi/scsi-parameters.rst

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/scsi/scsi-parameters.rst (Version linux-6.12-rc7) and /Documentation/scsi/scsi-parameters.rst (Version ccs-tools-1.8.12)


  1 .. SPDX-License-Identifier: GPL-2.0               
  2                                                   
  3 ======================                            
  4 SCSI Kernel Parameters                            
  5 ======================                            
  6                                                   
  7 See Documentation/admin-guide/kernel-parameter    
  8 specifying module parameters.                     
  9                                                   
 10 This document may not be entirely up to date a    
 11 ``modinfo -p ${modulename}`` shows a current l    
 12 module. Loadable modules, after being loaded i    
 13 reveal their parameters in /sys/module/${modul    
 14 parameters may be changed at runtime by the co    
 15 ``echo -n ${value} > /sys/module/${modulename}    
 16                                                   
 17 ::                                                
 18                                                   
 19         advansys=       [HW,SCSI]                 
 20                         See header of drivers/    
 21                                                   
 22         aha152x=        [HW,SCSI]                 
 23                         See Documentation/scsi    
 24                                                   
 25         aha1542=        [HW,SCSI]                 
 26                         Format: <portbase>[,<b    
 27                                                   
 28         aic7xxx=        [HW,SCSI]                 
 29                         See Documentation/scsi    
 30                                                   
 31         aic79xx=        [HW,SCSI]                 
 32                         See Documentation/scsi    
 33                                                   
 34         atascsi=        [HW,SCSI]                 
 35                         See drivers/scsi/atari    
 36                                                   
 37         BusLogic=       [HW,SCSI]                 
 38                         See drivers/scsi/BusLo    
 39                         BusLogic_ParseDriverOp    
 40                                                   
 41         gvp11=          [HW,SCSI]                 
 42                                                   
 43         ips=            [HW,SCSI] Adaptec / IB    
 44                         See header of drivers/    
 45                                                   
 46         mac5380=        [HW,SCSI]                 
 47                         See drivers/scsi/mac_s    
 48                                                   
 49         scsi_mod.max_luns=                        
 50                         [SCSI] Maximum number     
 51                         Should be between 1 an    
 52                                                   
 53         scsi_mod.max_report_luns=                 
 54                         [SCSI] Maximum number     
 55                         Should be between 1 an    
 56                                                   
 57         NCR_D700=       [HW,SCSI]                 
 58                         See header of drivers/    
 59                                                   
 60         ncr5380=        [HW,SCSI]                 
 61                         See Documentation/scsi    
 62                                                   
 63         ncr53c400=      [HW,SCSI]                 
 64                         See Documentation/scsi    
 65                                                   
 66         ncr53c400a=     [HW,SCSI]                 
 67                         See Documentation/scsi    
 68                                                   
 69         ncr53c8xx=      [HW,SCSI]                 
 70                                                   
 71         osst=           [HW,SCSI] SCSI Tape Dr    
 72                         Format: <buffer_size>,    
 73                         See also Documentation    
 74                                                   
 75         scsi_debug_*=   [SCSI]                    
 76                         See drivers/scsi/scsi_    
 77                                                   
 78         scsi_mod.default_dev_flags=               
 79                         [SCSI] SCSI default de    
 80                         Format: <integer>         
 81                                                   
 82         scsi_mod.dev_flags=                       
 83                         [SCSI] Black/white lis    
 84                         Format: <vendor>:<mode    
 85                         (flags are integer val    
 86                                                   
 87         scsi_mod.scsi_logging_level=              
 88                         [SCSI] a bit mask of l    
 89                         See drivers/scsi/scsi_    
 90                         settable via sysctl at    
 91                         (/proc/sys/dev/scsi/lo    
 92                         There is also a nice '    
 93                         S390-tools package, av    
 94                         https://github.com/ibm    
 95                                                   
 96         scsi_mod.scan=  [SCSI] sync (default)     
 97                         discovered.  async sca    
 98                         allowing boot to proce    
 99                         user space to do the s    
100                                                   
101         sim710=         [SCSI,HW]                 
102                         See header of drivers/    
103                                                   
104         st=             [HW,SCSI] SCSI tape pa    
105                         See Documentation/scsi    
106                                                   
107         wd33c93=        [HW,SCSI]                 
108                         See header of drivers/    
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php