adb had code for handling floating reserved operands at the command level
[unix-history] / usr / src / old / dlmpcc / dlmpcc.8
CommitLineData
99e61bfa
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.\" @(#)dlmpcc.8 6.2 (Berkeley) %G%
99e61bfa
KM
6.\"
7.TH DLMPCC 8 ""
8.UC 7
9.SH NAME
10dlmpcc \- download MPCC
11.SH SYNOPSIS
12\fBdlmpcc\fR [ n ]
13.SH DESCRIPTION
14\fIDlmpcc\fR downloads CCI's Multi-Protocol
15Communication Controller (MPCC).
16The controller provides high-speed
17synchronous communications for the \s-1POWER 5\s+1 and \s-1POWER 6\s+1 families of computers.
18This utility allows you to
19download any or all of the MPCC boards.
20The configuration file \fBmpcctab\fR determines
21the protocol attributes for each MPCC board. See
22\fImpcctab\fR(4) for details.
23.LP
24If you specify the command with no argument, then \fIdlmpcc\fR
25scans the configuration file and downloads all configured boards
26with corresponding protocol software. The
27option \fIn\fR allows you to specify one or
28more MPCC boards for downloading. The valid values range from
29\fB0-15\fR. For example, the following command line orders \fIdlmpcc\fR
30to download only the protocol software identified with board 2:
31.nf
32
33 dlmpcc 2
34
35.fi
36The next command line orders the download
37of the protocols identified with
38boards 0 and 3:
39.nf
40
41 dlmpcc 0 3
42.fi
66b23049
KB
43.LP
44Typically, this download function is performed at boot time from the
45/etc/rc.local file with an entry similar to:
46.nf
47 /etc/dlmpcc > /dev/console 2>&1
48.fi
99e61bfa
KM
49.SH SEE ALSO
50mpcctab(4)