scsi-parameters.rst 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. .. SPDX-License-Identifier: GPL-2.0
  2. ======================
  3. SCSI Kernel Parameters
  4. ======================
  5. See Documentation/admin-guide/kernel-parameters.rst for general information on
  6. 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}``.
  13. ::
  14. advansys= [HW,SCSI]
  15. See header of drivers/scsi/advansys.c.
  16. aha152x= [HW,SCSI]
  17. See Documentation/scsi/aha152x.rst.
  18. aha1542= [HW,SCSI]
  19. Format: <portbase>[,<buson>,<busoff>[,<dmaspeed>]]
  20. aic7xxx= [HW,SCSI]
  21. See Documentation/scsi/aic7xxx.rst.
  22. aic79xx= [HW,SCSI]
  23. See Documentation/scsi/aic79xx.rst.
  24. atascsi= [HW,SCSI]
  25. See drivers/scsi/atari_scsi.c.
  26. BusLogic= [HW,SCSI]
  27. See drivers/scsi/BusLogic.c, comment before function
  28. BusLogic_ParseDriverOptions().
  29. gvp11= [HW,SCSI]
  30. ips= [HW,SCSI] Adaptec / IBM ServeRAID controller
  31. See header of drivers/scsi/ips.c.
  32. mac5380= [HW,SCSI]
  33. See drivers/scsi/mac_scsi.c.
  34. scsi_mod.max_luns=
  35. [SCSI] Maximum number of LUNs to probe.
  36. Should be between 1 and 2^32-1.
  37. scsi_mod.max_report_luns=
  38. [SCSI] Maximum number of LUNs received.
  39. Should be between 1 and 16384.
  40. NCR_D700= [HW,SCSI]
  41. See header of drivers/scsi/NCR_D700.c.
  42. ncr5380= [HW,SCSI]
  43. See Documentation/scsi/g_NCR5380.rst.
  44. ncr53c400= [HW,SCSI]
  45. See Documentation/scsi/g_NCR5380.rst.
  46. ncr53c400a= [HW,SCSI]
  47. See Documentation/scsi/g_NCR5380.rst.
  48. ncr53c8xx= [HW,SCSI]
  49. osst= [HW,SCSI] SCSI Tape Driver
  50. Format: <buffer_size>,<write_threshold>
  51. See also Documentation/scsi/st.rst.
  52. scsi_debug_*= [SCSI]
  53. See drivers/scsi/scsi_debug.c.
  54. scsi_mod.default_dev_flags=
  55. [SCSI] SCSI default device flags
  56. Format: <integer>
  57. scsi_mod.dev_flags=
  58. [SCSI] Black/white list entry for vendor and model
  59. Format: <vendor>:<model>:<flags>
  60. (flags are integer value)
  61. scsi_mod.scsi_logging_level=
  62. [SCSI] a bit mask of logging levels
  63. See drivers/scsi/scsi_logging.h for bits. Also
  64. settable via sysctl at dev.scsi.logging_level
  65. (/proc/sys/dev/scsi/logging_level).
  66. There is also a nice 'scsi_logging_level' script in the
  67. S390-tools package, available for download at
  68. https://github.com/ibm-s390-linux/s390-tools/blob/master/scripts/scsi_logging_level
  69. scsi_mod.scan= [SCSI] sync (default) scans SCSI busses as they are
  70. discovered. async scans them in kernel threads,
  71. allowing boot to proceed. none ignores them, expecting
  72. user space to do the scan.
  73. sim710= [SCSI,HW]
  74. See header of drivers/scsi/sim710.c.
  75. st= [HW,SCSI] SCSI tape parameters (buffers, etc.)
  76. See Documentation/scsi/st.rst.
  77. wd33c93= [HW,SCSI]
  78. See header of drivers/scsi/wd33c93.c.