scsi-parameters.txt 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. SCSI Kernel Parameters
  2. ~~~~~~~~~~~~~~~~~~~~~~
  3. See Documentation/admin-guide/kernel-parameters.rst 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]
  22. See drivers/scsi/atari_scsi.c.
  23. BusLogic= [HW,SCSI]
  24. See drivers/scsi/BusLogic.c, comment before function
  25. BusLogic_ParseDriverOptions().
  26. gdth= [HW,SCSI]
  27. See header of drivers/scsi/gdth.c.
  28. gvp11= [HW,SCSI]
  29. ips= [HW,SCSI] Adaptec / IBM ServeRAID controller
  30. See header of drivers/scsi/ips.c.
  31. mac5380= [HW,SCSI]
  32. See drivers/scsi/mac_scsi.c.
  33. scsi_mod.max_luns=
  34. [SCSI] Maximum number of LUNs to probe.
  35. Should be between 1 and 2^32-1.
  36. scsi_mod.max_report_luns=
  37. [SCSI] Maximum number of LUNs received.
  38. Should be between 1 and 16384.
  39. NCR_D700= [HW,SCSI]
  40. See header of drivers/scsi/NCR_D700.c.
  41. ncr5380= [HW,SCSI]
  42. See Documentation/scsi/g_NCR5380.txt.
  43. ncr53c400= [HW,SCSI]
  44. See Documentation/scsi/g_NCR5380.txt.
  45. ncr53c400a= [HW,SCSI]
  46. See Documentation/scsi/g_NCR5380.txt.
  47. ncr53c8xx= [HW,SCSI]
  48. osst= [HW,SCSI] SCSI Tape Driver
  49. Format: <buffer_size>,<write_threshold>
  50. See also Documentation/scsi/st.txt.
  51. scsi_debug_*= [SCSI]
  52. See drivers/scsi/scsi_debug.c.
  53. scsi_mod.default_dev_flags=
  54. [SCSI] SCSI default device flags
  55. Format: <integer>
  56. scsi_mod.dev_flags=
  57. [SCSI] Black/white list entry for vendor and model
  58. Format: <vendor>:<model>:<flags>
  59. (flags are integer value)
  60. scsi_mod.scsi_logging_level=
  61. [SCSI] a bit mask of logging levels
  62. See drivers/scsi/scsi_logging.h for bits. Also
  63. settable via sysctl at dev.scsi.logging_level
  64. (/proc/sys/dev/scsi/logging_level).
  65. There is also a nice 'scsi_logging_level' script in the
  66. S390-tools package, available for download at
  67. http://www-128.ibm.com/developerworks/linux/linux390/s390-tools-1.5.4.html
  68. scsi_mod.scan= [SCSI] sync (default) scans SCSI busses as they are
  69. discovered. async scans them in kernel threads,
  70. allowing boot to proceed. none ignores them, expecting
  71. user space to do the scan.
  72. scsi_mod.use_blk_mq=
  73. [SCSI] use blk-mq I/O path by default
  74. See SCSI_MQ_DEFAULT in drivers/scsi/Kconfig.
  75. Format: <y/n>
  76. sim710= [SCSI,HW]
  77. See header of drivers/scsi/sim710.c.
  78. st= [HW,SCSI] SCSI tape parameters (buffers, etc.)
  79. See Documentation/scsi/st.txt.
  80. wd33c93= [HW,SCSI]
  81. See header of drivers/scsi/wd33c93.c.