4.3BSD/usr/man/man4/dmz.4

Compare this file to the similar file:
Show the results in this format:

.\" Copyright (c) 1983 Regents of the University of California.
.\" All rights reserved.  The Berkeley software License Agreement
.\" specifies the terms and conditions for redistribution.
.\"
.\"	@(#)dmz.4	6.3 (Berkeley) 5/16/86
.\"
.TH DMZ 4 "April 7, 1986"
.UC 5
.SH NAME
dmz \- DMZ-32 terminal multiplexor
.SH SYNOPSIS
.B "device dmz0 at uba? csr 0160540"
.br
.ti +0.5i
.B "vector dmzrinta dmzxinta dmzrintb dmzxintb dmzrintc dmzxintc"
.SH DESCRIPTION
The 
.I dmz
device provides 24 lines of asynchronous serial line support.
Modem control on all ports is available
as an option for the H3014 distribution panel.
.PP
Each line attached to a DMZ-32 serial line port behaves as described
in
.IR tty (4).
Input and output for each line may independently be set to run at any
of 16 speeds; see
.IR tty (4)
for the encoding.
.PP
Bit
.I i
of flags may be specified for a
.I dmz
to to say that a line is not properly connected, and that the
line should be treated as hard-wired with carrier always present.
Thus specifying ``flags 0x000004'' in the specification of 
.IR dmz 0
would cause line
.I ttya2
to be treated in this way.
.PP
The
.I dmz
driver normally enables the input silos with a short timeout
(30 milliseconds); this allows multiple characters to be received
per interrupt during periods of high-speed input.
.SH FILES
/dev/tty[abcefg][0-9a-n]
.SH SEE ALSO
tty(4)
.SH DIAGNOSTICS
.BR "dmz%d: NXM line %d" .
No response from the UNIBUS on a DMA transfer
within a timeout period.  This is often followed by a UNIBUS adapter
error.  This occurs most frequently when the UNIBUS is heavily loaded
and when devices which hog the bus (such as RK07s) are present.
It is not serious.
.PP
.BR "dmz%d: silo overflow" .
The character input silo overflowed
before it could be serviced.  This can happen if a hard error occurs
when the CPU is running with elevated priority, as the system will
then print a message on the console with interrupts disabled.
It is not serious.
.SH BUGS
It should be possible to set the silo timeout with a configuration file option,
as the value is a trade-off between efficiency and response time for flow
control and character echo.