Difference between revisions of "Alto-1822 Interface"

From Computer History Wiki
Jump to: navigation, search
m (More NCP fixups)
m (External links: img pg)
 
Line 22: Line 22:
 
*** [https://xeroxalto.computerhistory.org/Indigo/Alto-1822/ImpFrontEnd.dm!1_/.PupAlImp.bcpl.html Alto Imp driver] August 22, 1983
 
*** [https://xeroxalto.computerhistory.org/Indigo/Alto-1822/ImpFrontEnd.dm!1_/.PupAlImp.bcpl.html Alto Imp driver] August 22, 1983
 
* [http://www.bitsavers.org/pdf/xerox/alto/schematics/1822_Interface.pdf 1822 Interface] -  schematics
 
* [http://www.bitsavers.org/pdf/xerox/alto/schematics/1822_Interface.pdf 1822 Interface] -  schematics
* John Shoch and Larry Stewart, [https://www.rfc-editor.org/ien/scanned/ien78.pdf Internetwork experiments with the Bay Area Packet Radio Network], IEN 78, January 1979 - has an image of the Alto-1822 Interface
+
* John Shoch and Larry Stewart, [https://www.rfc-editor.org/ien/scanned/ien78.pdf Internetwork experiments with the Bay Area Packet Radio Network], IEN 78, January 1979 - has an image of the Alto-1822 Interface (pg. 31)
  
 
[[Category: 1822 Interfaces]]
 
[[Category: 1822 Interfaces]]
 
[[Category: Xerox]]
 
[[Category: Xerox]]

Latest revision as of 14:59, 21 May 2023

The Alto-1822 Interface was an 1822 interface for the Xerox Alto. In common with almost all high data rate Alto devices, it was connected to the Alto CPU bus, and used custom microcode to move data to and from main memory. It was full-duplex, but included no buffering other than input and output shift registers. It could operate in both models of the Alto (Alto I and II).

Physically, it was a single PCB (initial prototypes were wire-wrapped) which plugged into the main backplane. The 1822 interface was run through a flat cable from a row of contacts on the back edge of the PCB to a connector on the Alto's back panel, and thence via a cable to the entity to be connected. Both LH and DH 1822 interface variants were supported.

It was used on the Maxc2 front end to connect to the ARPANET for NCP, on PUP gateways to talk to PRUs, and apparently eventually on the Alto ARPANET IP gateway.

A great deal of information about it has survived in the Alto archive (see below): informal documentation; hardware engineering details; microcode; higher-level software which used it.

External links