home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / info / otronic.rea < prev    next >
Encoding:
Text File  |  1992-11-11  |  1.0 KB  |  20 lines

  1. This is a minor update to the prior release of otronic.lzh for
  2. OSSI-OTRONIC-SCSI-controllers for A-500/1000.
  3. Now the driver tests every SCSI-device before sending commands.
  4. A typical situation is: Parall POWER-ON of a hard drive
  5. and rebooting the AMIGA. Now the driver sends a START UNIT command
  6. if the drive needs it for starting spinning up and then the
  7. driver waits until the drive is ready to accept further commands.
  8. If the drive's self test during spinning up fails the device driver checks
  9. this condition correctly and releases the faulty devices. The driver
  10. performs these steps for every SCSI id except 7. (The controller id)
  11.  
  12. Correct Supporting of Changeable Media like SyQuest drives 
  13. still is a problem because this Low Cost Controller doesn't generate
  14. interrupts during the command phases (The INT-lines aren't connected to the
  15. ZORRO-bus), therefore it isn't possible to support RESELECT without 
  16. CPU-intensive polling of the AM5380PC's control 
  17. register for a RESELECT condition.
  18. The RESELECT feature makes it possible that the controller becomes
  19. a target.
  20.