zuluscsi.ini 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. [SCSI]
  2. # Settings that apply to all devices
  3. Debug = 0 # Same effect as DIPSW2, enables verbose log messages
  4. SelectionDelay = 255 # Millisecond delay after selection, 255 = automatic, 0 = no delay
  5. PhyMode = 0 # 0: Best available 1: PIO 2: DMA_TIMER 3: GREENPAK_PIO 4: GREENPAK_DMA
  6. #Dir = "/" # Optionally look for image files in subdirectory
  7. #Dir2 = "/images" # Multiple directories can be specified Dir1...Dir9
  8. # Settings that can be needed for compatibility with some hosts
  9. Quirks = 0 # 0: Standard, 1: Apple, 2: OMTI, 4: Xebec, 8: VMS
  10. EnableUnitAttention = 0 # Post UNIT_ATTENTION status on power-on or SD card hotplug
  11. EnableSCSI2 = 1 # Enable faster speeds of SCSI2
  12. EnableSelLatch = 0 # For Philips P2000C and other devices that release SEL signal before BSY
  13. MapLunsToIDs = 0 # For Philips P2000C simulate multiple LUNs
  14. MaxSyncSpeed = 10 # Set to 5 or 10 to enable synchronous SCSI mode, 0 to disable
  15. # ROM settings
  16. #DisableROMDrive = 1 # Disable the ROM drive if it has been loaded to flash
  17. #ROMDriveSCSIID = 7 # Override ROM drive's SCSI ID
  18. # Settings that can be specified either per-device or for all devices.
  19. #Vendor = "QUANTUM"
  20. #Product = "FIREBALL1"
  21. #Version = "1.0"
  22. #Serial = "0123456789ABCDEF"
  23. #Type = 0 # 0: Fixed, 1: Removable, 2: Optical, 3: Floppy, 4: Mag-optical, 5: Tape
  24. #TypeModifier = 0 # Affects only INQUIRY response
  25. #SectorsPerTrack = 63
  26. #HeadsPerCylinder = 255
  27. #RightAlignStrings = 0 # Right-align SCSI vendor / product strings, defaults on if Quirks = 1
  28. #PrefetchBytes = 8192 # Maximum number of bytes to prefetch after a read request, 0 to disable
  29. # Settings can be overridden for individual devices.
  30. [SCSI2]
  31. Product = "Disk with ID2"
  32. [SCSI5]
  33. Product = "CD-ROM Drive"
  34. Type = 2
  35. # If IMG0..IMG9 are specified, they are cycled after each CD eject command.
  36. #IMG0 = FirstCD.iso
  37. #IMG1 = SecondCD.iso
  38. # Raw sector range from SD card can be passed through
  39. # Format is RAW:first_sector:last_sector where sector numbers can be decimal or hex.
  40. # If end sector is beyond end of SD card, it will be adjusted automatically.
  41. # [SCSI4]
  42. # IMG0 = RAW:0x00000000:0xFFFFFFFF # Whole SD card