2004-05-12 02:42:47 +04:00
|
|
|
.\" $NetBSD: ast.4,v 1.12 2004/05/11 22:42:47 wiz Exp $
|
1994-03-31 06:30:30 +04:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
|
|
|
|
.\" All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" This code is derived from software contributed to Berkeley by
|
|
|
|
.\" the Systems Programming Group of the University of Utah Computer
|
|
|
|
.\" Science Department.
|
|
|
|
.\" 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.
|
2003-08-07 14:30:41 +04:00
|
|
|
.\" 3. Neither the name of the University nor the names of its contributors
|
1994-03-31 06:30:30 +04:00
|
|
|
.\" 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.
|
|
|
|
.\"
|
|
|
|
.\" from: @(#)dca.4 5.2 (Berkeley) 3/27/91
|
|
|
|
.\" from: Id: com.4,v 1.1 1993/08/06 11:19:07 cgd Exp
|
|
|
|
.\"
|
|
|
|
.Dd March 30, 1994
|
1997-02-24 01:20:20 +03:00
|
|
|
.Dt AST 4
|
1999-03-16 04:19:14 +03:00
|
|
|
.Os
|
1994-03-31 06:30:30 +04:00
|
|
|
.Sh NAME
|
|
|
|
.Nm ast
|
|
|
|
.Nd
|
|
|
|
multiplexing serial communications interface
|
|
|
|
.Sh SYNOPSIS
|
1994-12-19 06:01:59 +03:00
|
|
|
.Cd "ast0 at isa? port 0x1a0 irq 5"
|
1996-03-10 12:14:28 +03:00
|
|
|
.Cd "com2 at ast? slave ?"
|
|
|
|
.Cd "com3 at ast? slave ?"
|
|
|
|
.Cd "com4 at ast? slave ?"
|
|
|
|
.Cd "com5 at ast? slave ?"
|
1994-03-31 06:30:30 +04:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Nm ast
|
|
|
|
driver provides support for boards that multiplex together up to four
|
|
|
|
.Tn EIA
|
|
|
|
.Tn RS-232C
|
|
|
|
.Pf ( Tn CCITT
|
|
|
|
.Tn V.28 )
|
2004-05-12 02:42:47 +04:00
|
|
|
communications interfaces.
|
|
|
|
Apparently the original maker of hardware
|
1994-03-31 06:30:30 +04:00
|
|
|
using this multiplexing protocol was AST.
|
|
|
|
.Pp
|
|
|
|
Each
|
|
|
|
.Nm
|
2001-09-11 21:39:00 +04:00
|
|
|
device is the master device for up to four
|
1994-03-31 06:30:30 +04:00
|
|
|
.Nm com
|
2004-05-12 02:42:47 +04:00
|
|
|
devices.
|
|
|
|
The kernel configuration specifies these
|
1994-03-31 06:30:30 +04:00
|
|
|
.Nm com
|
|
|
|
devices as slave devices of the
|
|
|
|
.Nm
|
2004-05-12 02:42:47 +04:00
|
|
|
device, as shown in the synopsis.
|
|
|
|
The slave ID given for each
|
1994-03-31 06:30:30 +04:00
|
|
|
.Nm com
|
|
|
|
device determines which bit in the interrupt multiplexing register is
|
|
|
|
tested to find interrupts for that device.
|
1995-01-03 08:50:39 +03:00
|
|
|
The
|
1994-03-31 06:30:30 +04:00
|
|
|
.Tn port
|
|
|
|
specification for the
|
|
|
|
.Nm
|
1995-01-03 08:50:39 +03:00
|
|
|
device is used to compute the base addresses for the
|
1994-03-31 06:30:30 +04:00
|
|
|
.Nm com
|
1995-01-03 08:50:39 +03:00
|
|
|
subdevices and the port for the interrupt multiplexing register.
|
1994-03-31 06:30:30 +04:00
|
|
|
.Sh FILES
|
|
|
|
.Bl -tag -width Pa
|
|
|
|
.It Pa /dev/tty0?
|
|
|
|
.El
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr com 4
|
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
driver was written by Roland McGrath and placed into the public
|
1994-08-12 02:18:46 +04:00
|
|
|
domain.
|