scsi-parameters.txt 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. SCSI Kernel Parameters
  2. ~~~~~~~~~~~~~~~~~~~~~~
  3. See Documentation/kernel-parameters.txt for general information on
  4. specifying module parameters.
  5. This document may not be entirely up to date and comprehensive. The command
  6. "modinfo -p ${modulename}" shows a current list of all parameters of a loadable
  7. module. Loadable modules, after being loaded into the running kernel, also
  8. reveal their parameters in /sys/module/${modulename}/parameters/. Some of these
  9. parameters may be changed at runtime by the command
  10. "echo -n ${value} > /sys/module/${modulename}/parameters/${parm}".
  11. advansys= [HW,SCSI]
  12. See header of drivers/scsi/advansys.c.
  13. aha152x= [HW,SCSI]
  14. See Documentation/scsi/aha152x.txt.
  15. aha1542= [HW,SCSI]
  16. Format: <portbase>[,<buson>,<busoff>[,<dmaspeed>]]
  17. aic7xxx= [HW,SCSI]
  18. See Documentation/scsi/aic7xxx.txt.
  19. aic79xx= [HW,SCSI]
  20. See Documentation/scsi/aic79xx.txt.
  21. atascsi= [HW,SCSI] Atari SCSI
  22. BusLogic= [HW,SCSI]
  23. See drivers/scsi/BusLogic.c, comment before function
  24. BusLogic_ParseDriverOptions().
  25. dtc3181e= [HW,SCSI]
  26. eata= [HW,SCSI]
  27. fd_mcs= [HW,SCSI]
  28. See header of drivers/scsi/fd_mcs.c.
  29. fdomain= [HW,SCSI]
  30. See header of drivers/scsi/fdomain.c.
  31. gdth= [HW,SCSI]
  32. See header of drivers/scsi/gdth.c.
  33. gvp11= [HW,SCSI]
  34. ibmmcascsi= [HW,MCA,SCSI] IBM MicroChannel SCSI adapter
  35. See Documentation/mca.txt.
  36. in2000= [HW,SCSI]
  37. See header of drivers/scsi/in2000.c.
  38. ips= [HW,SCSI] Adaptec / IBM ServeRAID controller
  39. See header of drivers/scsi/ips.c.
  40. mac5380= [HW,SCSI] Format:
  41. <can_queue>,<cmd_per_lun>,<sg_tablesize>,<hostid>,<use_tags>
  42. max_luns= [SCSI] Maximum number of LUNs to probe.
  43. Should be between 1 and 2^32-1.
  44. max_report_luns=
  45. [SCSI] Maximum number of LUNs received.
  46. Should be between 1 and 16384.
  47. NCR_D700= [HW,SCSI]
  48. See header of drivers/scsi/NCR_D700.c.
  49. ncr5380= [HW,SCSI]
  50. ncr53c400= [HW,SCSI]
  51. ncr53c400a= [HW,SCSI]
  52. ncr53c406a= [HW,SCSI]
  53. ncr53c8xx= [HW,SCSI]
  54. nodisconnect [HW,SCSI,M68K] Disables SCSI disconnects.
  55. osst= [HW,SCSI] SCSI Tape Driver
  56. Format: <buffer_size>,<write_threshold>
  57. See also Documentation/scsi/st.txt.
  58. pas16= [HW,SCSI]
  59. See header of drivers/scsi/pas16.c.
  60. scsi_debug_*= [SCSI]
  61. See drivers/scsi/scsi_debug.c.
  62. scsi_default_dev_flags=
  63. [SCSI] SCSI default device flags
  64. Format: <integer>
  65. scsi_dev_flags= [SCSI] Black/white list entry for vendor and model
  66. Format: <vendor>:<model>:<flags>
  67. (flags are integer value)
  68. scsi_logging_level= [SCSI] a bit mask of logging levels
  69. See drivers/scsi/scsi_logging.h for bits. Also
  70. settable via sysctl at dev.scsi.logging_level
  71. (/proc/sys/dev/scsi/logging_level).
  72. There is also a nice 'scsi_logging_level' script in the
  73. S390-tools package, available for download at
  74. http://www-128.ibm.com/developerworks/linux/linux390/s390-tools-1.5.4.html
  75. scsi_mod.scan= [SCSI] sync (default) scans SCSI busses as they are
  76. discovered. async scans them in kernel threads,
  77. allowing boot to proceed. none ignores them, expecting
  78. user space to do the scan.
  79. sim710= [SCSI,HW]
  80. See header of drivers/scsi/sim710.c.
  81. st= [HW,SCSI] SCSI tape parameters (buffers, etc.)
  82. See Documentation/scsi/st.txt.
  83. sym53c416= [HW,SCSI]
  84. See header of drivers/scsi/sym53c416.c.
  85. t128= [HW,SCSI]
  86. See header of drivers/scsi/t128.c.
  87. tmscsim= [HW,SCSI]
  88. See comment before function dc390_setup() in
  89. drivers/scsi/tmscsim.c.
  90. u14-34f= [HW,SCSI] UltraStor 14F/34F SCSI host adapter
  91. See header of drivers/scsi/u14-34f.c.
  92. wd33c93= [HW,SCSI]
  93. See header of drivers/scsi/wd33c93.c.
  94. wd7000= [HW,SCSI]
  95. See header of drivers/scsi/wd7000.c.