summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2004-08-20 05:07:02 +0000
committertrhodes <trhodes@FreeBSD.org>2004-08-20 05:07:02 +0000
commit0d6e4617a625d3d8d23dde6a7a5268599e21725e (patch)
tree53fb7098da2a41b4530d3e609f5121a3abbda71f
parent8eb64c26ee983e99f50162600c6d5362a8db7557 (diff)
downloadFreeBSD-src-0d6e4617a625d3d8d23dde6a7a5268599e21725e.zip
FreeBSD-src-0d6e4617a625d3d8d23dde6a7a5268599e21725e.tar.gz
Replace the ERRORS section with a DIAGNOSTICS section.
Requested by: ru
-rw-r--r--share/man/man4/man4.i386/snc.424
1 files changed, 9 insertions, 15 deletions
diff --git a/share/man/man4/man4.i386/snc.4 b/share/man/man4/man4.i386/snc.4
index bc87e72..85a70d3 100644
--- a/share/man/man4/man4.i386/snc.4
+++ b/share/man/man4/man4.i386/snc.4
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 24, 2004
+.Dd August 20, 2004
.Dt SNC 4 i386
.Os
.Sh NAME
@@ -95,23 +95,17 @@ and
.Tn PnP
buses.
Support is also provided for legacy C-Bus.
-.Sh ERRORS
+.Sh DIAGNOSTICS
The following driver specific error messages
may be reported:
-.Bl -tag -width Er
-.It Bq Er EIO
-May be returned if the device cannot allocate a port,
-memory resource, or
+.Bl -diag
+.It "snc%d: snc_nec16_register_irq: unsupported irq (%d)"
+The card returned an
.Tn IRQ
-with the given resource ID.
-.It Bq Er ENOENT
-May be returned if the driver cannot assign memory, a port or an
-.Tn IRQ
-to the board.
-.It Bq Er ENXIO
-May be returned if the card supplied a
-.Tn PnP
-ID which did not match any of the known IDs.
+which is not supported by the driver.
+.It "snc%d: invalid packet length %d bytes"
+An attempt to transfer a data packet failed due to an
+invalid packet length.
.El
.Sh SEE ALSO
.Xr card 4 ,
OpenPOWER on IntegriCloud