⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dmf.4

📁 早期freebsd实现
💻 4
字号:
.\" Copyright (c) 1983, 1991, 1993.\"	The Regents of the University of California.  All rights reserved..\".\" Redistribution and use in source and binary forms, with or without.\" modification, are permitted provided that the following conditions.\" are met:.\" 1. Redistributions of source code must retain the above copyright.\"    notice, this list of conditions and the following disclaimer..\" 2. Redistributions in binary form must reproduce the above copyright.\"    notice, this list of conditions and the following disclaimer in the.\"    documentation and/or other materials provided with the distribution..\" 3. All advertising materials mentioning features or use of this software.\"    must display the following acknowledgement:.\"	This product includes software developed by the University of.\"	California, Berkeley and its contributors..\" 4. Neither the name of the University nor the names of its contributors.\"    may be used to endorse or promote products derived from this software.\"    without specific prior written permission..\".\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION).\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF.\" SUCH DAMAGE..\".\"     @(#)dmf.4	8.1 (Berkeley) 6/5/93.\".Dd June 5, 1993.Dt DMF 4 vax.Os BSD 4.2.Sh NAME.Nm dmf.Nd.Tn DMF-32terminal multiplexor.Sh SYNOPSIS.Cd "device dmf0 at uba? csr 0160340 vector dmfsrint dmfsxint dmfdaint dmfdbint dmfrint dmfxint dmflint".Sh DESCRIPTIONThe.Nm dmfdevice provides 8 lines of asynchronous serial line support.The first two of these have full modem control.The device also provides a line printer portsimilar to the.Tn LP-11 .Other features of the.Tn DMF-32are not supported.During autoconfiguration, the driver examines the configuration of each.Tn DMF-32and adjusts the interrupt vectors so that fewer vector locations are usedif possible..PpAn optional argument.Ar flagsmay be supplied with the device specificationin the config file indicatingthat the line corresponding tobit number.Ar iis not properlyconnected, and should be treated as hard-wired with carrieralways present.  Thus specifying.Ql flags 0x04for.Li dmf0would cause line.Pa ttyA2to be treated in this way.Flags should be set for all lines without hardware support for modem control..PpNormal.Tn I/Ocontrol parameters for individual lines are managed by.Xr ioctl 2calls.Line speeds may be initiated via.Xr getty 8and.Xr stty 1or may be communicated by other programs whichutilize.Xr ioctlsuch as.Xr ifcongif 8 ,see.Xr tty 4  ..PpThe serial line part of the.Nm dmfdriver normally enables the input silos with a short timeout(30 milliseconds); this allows multiple characters to be receivedper interrupt during periods of high-speed input..PpA line printer port on a.Nm dmfis designated bya minor device number of the form.Pf 128+ Ns Ar n .See.Xr MAKEDEV 8 .Column and lines per page may be changed from the default132 columns and 66 lines by encoding the number of columnsin bits 8-15 of flags and the number of lines in bits 16-23.This device does not provide the fancy output canonicalizationfeatures of the.Xr lp 4driver..Sh FILES.Bl -tag -width "/dev/tty[A-CE-I][0-7]" -compact.It Pa /dev/tty[A-CE-I][0-7].It Pa /dev/ttyd[0-7].It Pa /dev/lp.El.Sh DIAGNOSTICS.Bl -diag.It dmf%d: NXM line %d.No response from.Tn UNIBUSon a DMA transferwithin a timeout period.  This is often followed by a.Tn UNIBUSadaptererror.  This occurs most frequently when the.Tn UNIBUSis heavily loadedand when devices which hog the bus (such as.Tn RK07 Ns s )are present.It is not serious..Pp.It dmf%d: silo overflow.The character input silo overflowedbefore it could be serviced.  This can happen if a hard error occurswhen the.Tn CPUis running with elevated priority, as the system willthen print a message on the console with interrupts disabled.It is not serious..Pp.It dmfsrint, dmfsxint, dmfdaint, dmfdbint.One of the unsupported parts of the dmf interrupted; somethingis amiss, check your interrupt vectors for a conflict with anotherdevice..El.Sh SEE ALSO.Xr tty 4.Sh HISTORYThe.Nmdriver appeared in.Bx 4.2 ..Sh BUGSIt 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 flowcontrol and character echo.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -