BSD 4_4 development
[unix-history] / usr / share / man / cat4 / vax / dmf.0
DMF(4) BSD Programmer's Manual (VAX Architecture) DMF(4)
N\bNA\bAM\bME\bE
d\bdm\bmf\bf - DMF-32 terminal multiplexor
S\bSY\bYN\bNO\bOP\bPS\bSI\bIS\bS
d\bde\bev\bvi\bic\bce\be d\bdm\bmf\bf0\b0 a\bat\bt u\bub\bba\ba?\b? c\bcs\bsr\br 0\b01\b16\b60\b03\b34\b40\b0 v\bve\bec\bct\bto\bor\br d\bdm\bmf\bfs\bsr\bri\bin\bnt\bt d\bdm\bmf\bfs\bsx\bxi\bin\bnt\bt d\bdm\bmf\bfd\bda\bai\bin\bnt\bt
d\bdm\bmf\bfd\bdb\bbi\bin\bnt\bt d\bdm\bmf\bfr\bri\bin\bnt\bt d\bdm\bmf\bfx\bxi\bin\bnt\bt d\bdm\bmf\bfl\bli\bin\bnt\bt
D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
The d\bdm\bmf\bf device provides 8 lines of asynchronous serial line support. The
first two of these have full modem control. The device also provides a
line printer port similar to the LP-11. Other features of the DMF-32 are
not supported. During autoconfiguration, the driver examines the config-
uration of each DMF-32 and adjusts the interrupt vectors so that fewer
vector locations are used if possible.
An optional argument _\bf_\bl_\ba_\bg_\bs may be supplied with the device specification
in the config file indicating that the line corresponding to bit number _\bi
is not properly connected, and should be treated as hard-wired with car-
rier always present. Thus specifying `flags 0x04' for dmf0 would cause
line _\bt_\bt_\by_\bA_\b2 to be treated in this way. Flags should be set for all lines
without hardware support for modem control.
Normal I/O control parameters for individual lines are managed by
ioctl(2) calls. Line speeds may be initiated via getty(8) and stty(1) or
may be communicated by other programs which utilize ioctl such as
ifcongif(8), see tty(4).
The serial line part of the d\bdm\bmf\bf 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.
A line printer port on a d\bdm\bmf\bf is designated by a minor device number of
the form 128+_\bn. See MAKEDEV(8). Column and lines per page may be changed
from the default 132 columns and 66 lines by encoding the number of
columns in bits 8-15 of flags and the number of lines in bits 16-23.
This device does not provide the fancy output canonicalization features
of the lp(4) driver.
F\bFI\bIL\bLE\bES\bS
/dev/tty[A-CE-I][0-7]
/dev/ttyd[0-7]
/dev/lp
D\bDI\bIA\bAG\bGN\bNO\bOS\bST\bTI\bIC\bCS\bS
d\bdm\bmf\bf%\b%d\bd:\b: N\bNX\bXM\bM l\bli\bin\bne\be %\b%d\bd.\b. No response from 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.
d\bdm\bmf\bf%\b%d\bd:\b: s\bsi\bil\blo\bo o\bov\bve\ber\brf\bfl\blo\bow\bw.\b. 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 mes-
sage on the console with interrupts disabled. It is not serious.
d\bdm\bmf\bfs\bsr\bri\bin\bnt\bt,\b, d\bdm\bmf\bfs\bsx\bxi\bin\bnt\bt,\b, d\bdm\bmf\bfd\bda\bai\bin\bnt\bt,\b, d\bdm\bmf\bfd\bdb\bbi\bin\bnt\bt.\b. One of the unsupported parts of
the dmf interrupted; something is amiss, check your interrupt vectors for
a conflict with another device.
S\bSE\bEE\bE A\bAL\bLS\bSO\bO
tty(4)
H\bHI\bIS\bST\bTO\bOR\bRY\bY
The d\bdm\bmf\bf driver appeared in 4.2BSD.
B\bBU\bUG\bGS\bS
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.
4.2 Berkeley Distribution June 5, 1993 2