azulscsi.ini 1.3 KB

1234567891011121314151617181920212223242526272829303132
  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. # Settings that can be specified either per-device or for all devices.
  15. #Vendor = "QUANTUM"
  16. #Product = "FIREBALL1"
  17. #Version = "1.0"
  18. #Serial = "0123456789ABCDEF"
  19. #Type = 0 # 0: Fixed, 1: Removable, 2: Optical, 3: Floppy, 4: Mag-optical, 5: Tape
  20. #TypeModifier = 0 # Affects only INQUIRY response
  21. #SectorsPerTrack = 63
  22. #HeadsPerCylinder = 255
  23. # Settings can be overriden for individual devices.
  24. [SCSI2]
  25. Product = "Disk with ID2"
  26. [SCSI5]
  27. Product = "CD-ROM Drive"
  28. Type = 2