Date : Fri, 18 Nov 1988 20:09:41 GMT
From : caesar.usc.edu!mlinar@oberon.usc.edu (Mitch Mlinar)
Subject: MEX Overlays and SCSI Implementations
In article <3193@mipos3.intel.com> dbraun@cadavr.UUCP (Doug Braun ~) writes:
>
>I did just this for my one-of-a-kind CPM system, and it has worked out
>very well. The SCSI Host Adapter is indeed a glorified parallel port,
>and I built one from 6 or so TTL chips. If you used one of those SCSI
>controller chips, the design wuld probably be even simpler.
>
I did the same thing using my Xerox 820-II parallel port to talk to
a SCSI board (Shugart SA1610). This one did not require any chips, just
cabling. Unfortunately, the cabling is point-to-point to transform Xerox
parallel ports into SCSI; also, you can only operate one SCSI card. However,
that is enough to run two hard drives.
It was a bear to get the timing right. The -I was too slow for writing, but
fine for reading which screwed me up for awhile. I also tried an Omti card
with the same results. -II, or -I with speedup, is fast enough to keep up
on these two cards at least.
-Mitch