adb had code for handling floating reserved operands at the command level
[unix-history] / usr / src / old / dlmpcc / mpcc.4
CommitLineData
f7f632da
KM
1.\" Copyright (c) 1987 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
66b23049 5.\" @(#)mpcc.4 6.2 (Berkeley) %G%
f7f632da
KM
6.\"
7.TH MPCC 4 ""
8.UC 7
9.SH NAME
10mpcc \- Multi protocol communications controller
11.SH SYNOPSIS
66b23049 12device mp0 at vba? csr 0xffff5000 mpintr mpdlintr
f7f632da
KM
13.br
14thru
15.br
66b23049 16device mp15 at vba? csr 0xffff5f00 mpintr mpdlintr
f7f632da
KM
17.SH DESCRIPTION
18The MPCC has two different connecter panel styles.
19The 16 port MPCC will support any combination of SYNC or ASYNC ports.
20The 32 port MPCC will only support ASYNC ports.
21Each async line attached to the MPCC communications controller
22behaves as described in
23.IR tty (7)
24and may be set to run at any of 16 speeds; see
25.IR tty (7)
26for the encoding.
27.PP
66b23049
KB
28Each MPCC controller uses 2 consecutive entries in the SCB for
29download/handshake, and command/response interrupts. These entries
30start at 0xa0 for the 1st controllers download/handshake interrupts
31and 0xa1 for the 1st controllers command/response.
32.PP
33The MPCC controller requires a firmware download to be completed
34before it can function. See \fIdlmpcc\fP(8) and \fImpcctab\fP(4)
35for specific information on how to configure and download the
36firmware into the MPCC controller.
37.PP
38A maximum of 16 MPCC communication controllers can be supported.
f7f632da 39.SH FILES
66b23049 40/dev/tty[A-P][0-f] for 16 port MPCC
f7f632da 41.br
66b23049 42/dev/tty[A-P][0-f,g-v] for 32 port MPCC
f7f632da
KM
43.SH "SEE ALSO"
44tty(7)