1998-09-15 08:23:17 +00:00
|
|
|
.\"
|
|
|
|
.\" ===================================
|
|
|
|
.\" HARP | Host ATM Research Platform
|
|
|
|
.\" ===================================
|
|
|
|
.\"
|
|
|
|
.\"
|
|
|
|
.\" This Host ATM Research Platform ("HARP") file (the "Software") is
|
|
|
|
.\" made available by Network Computing Services, Inc. ("NetworkCS")
|
|
|
|
.\" "AS IS". NetworkCS does not provide maintenance, improvements or
|
|
|
|
.\" support of any kind.
|
|
|
|
.\"
|
|
|
|
.\" NETWORKCS MAKES NO WARRANTIES OR REPRESENTATIONS, EXPRESS OR IMPLIED,
|
|
|
|
.\" INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
|
|
.\" AND FITNESS FOR A PARTICULAR PURPOSE, AS TO ANY ELEMENT OF THE
|
|
|
|
.\" SOFTWARE OR ANY SUPPORT PROVIDED IN CONNECTION WITH THIS SOFTWARE.
|
|
|
|
.\" In no event shall NetworkCS be responsible for any damages, including
|
|
|
|
.\" but not limited to consequential damages, arising from or relating to
|
|
|
|
.\" any use of the Software or related support.
|
|
|
|
.\"
|
|
|
|
.\" Copyright 1994-1998 Network Computing Services, Inc.
|
|
|
|
.\"
|
|
|
|
.\" Copies of this Software may be made, however, the above copyright
|
|
|
|
.\" notice must be reproduced on all copies.
|
|
|
|
.\"
|
1999-08-28 00:22:10 +00:00
|
|
|
.\" @(#) $FreeBSD$
|
1998-09-15 08:23:17 +00:00
|
|
|
.\"
|
|
|
|
.\"
|
2001-01-22 17:44:36 +00:00
|
|
|
.Dd December 3, 1996
|
|
|
|
.Dt FORE_DNLD 8
|
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm fore_dnld
|
|
|
|
.Nd "download FORE Systems' microcode into host ATM adapter"
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
|
|
|
.Op Fl Ar intf
|
|
|
|
.Op Fl d Ar path
|
|
|
|
.Op Fl f Ar objfile
|
|
|
|
.Sh DESCRIPTION
|
2002-07-06 19:34:18 +00:00
|
|
|
The
|
2001-01-22 17:44:36 +00:00
|
|
|
.Nm
|
2002-07-06 19:34:18 +00:00
|
|
|
utility downloads FORE Systems' microcode into the host ATM adapter(s).
|
2001-01-22 17:44:36 +00:00
|
|
|
.Sh OPTIONS
|
|
|
|
.Bl -tag -width indent
|
|
|
|
.It Fl i Ar intf
|
1998-09-15 08:23:17 +00:00
|
|
|
Specify which ATM interface to download microcode to.
|
|
|
|
Default is to load microcode into all FORE Systems host adapters.
|
2001-01-22 17:44:36 +00:00
|
|
|
.It Fl d Ar path
|
|
|
|
Specify the path to prepend to the
|
|
|
|
.Ar objfile
|
|
|
|
name.
|
1998-09-15 08:23:17 +00:00
|
|
|
Default is to use current directory.
|
2001-01-22 17:44:36 +00:00
|
|
|
.It Fl f Ar objfile
|
2000-03-01 11:27:47 +00:00
|
|
|
Specify the microcode binary file.
|
|
|
|
Defaults are:
|
2001-01-22 17:44:36 +00:00
|
|
|
.Pa sba200.obj
|
|
|
|
for SBA-200 adapters,
|
|
|
|
.Pa sba200e.obj
|
|
|
|
for SBA-200E adapters, and
|
|
|
|
.Pa pca200e.bin
|
|
|
|
for PCA-200E adapters.
|
|
|
|
.El
|
|
|
|
.Sh NOTES
|
2000-02-15 13:20:58 +00:00
|
|
|
For the PCA200E adapter, if no file is specified on the command
|
|
|
|
line a built-in copy of version 3.0.1 microcode is used.
|
2001-01-22 17:44:36 +00:00
|
|
|
.Pp
|
1998-09-15 08:23:17 +00:00
|
|
|
Microcode as distributed by FORE Systems is not ready for downloading
|
2000-03-01 11:27:47 +00:00
|
|
|
directly into SBA host ATM adapters.
|
|
|
|
Instead, the supplied microcode needs
|
2001-01-22 17:44:36 +00:00
|
|
|
to be processed with the
|
|
|
|
.Xr objcopy 1
|
|
|
|
command to create an image suitable
|
2000-03-01 11:27:47 +00:00
|
|
|
for downloading.
|
2001-01-22 17:44:36 +00:00
|
|
|
Arguments to
|
|
|
|
.Xr objcopy 1
|
|
|
|
are
|
|
|
|
.Dq Li "-S -l -Fcoff" .
|
|
|
|
.Pp
|
2000-02-15 13:20:58 +00:00
|
|
|
Microcode as
|
2001-01-22 17:44:36 +00:00
|
|
|
distributed by FORE Systems for the PCA host ATM adapter does not need
|
1998-09-15 08:23:17 +00:00
|
|
|
to be processed.
|
2001-01-22 17:44:36 +00:00
|
|
|
.Sh FILES
|
|
|
|
.Bl -tag -width indent
|
|
|
|
.It Pa ~fore/etc/objcopy
|
|
|
|
command to process FORE Systems supplied microcode.
|
|
|
|
.It Pa ~fore/etc/sba200*.ucode*
|
|
|
|
microcode as supplied by FORE Systems for SBA
|
1998-09-15 08:23:17 +00:00
|
|
|
adapters.
|
2001-01-22 17:44:36 +00:00
|
|
|
.It Pa ~fore/i386/pca200e.bin
|
|
|
|
microcode as supplied by FORE Systems for PCA
|
1998-09-15 08:23:17 +00:00
|
|
|
adapters.
|
2001-01-22 17:44:36 +00:00
|
|
|
.It Pa ~harp/doc/Install
|
|
|
|
HARP installation instructions.
|
|
|
|
.El
|
|
|
|
.Sh BUGS
|
1998-09-15 08:23:17 +00:00
|
|
|
None known.
|
2001-01-22 17:44:36 +00:00
|
|
|
.Sh COPYRIGHT
|
1998-09-15 08:23:17 +00:00
|
|
|
Copyright (c) 1994-1998, Network Computing Services, Inc.
|
2001-01-22 17:44:36 +00:00
|
|
|
.Sh AUTHORS
|
|
|
|
.An John Cavanaugh ,
|
|
|
|
Minnesota Supercomputer Center, Inc.
|
|
|
|
.An Mike Spengler ,
|
|
|
|
Minnesota Supercomputer Center, Inc.
|
|
|
|
.An Joe Thomas ,
|
|
|
|
Minnesota Supercomputer Center, Inc.
|
|
|
|
.Sh ACKNOWLEDGMENTS
|
1998-09-15 08:23:17 +00:00
|
|
|
This software was developed under the sponsorship of the
|
|
|
|
Defense Advanced Research Projects Agency (DARPA) under
|
|
|
|
contract numbers F19628-92-C-0072 and F19628-95-C-0215.
|