scsi-parameters.txt 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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. 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. in2000= [HW,SCSI]
  33. See header of drivers/scsi/in2000.c.
  34. ips= [HW,SCSI] Adaptec / IBM ServeRAID controller
  35. See header of drivers/scsi/ips.c.
  36. mac5380= [HW,SCSI] Format:
  37. <can_queue>,<cmd_per_lun>,<sg_tablesize>,<hostid>,<use_tags>
  38. max_luns= [SCSI] Maximum number of LUNs to probe.
  39. Should be between 1 and 2^32-1.
  40. max_report_luns=
  41. [SCSI] Maximum number of LUNs received.
  42. Should be between 1 and 16384.
  43. NCR_D700= [HW,SCSI]
  44. See header of drivers/scsi/NCR_D700.c.
  45. ncr5380= [HW,SCSI]
  46. ncr53c400= [HW,SCSI]
  47. ncr53c400a= [HW,SCSI]
  48. ncr53c406a= [HW,SCSI]
  49. ncr53c8xx= [HW,SCSI]
  50. nodisconnect [HW,SCSI,M68K] Disables SCSI disconnects.
  51. osst= [HW,SCSI] SCSI Tape Driver
  52. Format: <buffer_size>,<write_threshold>
  53. See also Documentation/scsi/st.txt.
  54. pas16= [HW,SCSI]
  55. See header of drivers/scsi/pas16.c.
  56. scsi_debug_*= [SCSI]
  57. See drivers/scsi/scsi_debug.c.
  58. scsi_default_dev_flags=
  59. [SCSI] SCSI default device flags
  60. Format: <integer>
  61. scsi_dev_flags= [SCSI] Black/white list entry for vendor and model
  62. Format: <vendor>:<model>:<flags>
  63. (flags are integer value)
  64. scsi_logging_level= [SCSI] a bit mask of logging levels
  65. See drivers/scsi/scsi_logging.h for bits. Also
  66. settable via sysctl at dev.scsi.logging_level
  67. (/proc/sys/dev/scsi/logging_level).
  68. There is also a nice 'scsi_logging_level' script in the
  69. S390-tools package, available for download at
  70. http://www-128.ibm.com/developerworks/linux/linux390/s390-tools-1.5.4.html
  71. scsi_mod.scan= [SCSI] sync (default) scans SCSI busses as they are
  72. discovered. async scans them in kernel threads,
  73. allowing boot to proceed. none ignores them, expecting
  74. user space to do the scan.
  75. sim710= [SCSI,HW]
  76. See header of drivers/scsi/sim710.c.
  77. st= [HW,SCSI] SCSI tape parameters (buffers, etc.)
  78. See Documentation/scsi/st.txt.
  79. sym53c416= [HW,SCSI]
  80. See header of drivers/scsi/sym53c416.c.
  81. t128= [HW,SCSI]
  82. See header of drivers/scsi/t128.c.
  83. tmscsim= [HW,SCSI]
  84. See comment before function dc390_setup() in
  85. drivers/scsi/tmscsim.c.
  86. u14-34f= [HW,SCSI] UltraStor 14F/34F SCSI host adapter
  87. See header of drivers/scsi/u14-34f.c.
  88. wd33c93= [HW,SCSI]
  89. See header of drivers/scsi/wd33c93.c.
  90. wd7000= [HW,SCSI]
  91. See header of drivers/scsi/wd7000.c.