4.3BSD-Reno/src/usr.sbin/dlmpcc/mpcc.4

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

.\" Copyright (c) 1987 The Regents of the University of California.
.\" All rights reserved.
.\"
.\" This code is derived from software contributed to Berkeley by
.\" Computer Consoles Inc.
.\"
.\" Redistribution and use in source and binary forms are permitted provided
.\" that: (1) source distributions retain this entire copyright notice and
.\" comment, and (2) distributions including binaries display the following
.\" acknowledgement:  ``This product includes software developed by the
.\" University of California, Berkeley and its contributors'' in the
.\" documentation or other materials provided with the distribution and in
.\" all advertising materials mentioning features or use of this software.
.\" 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 ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
.\"
.\"	@(#)mpcc.4	6.5 (Berkeley) 6/23/90
.\"
.TH MPCC 4 "June 23, 1990"
.UC 7
.SH NAME
mpcc \- Multi protocol communications controller
.SH SYNOPSIS
device mp0 at vba? csr 0xffff5000 mpintr mpdlintr
.br
thru
.br
device mp15 at vba? csr 0xffff5f00 mpintr mpdlintr
.SH DESCRIPTION
The MPCC has two different connecter panel styles.
The 16 port MPCC will support any combination of SYNC or ASYNC ports.
The 32 port MPCC will only support ASYNC ports.
Each async line attached to the MPCC communications controller
behaves as described in
.IR tty (7)
and may be set to run at any of 16 speeds; see
.IR tty (7)
for the encoding.
.PP
Each MPCC controller uses 2 consecutive entries in the SCB for
download/handshake, and command/response interrupts.  These entries
start at 0xa0 for the 1st controllers download/handshake interrupts
and 0xa1 for the 1st controllers command/response.
.PP
The MPCC controller requires a firmware download to be completed
before it can function.  See \fIdlmpcc\fP(8) and \fImpcctab\fP(4)
for specific information on how to configure and download the
firmware into the MPCC controller.
.PP
A maximum of 16 MPCC communication controllers can be supported.
.SH FILES
/dev/tty[A-P][0-f] for 16 port MPCC
.br
/dev/tty[A-P][0-f,g-v] for 32 port MPCC
.SH "SEE ALSO"
tty(7)
.SH BUGS
As of the 4.3BSD-tahoe release, only 16 port mpcc's work, and then
only in async mode.  Attempting to reload firmware on an mpcc with
active ports may crash the system.  This should be fixed within
a short period of time; contact the CSRG at University of California,
Berkeley, for upgrade information.