- Document the -i flag (PR/26684)

- Add arguments to the relevant flags.
This commit is contained in:
peter 2005-06-17 17:49:07 +00:00
parent ad7b01f7d0
commit 97c5e2ee72
1 changed files with 12 additions and 9 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: eshconfig.8,v 1.5 2002/01/19 03:12:18 wiz Exp $
.\" $NetBSD: eshconfig.8,v 1.6 2005/06/17 17:49:07 peter Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -35,7 +35,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd February 3, 1998
.Dd June 17, 2005
.Dt ESHCONFIG 8
.Os
.Sh NAME
@ -47,6 +47,7 @@
.Op Fl c Ar bytes
.Op Fl d Ar filename
.Op Fl e
.Op Fl i Ar usecs
.Op Fl m Ar bytes
.Op Fl r Ar bytes
.Op Fl s
@ -68,11 +69,11 @@ a reasonably easy way to update that firmware.
Available operands for
.Nm eshconfig :
.Bl -tag -width Ds
.It Fl b
.It Fl b Ar bytes
Adjust the burst size for read (by NIC of host memory) DMA.
.It Fl c
.It Fl c Ar bytes
Adjust the burst size for write (by NIC of host memory) DMA.
.It Fl d
.It Fl d Ar filename
Filename for file to download into NIC firmware.
This must be a file in the standard Essential format, with :04 preceding
every line, and a tag line at the end indicating the characteristics
@ -83,12 +84,14 @@ Normally, setting tuning parameters will only persist until the
system is rebooted.
Setting this parameter ensures that the changes will be written to
EEPROM.
.It Fl m
.It Fl i Ar usecs
Interrupt delay in microseconds.
.It Fl m Ar bytes
Minimum number of bytes to DMA in one direction (read or write)
before allowing a DMA in the other direction. Tuning this prevents
one direction from dominating the flow of bytes, and artificially
throttling the NIC.
.It Fl r
.It Fl r Ar bytes
Bytes before DMA starts for read (from host to NIC).
This controls how soon the DMA is triggered; until this many bytes
are requested, the DMA will not begin.
@ -97,10 +100,10 @@ Show statistics for the HIPPI NIC.
Repeat the option to suppress non-zero statistics.
.It Fl t
Show current tuning parameters on the host.
.It Fl u
.It Fl u Ar filename
Name of file to which the NIC firmware should be uploaded.
Not currently supported.
.It Fl w
.It Fl w Ar bytes
Number of bytes required before write (from NIC to host) DMA
is started.
Until this many bytes are ready to be written, the DMA will not start.