zuluscsi.ini 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. # Settings that can be specified either per-device or for all devices.
  16. #Vendor = "QUANTUM"
  17. #Product = "FIREBALL1"
  18. #Version = "1.0"
  19. #Serial = "0123456789ABCDEF"
  20. #Type = 0 # 0: Fixed, 1: Removable, 2: Optical, 3: Floppy, 4: Mag-optical, 5: Tape
  21. #TypeModifier = 0 # Affects only INQUIRY response
  22. #SectorsPerTrack = 63
  23. #HeadsPerCylinder = 255
  24. #RightAlignStrings = 0 # Right-align SCSI vendor / product strings, defaults on if Quirks = 1
  25. #PrefetchBytes = 8192 # Maximum number of bytes to prefetch after a read request, 0 to disable
  26. # Settings can be overridden for individual devices.
  27. [SCSI2]
  28. Product = "Disk with ID2"
  29. [SCSI5]
  30. Product = "CD-ROM Drive"
  31. Type = 2
  32. # If IMG0..IMG9 are specified, they are cycled after each CD eject command.
  33. #IMG0 = FirstCD.iso
  34. #IMG1 = SecondCD.iso
  35. # Raw sector range from SD card can be passed through
  36. # Format is RAW:first_sector:last_sector where sector numbers can be decimal or hex.
  37. # If end sector is beyond end of SD card, it will be adjusted automatically.
  38. # [SCSI4]
  39. # IMG0 = RAW:0x00000000:0xFFFFFFFF # Whole SD card