summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2004-07-28 18:13:28 +0000
committertrhodes <trhodes@FreeBSD.org>2004-07-28 18:13:28 +0000
commitb80c9f2f4b1631d5595ca5d05b1616e215fd907b (patch)
treeacb71f99ee0c0124e074461274a12f9e5103de1a /share
parent7e404c358e93a0c8f85f4b8ed1c50133c9884fb1 (diff)
downloadFreeBSD-src-b80c9f2f4b1631d5595ca5d05b1616e215fd907b.zip
FreeBSD-src-b80c9f2f4b1631d5595ca5d05b1616e215fd907b.tar.gz
Remove the ERRORS section in favor of a DIAGNOSTICS section.
Requested by: ru
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/cm.418
-rw-r--r--share/man/man4/esp.438
2 files changed, 27 insertions, 29 deletions
diff --git a/share/man/man4/cm.4 b/share/man/man4/cm.4
index be0ac8f..d4d04ad 100644
--- a/share/man/man4/cm.4
+++ b/share/man/man4/cm.4
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 21, 2004
+.Dd July 28, 2004
.Dt CM 4
.Os
.Sh NAME
@@ -110,18 +110,14 @@ When switching between the two modes, use
.Dl ifconfig interfacename down up
to switch the
.Tn MTU .
-.Sh ERRORS
+.Sh DIAGNOSTICS
The following driver specific error messages
may be reported:
-.Bl -tag -width Er
-.It Bq Er ENOENT
-May be returned if the device cannot allocate a port,
-memory resource, or IRQ with the given resource ID.
-.It Bq Er EINVAL
-May be returned if the device is marked as down and is
-still running.
-This error may also be returned if the device is marked as up
-but is not running.
+.Bl -diag
+.It "reset: card reset, link addr = 0x%02x (cm%d)"
+The card is being reset and a new link address assigned.
+.It "srint: restarted rx on buf cm%d"
+The rx buffer has been emptied and will be reset.
.El
.Sh SEE ALSO
.Xr netintro 4 ,
diff --git a/share/man/man4/esp.4 b/share/man/man4/esp.4
index d034673..0b7d1f8 100644
--- a/share/man/man4/esp.4
+++ b/share/man/man4/esp.4
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 21, 2004
+.Dd July 28, 2004
.Dt ESP 4
.Os
.Sh NAME
@@ -101,26 +101,28 @@ and certain types of parallel port hardware.
As such this driver may eventually replace the
.Xr amd 4
driver for network hardware.
-.Sh ERRORS
+.Sh DIAGNOSTICS
The following driver specific error messages
may be reported:
-.Bl -tag -width Er
-.It Bq Er EINVAL
-May be returned if the driver cannot detach or reset
-the state and/or bus.
-.It Bq Er ENOMEM
-Might be returned if the driver cannot allocate
-parent
-.Tn DMA
-tag, or if the device is out of memory.
-.It Bq Er ENXIO
-May be returned if the driver cannot map
-.Tn DMA
-registers.
-This error may also be returned if the driver is
-unable to map the
+.Bl -diag
+.It "esp: cannot map %d segments"
+The device was unable to map segments while mapping the
.Tn SCSI
-core registers.
+devices in
+.Tn DMA
+mode.
+.It "unknown variant %d, devices not attached"
+An unknown version of the card was found and devices will
+not be attached.
+.It "Unhandled function code %d"
+The device returned a function code which the driver is
+unable to handle, most likely during negotiation.
+.It "esp:%d:%d): selection failed %d left in FIFO"
+The target left the command phase prematurely.
+If a command did not reach the device then it will
+be reported as shown above.
+.It "invalid state: %d"
+The device has reached an invalid state.
.El
.Sh SEE ALSO
.Xr amd 4 ,
OpenPOWER on IntegriCloud