summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2011-04-03 12:45:29 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2011-04-03 12:45:29 +0000
commit05772419b677f73bbcf63f7386bead9f169c9c20 (patch)
treeaa79cfe307409f58edeb7ae5b893f75a17b6da60
parent6b113e7a6f01159d22ae25fa64eef48ff9107742 (diff)
Remove the BUGS and DIAGNOSTICS section. The DMA limitation is no longer
a problem and it does not make sense to explain error messages with "A fatal initialization error has occurred." this should be fairly obvious when the interface does not show up in ifconfig.
-rw-r--r--share/man/man4/bce.472
1 files changed, 2 insertions, 70 deletions
diff --git a/share/man/man4/bce.4 b/share/man/man4/bce.4
index 24117393366..48326852a69 100644
--- a/share/man/man4/bce.4
+++ b/share/man/man4/bce.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bce.4,v 1.13 2009/02/17 21:26:08 kettenis Exp $
+.\" $OpenBSD: bce.4,v 1.14 2011/04/03 12:45:28 claudio Exp $
.\" $NetBSD: bce.4,v 1.2 2003/10/05 11:58:36 wiz Exp $
.\"
.\" Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: February 17 2009 $
+.Dd $Mdocdate: April 3 2011 $
.Dt BCE 4
.Os
.Sh NAME
@@ -61,67 +61,6 @@ Set 10Mbps operation and force half-duplex.
If no media options are present, the
.Nm
driver places the card into autoselect mode.
-.Sh DIAGNOSTICS
-.Bl -diag
-.It "bce%d: failed to enable memory mapping!"
-A fatal initialization error has occurred.
-.It "bce%d: unable to find mem space"
-A fatal initialization error has occurred.
-.It "bce%d: unable to wake up from power state D%d"
-The card has lost its configuration data during power save mode.
-.It "bce%d: couldn't map interrupt"
-A fatal initialization error has occurred.
-.It "bce%d: couldn't establish interrupt"
-A fatal initialization error has occurred.
-.It "bce%d: unable to alloc space for ring descriptors, error = %d"
-A fatal initialization error has occurred.
-.It "bce%d: unable to map DMA buffers, error = %d"
-A fatal initialization error has occurred.
-.It "bce%d: unable to create ring DMA map, error = %d"
-A fatal initialization error has occurred.
-.It "bce%d: unable to create tx DMA map, error = %d"
-A fatal initialization error has occurred.
-.It "bce%d: unable to create rx DMA map, error = %d"
-A fatal initialization error has occurred.
-.It "bce%d: Tx packet consumes too many DMA segments, dropping..."
-An outgoing packet didn't fit in the allocated number of segments.
-.It "bce%d: unable to load Tx buffer, error = %d"
-Short on resources when transmitting a packet, it will be retried later.
-.It "bce%d: device timeout"
-The device has stopped responding to the network or there is a problem
-with the network connection (cable).
-.It "bce%d: transmit fifo underflow"
-An error occurred, the interface will be reinitialized.
-.It "bce%d: receive fifo overflow"
-An error occurred, the interface will be reinitialized.
-.It "bce%d: receive descriptor underflow"
-An error occurred, the interface will be reinitialized.
-.It "bce%d: descriptor protocol error"
-An error occurred, the interface will be reinitialized.
-.It "bce%d: data error"
-An error occurred, the interface will be reinitialized.
-.It "bce%d: descriptor error"
-An error occurred, the interface will be reinitialized.
-.It "bce%d: general purpose timeout"
-An error occurred, the interface will be reinitialized.
-.It "bce%d: unable to allocate or map rx(%d) mbuf, error = %d"
-Failed to initialize the interface.
-.It "bce%d: timed out writing pkt filter ctl"
-Failed to add MAC address.
-.It "bce%d: timed out disabling ethernet mac"
-A problem occurred when resetting the interface.
-.It "bce%d: receive dma did not go idle after error"
-A problem occurred when resetting the interface.
-.It "bce%d: timed out resetting ethernet mac"
-A problem occurred when resetting the interface.
-.It "bce%d: while resetting core, reject did not set"
-A problem occurred when resetting the interface.
-.It "bce%d: while resetting core, busy did not clear"
-A problem occurred when resetting the interface.
-.It "bce%d: PHY read timed out reading phy %d, reg %d, val = %x"
-An error occurred when reading a PHY register on the MII.
-.It "bce%d: PHY read timed out writing phy %d, reg %d, val = %x"
-An error occurred when writing a PHY register on the MII.
.El
.Sh SEE ALSO
.Xr arp 4 ,
@@ -151,10 +90,3 @@ and ported to
.Ox
by
.An Nathan L. Binkert Aq binkertn@umich.edu .
-.Sh BUGS
-The BCM4401 hardware can not do DMA to addresses above 1GB.
-Since the
-.Nm
-driver makes no effort to circumvent this problem, it is likely that
-the device will not work properly on machines with more than 1GB of
-system memory.