1540 and sync. SCSI drives

A. Lester Buck buck at siswat.UUCP
Wed Oct 4 12:22:35 AEST 1989


In article <307 at dksoft.incom.de>, dirk at dksoft.incom.de (Dirk Koeppen) writes:
> Does it work to connect a synchronous (4 MB/sec) disk drive and
> an asynchronous (1.5 MB/sec) streamer onto the same SCSI bus on
> the 386/ix Adaptec 1540 controller ? Does the driver switch the
> disk drive into sync. mode or does it use both devices at async
> mode ?
> 
> 
> thanx,
> dirk at incom.de

Sure, SCSI is downwardly compatible.  Everything on the SCSI bus is
asynchronous until the (negotiated) data phase, then a synchronous
transfer can occur.  SCSI-2's wide-SCSI and fast-SCSI are just
variations on this theme.  The negotiation occurs completely transparently
to the driver by an exchange of messages between the device (target)
and the host adapter (initiator).  You can mix and match asynch and
synch devices at will.  The one trick is that fast-SCSI is very touchy
and all your devices must be rated fast, so you won't be able to
mix and match in that case.


-- 
A. Lester Buck		...!texbell!moray!siswat!buck



More information about the Comp.unix.i386 mailing list