summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2005-09-19 05:45:50 +0000
committerBrad Smith <brad@cvs.openbsd.org>2005-09-19 05:45:50 +0000
commitda92a003290c1fcb1a25a3e5a582799604f20b36 (patch)
tree4ef24a69a37c70605324a94eb95b1eb6428d2e9f
parent337ebf3effea77896139ca0823b71f597438e8fe (diff)
update DIAGNOSTICS messages
-rw-r--r--share/man/man4/bge.415
-rw-r--r--share/man/man4/sk.411
2 files changed, 6 insertions, 20 deletions
diff --git a/share/man/man4/bge.4 b/share/man/man4/bge.4
index e815a443d8c..eb1a417194d 100644
--- a/share/man/man4/bge.4
+++ b/share/man/man4/bge.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bge.4,v 1.26 2005/08/24 01:13:56 brad Exp $
+.\" $OpenBSD: bge.4,v 1.27 2005/09/19 05:45:49 brad Exp $
.\" Copyright (c) 2001 Wind River Systems
.\" Copyright (c) 1997, 1998, 1999, 2000, 2001
.\" Bill Paul <wpaul@windriver.com>. All rights reserved.
@@ -201,20 +201,11 @@ For more information on configuring this device, see
.Xr ifconfig 8 .
.Sh DIAGNOSTICS
.Bl -diag
-.It "bge%d: couldn't map memory"
-A fatal initialization error has occurred.
-.It "bge%d: couldn't map ports"
+.It "bge%d: can't find mem space"
A fatal initialization error has occurred.
.It "bge%d: couldn't map interrupt"
A fatal initialization error has occurred.
-.It "bge%d: no memory for softc struct!"
-The driver failed to allocate memory for per-device instance information
-during initialization.
-.It "bge%d: failed to enable memory mapping!"
-The driver failed to initialize PCI shared memory mapping.
-This might
-happen if the card is not in a bus-master slot.
-.It "bge%d: no memory for jumbo buffers!"
+.It "bge%d: no memory for jumbo buffer queue!"
The driver failed to allocate memory for jumbo frames during
initialization.
.It "bge%d: watchdog timeout"
diff --git a/share/man/man4/sk.4 b/share/man/man4/sk.4
index ae7bd9c9870..0e1ab0ea9e7 100644
--- a/share/man/man4/sk.4
+++ b/share/man/man4/sk.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sk.4,v 1.39 2005/09/06 22:22:39 jmc Exp $
+.\" $OpenBSD: sk.4,v 1.40 2005/09/19 05:45:49 brad Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
.\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
@@ -143,16 +143,11 @@ For example,
.Ic ifconfig -m sk0 .
.Sh DIAGNOSTICS
.Bl -diag
-.It "sk%d: couldn't map memory"
-A fatal initialization error has occurred.
-.It "sk%d: couldn't map ports"
+.It "sk%d: can't map mem space"
A fatal initialization error has occurred.
.It "sk%d: couldn't map interrupt"
A fatal initialization error has occurred.
-.It "sk%d: failed to enable memory mapping!"
-The driver failed to initialize PCI shared memory mapping.
-This might happen if the card is not in a bus-master slot.
-.It "sk%d: no memory for jumbo buffers!"
+.It "sk%d: no memory for jumbo buffer queue!"
The driver failed to allocate memory for jumbo frames during
initialization.
.It "sk%d: watchdog timeout"