(11-25-2018, 11:33 AM)jan-jaap Wrote: (11-24-2018, 11:41 PM)mosiniak Wrote: After reading some technical information and analyzing system logs I figured out several things. Can anyone confirm that:
1) connection between IO4 and graphics subsystem is in fact a FCI connection routed on the backplane along the VME bus,
2) graphics subsystem does not use VME bus at all,
3) VCAM acts as a "bridge" between PowerPath II<->VME and as a "bridge" between PowerPath II<->graphics subsystem using FCI as an interface?
IIRC, FCI is only used in tall rack Onyxes, to hook up additional graphics pipes.
It works roughly like this:
Code:
IO4 -> 'F'-mezz card -> FCI interconnect -> remote VCAM -> extra RE2 pipe
The remote VCAM and the extra RE2 pipe are in a different card cage than the IO4 and the rest of the system.
It is very well possible that the the RE2 doesn't use the VME64 protocol, VME makes it possible to bridge (part of) the connector between a couple of slots and do user defined things, it's quite likely they do that. But you cannot have graphics without a VCAM and the VCAM is what bridges VME to the system bus.
Please look at hinv -b -v from prom:
Slot 3: IO4 I/O peripheral controller board (Enabled)
Adapter 1: EPC Peripheral controller (Enabled)
Adapter 2: FCI Graphics adapter (Enabled)
Adapter 3: VME adapter (Enabled)
Adapter 4: S1 SCSI controller (Enabled)
Adapter 5: SCIP SCSI controller (Enabled)
Adapter 6: HIPPI adapter (Enabled)
After I removed the HIPPI interface (connected VIA FCI) and graphics boards I got:
Checking hardware inventory...
*** IOA 2 on the IO4 in slot 3 has changed
*** IOA used to be Flat cable interconnect and now is Empty
*** IOA 6 on the IO4 in slot 3 has changed
*** IOA used to be Flat cable interconnect and now is Empty
and
Slot 3: IO4 I/O peripheral controller board (Enabled)
Adapter 1: EPC Peripheral controller (Enabled)
Adapter 3: VME adapter (Enabled)
Adapter 4: S1 SCSI controller (Enabled)
Adapter 5: SCIP SCSI controller (Enabled)
From this and from Challenge/Onyx Diagnostics Roadmap I figured out that graphics is connected via FCI.