New sentence, new line; drop superfluous Pp;

fix Dd argument; use \*[Lt]\*[Gt] instead of <> for HTML output.
This commit is contained in:
wiz 2004-03-18 20:44:25 +00:00
parent ba5400a136
commit 082d3dda1a
1 changed files with 27 additions and 23 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: dge.4,v 1.2 2004/03/18 20:40:59 wiz Exp $ .\" $NetBSD: dge.4,v 1.3 2004/03/18 20:44:25 wiz Exp $
.\" .\"
.\" Copyright (c) 2004, SUNET, Swedish University Computer Network. .\" Copyright (c) 2004, SUNET, Swedish University Computer Network.
.\" All rights reserved. .\" All rights reserved.
@ -32,7 +32,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE. .\" POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.Dd Mars 18, 2004 .Dd March 18, 2004
.Dt DGE 4 .Dt DGE 4
.Os .Os
.ds nummer "i82597EX .ds nummer "i82597EX
@ -54,8 +54,9 @@ which uses a single mode fiber (1310nm) interface.
The The
.nummer .nummer
supports IPv4/TCP/UDP checksumming in hardware, as well supports IPv4/TCP/UDP checksumming in hardware, as well
as TCP Segmentation Offloading (TSO). The driver does currently as TCP Segmentation Offloading (TSO).
only support the hardware checksumming features. The driver does currently only support the hardware checksumming
features.
See See
.Xr ifconfig 8 .Xr ifconfig 8
for information on how to enable the hardware checksum calculations. for information on how to enable the hardware checksum calculations.
@ -66,7 +67,8 @@ link flags
.Ar link0 .Ar link0
and and
.Ar link1 .Ar link1
to set the PCIX burst size. The burst size is set according to to set the PCIX burst size.
The burst size is set according to
this table: this table:
.Pp .Pp
.Bl -column "link0" "link1" "burst size" .Bl -column "link0" "link1" "burst size"
@ -84,33 +86,35 @@ the system.
.Bl -diag .Bl -diag
.It dge%d: Tx packet consumes too many DMA segments, dropping... .It dge%d: Tx packet consumes too many DMA segments, dropping...
The packet consisted of too many small mbufs and could therefore The packet consisted of too many small mbufs and could therefore
not be loaded into a DMA map. This is most unlikely, the driver not be loaded into a DMA map.
can currently handle up to 100 segments, but over 80 segments This is most unlikely, the driver can currently handle up to 100
has been seen using large (16k) jumbo frames. segments, but over 80 segments has been seen using large (16k)
jumbo frames.
.Pp .Pp
.It dge%s: device timeout (txfree %d txsfree %d txnext %d) .It dge%s: device timeout (txfree %d txsfree %d txnext %d)
The The
.nummer .nummer
had been given packets to send, but didn't interrupt had been given packets to send, but didn't interrupt within 5
within 5 seconds. This diagnostic is most likely the result of seconds.
a hardware failure, and the chip will be reset to resume normal This diagnostic is most likely the result of a hardware failure,
operation. and the chip will be reset to resume normal operation.
.Pp .Pp
.It dge%d: Receive overrun .It dge%d: Receive overrun
If the computer is is heavy loaded the software may not be able to If the computer is is heavy loaded the software may not be able to
keep up removing received datagrams from the receive queue, and keep up removing received datagrams from the receive queue, and
will therefore loose datagrams. To avoid this, check that the other will therefore loose datagrams.
end is using the XON/XOFF protocol, if possible, or increase the To avoid this, check that the other end is using the XON/XOFF
receive descriptor ring size in the driver. protocol, if possible, or increase the receive descriptor ring size
in the driver.
.Pp .Pp
.It dge%d: symbol error .It dge%d: symbol error
.It dge%d: parity error .It dge%d: parity error
An error in the XGMII communication was detected. This is a hardware An error in the XGMII communication was detected.
error in the MAC<->PHY communication bus. This is a hardware error in the MAC\*[Lt]-\*[Gt]PHY communication bus.
.Pp .Pp
.It dge%d: CRC error .It dge%d: CRC error
A CRC error in the received datagram was detected. The error is probably A CRC error in the received datagram was detected.
caused in the fiber communication. The error is probably caused in the fiber communication.
.Pp .Pp
.It dge%d: WARNING: reset failed to complete .It dge%d: WARNING: reset failed to complete
This is a fatal error and means that the hardware is broken and This is a fatal error and means that the hardware is broken and
@ -118,11 +122,11 @@ will most likely not function correctly.
.Pp .Pp
.It "dge%d: unable to allocate or map rx buffer %d error = %d .It "dge%d: unable to allocate or map rx buffer %d error = %d
The driver was not able to map a mbuf cluster page to a receive The driver was not able to map a mbuf cluster page to a receive
descriptor entry in the receive ring. Most likely the system has descriptor entry in the receive ring.
run out of mbuf clusters or have a too small cluster map. See Most likely the system has run out of mbuf clusters or have a too
the errno for more information. small cluster map.
See the errno for more information.
.El .El
.Pp
.Sh SEE ALSO .Sh SEE ALSO
.Xr arp 4 , .Xr arp 4 ,
.Xr ifmedia 4 , .Xr ifmedia 4 ,