xref: /original-bsd/old/dlmpcc/mpcc.4 (revision fa921481)
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.

%sccs.include.redist.man%

@(#)mpcc.4 6.5 (Berkeley) 06/23/90

MPCC 4 ""
C 7
NAME
mpcc - Multi protocol communications controller
SYNOPSIS
device mp0 at vba? csr 0xffff5000 mpintr mpdlintr

thru

device mp15 at vba? csr 0xffff5f00 mpintr mpdlintr

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 tty (7) and may be set to run at any of 16 speeds; see tty (7) for the encoding.

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.

The MPCC controller requires a firmware download to be completed before it can function. See dlmpcc(8) and mpcctab(4) for specific information on how to configure and download the firmware into the MPCC controller.

A maximum of 16 MPCC communication controllers can be supported.

FILES
/dev/tty[A-P][0-f] for 16 port MPCC

/dev/tty[A-P][0-f,g-v] for 32 port MPCC

"SEE ALSO"
tty(7)
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.