[ ... ] [ ... ]
[ ... ] [ ... ]
And this is FC-AL. It accepts the SCSI commands (so does IDE, for the most part), but the hardware part of the interface is quite different.
It has only two wires of input, and two of output, both differential. It looks for its address on the data flowing through, and if it is not for it, it lets it flow through to the next drive, for up to 126 drives total in the chain. And it is faster than the fastest SCSI.
Original SCSI was a 50-pin connector, with an 8-bit wide bidirectional data path, and a few handshaking signals, plus a matching ground for each data wire.
Wide SCSI is a 68-pin connector, and 16 data bits, but otherwise pretty much the same. Except that it may also be HVD (High Voltge Differential) or LVD (Low Voltage Differential). The latter can have the plain (single-ended) drives connected and it will work, but it slows down a bit. :-)
Then there is the SCA (Single Connector Access) which has an
80-pin wide connector, which gets the wide SCSI data though some of those pins, the +5V and +12V power, and four wires to specify which SCSI ID the drive will answer to. (It is determined by which socket it is plugged into when there are multiple drives in a housing.) It is a hot-swappable interface, unlike the others. The power pins make last or break first when plugging in or unplugging.The FC-AL is like the SCA, except that it is only a 40-pin connector, and has seven wires to specify the SCSI address. Also hot-swappable.
O.K. I actually have a Windows 2000 system, and the install media for it. All I need is the right card to allow it to talk to the drives. :-) It's not like I'm using that system for anything else. :-)
Hmm ... At work, I was part of the SysAdmin team, and at home I own all the Sun machines (purchased at hamfest and eBay prices -- certainly not new. :-)
I had already been playing with Sun workstations and servers at home when they started that SysAdmin team. I'm retired now, so it is all my machines (well ... except for the one which my wife uses. :-)
Thanks, DoN.