summaryrefslogtreecommitdiffstats
path: root/share/man/man4/esp.4
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/man/man4/esp.4
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/man/man4/esp.4')
-rw-r--r--share/man/man4/esp.438
1 files changed, 20 insertions, 18 deletions
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