scsi-parameters.txt 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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]
  22. See drivers/scsi/atari_scsi.c.
  23. BusLogic= [HW,SCSI]
  24. See drivers/scsi/BusLogic.c, comment before function
  25. BusLogic_ParseDriverOptions().
  26. eata= [HW,SCSI]
  27. fdomain= [HW,SCSI]
  28. See header of drivers/scsi/fdomain.c.
  29. gdth= [HW,SCSI]
  30. See header of drivers/scsi/gdth.c.
  31. gvp11= [HW,SCSI]
  32. ips= [HW,SCSI] Adaptec / IBM ServeRAID controller
  33. See header of drivers/scsi/ips.c.
  34. mac5380= [HW,SCSI]
  35. See drivers/scsi/mac_scsi.c.
  36. max_luns= [SCSI] Maximum number of LUNs to probe.
  37. Should be between 1 and 2^32-1.
  38. max_report_luns=
  39. [SCSI] Maximum number of LUNs received.
  40. Should be between 1 and 16384.
  41. NCR_D700= [HW,SCSI]
  42. See header of drivers/scsi/NCR_D700.c.
  43. ncr5380= [HW,SCSI]
  44. See Documentation/scsi/g_NCR5380.txt.
  45. ncr53c400= [HW,SCSI]
  46. See Documentation/scsi/g_NCR5380.txt.
  47. ncr53c400a= [HW,SCSI]
  48. See Documentation/scsi/g_NCR5380.txt.
  49. ncr53c406a= [HW,SCSI]
  50. ncr53c8xx= [HW,SCSI]
  51. osst= [HW,SCSI] SCSI Tape Driver
  52. Format: <buffer_size>,<write_threshold>
  53. See also Documentation/scsi/st.txt.
  54. scsi_debug_*= [SCSI]
  55. See drivers/scsi/scsi_debug.c.
  56. scsi_default_dev_flags=
  57. [SCSI] SCSI default device flags
  58. Format: <integer>
  59. scsi_dev_flags= [SCSI] Black/white list entry for vendor and model
  60. Format: <vendor>:<model>:<flags>
  61. (flags are integer value)
  62. scsi_logging_level= [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. http://www-128.ibm.com/developerworks/linux/linux390/s390-tools-1.5.4.html
  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.txt.
  77. sym53c416= [HW,SCSI]
  78. See header of drivers/scsi/sym53c416.c.
  79. tmscsim= [HW,SCSI]
  80. See comment before function dc390_setup() in
  81. drivers/scsi/tmscsim.c.
  82. wd33c93= [HW,SCSI]
  83. See header of drivers/scsi/wd33c93.c.