README.ncr53c7xx
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. README for WarpEngine/A4000T/A4091 SCSI kernels.
  2. Use the following options to disable options in the SCSI driver.
  3. Using amiboot for example.....
  4. To disable Synchronous Negotiation....
  5. amiboot -k kernel 53c7xx=nosync:0
  6. To disable Disconnection....
  7. amiboot -k kernel 53c7xx=nodisconnect:0
  8. To disable certain SCSI devices...
  9. amiboot -k kernel 53c7xx=validids:0x3F
  10. this allows only device ID's 0,1,2,3,4 and 5 for linux to handle.
  11. (this is a bitmasked field - i.e. each bit represents a SCSI ID)
  12. These commands work on a per controller basis and use the option 'next' to
  13. move to the next controller in the system.
  14. e.g.
  15. amiboot -k kernel 53c7xx=nodisconnect:0,next,nosync:0
  16. this uses No Disconnection on the first controller and Asynchronous
  17. SCSI on the second controller.
  18. Known Issues:
  19. Two devices are known not to function with the default settings of using
  20. synchronous SCSI. These are the Archive Viper 150 Tape Drive and the 
  21. SyQuest SQ555 removeable hard drive. When using these devices on a controller
  22. use the 'nosync:0' option.
  23. Please try these options and post any problems/successes to me.
  24. Alan Hourihane <alanh@fairlite.demon.co.uk>