First stage of the de-confuscation...
I spent a full ice age trying to figure out what the DM1/DM2/DM3 ICs were doing since I first got the board. I could follow them to the VME P2 connector at multiple points but some could also be followed back to *some* of the link-in pins on *some* of the TRAM slots. But the mapping seemed patchy.
My initial searching didn't produce any datasheets and a few produced datasheets which were linked from a description that were not the part in the datasheet :)
One of the possibles I ran across was a multiplexer - which would make sense if some of the links were backplane-configurable by control signals. i.e. the routing is on the board but switchable by the backplane. However there are enough pins on the backplane to just do that on the backplane so it seemed like overcomplicating things. Also my DMM probing results did not match a multiplexer.
The next near-match was a tristate buffer which is where I started to get into the weeds because it actually matched pretty well.
The middle pins 5/6 were tied to GND/VCC and the rest looked like in-out pairs, which would suggest a quad buffer. The in-out pairing was also suggested by both odd and even pins going to the connector while only odd pins go to the TRAMs. Still strange though.
I tried some tests to drive them as buffers from the connector with a pullup resistor but the 'output' did not change, tested in either direction. Probing the pins just yielded weird results (0.16v in both directions on most pins).
At some point I gave up and took one off the board and tested it directly. With this and a bit more searching I got an answer.
These are a variation on a 74S1056 bus-terminating schottky diode array, They have a different internal configuration though which explains why the middle pins were GND/5V and sent me in the wrong direction.
SN74S1057SC.png
I added diodes to a pinout for the '1056 showing the internal layout of the '1057.
Since these are for protection on the VME they don't matter for 99% of what I'm doing and can ignore them for the topology. Which is nice.