BSD 4_2 development
[unix-history] / usr / doc / hints / 08.t
CommitLineData
0a99cd43
C
1.sh "TERMINAL INTERFACES"
2With a VAX you get 8 lines of DZ-11 that provide some modem control
3but are not DMA. We use the Able DH-11 emulator, the
4SuperMAX DH/DM,
5or one of the two Emulex DH-11 emulators\- the CS-11 or CS-21.
6We also have tried the Intersil DH-11 emulator and know it to
7function satisfactorily.
8All of these provide DMA on output and modem control.
9The CS-11 is unusual in that it provides expansion of up to four
1016 line DHs on a single UNIBUS hex module by placing the RS-232
11support and UARTS out on the distribution panels and bussing these
12panels to the UNIBUS module with one ribbon cable.
13The CS-11 is an attractive solution where a very large number of lines will
14be connected to one machine since it reduces the number of cables,
15and UNIBUS backplane space and power required.
16.LP
174BSD also provide support for the asynchronous serial portion of
18the the DEC DMF-32.
19This is the standard communications interface for the VAX 11/730 and
20has an additional feature of supporting both DMA and programmed
21interrupt operation for both input and output.
22The 4BSD driver currently does not use all this flexibility,
23treating it pretty much like a DH-11.
24The DMF-32 driver also works with the Able DMZ-11, a product which
25emulates the asynchronous serial portions of two DMF-32s.
26.LP
27In the area of non-DMA controllers from DEC,
28there are the DZ-11 and DZ-32 (a DZ-11 with full modem control).
29.LP
30Both the DZ's and the DH's have input silo's that UNIX can use
31to reduce interrupt load on input. The DMA output of the DH emulators
32is especially important for graphics applications where high-volume and
33continuous output occurs.