Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/share/man/man4 Xref exphy(4).



details:   https://anonhg.NetBSD.org/src/rev/d60fa0a262e6
branches:  netbsd-1-4
changeset: 468168:d60fa0a262e6
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sat Apr 10 16:23:11 1999 +0000

description:
Xref exphy(4).

diffstat:

 share/man/man4/ex.4 |  83 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 83 insertions(+), 0 deletions(-)

diffs (87 lines):

diff -r 64379331ddac -r d60fa0a262e6 share/man/man4/ex.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/ex.4       Sat Apr 10 16:23:11 1999 +0000
@@ -0,0 +1,83 @@
+.\"    $NetBSD: ex.4,v 1.2.2.2 1999/04/10 16:23:11 augustss Exp $
+.\"
+.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.Dd April 1, 1999
+.Dt EX 4
+.Os
+.Sh NAME
+.Nm ex
+.Nd driver for
+.Tn 3Com
+Fast EtherLinkr XL (3c900, 3c905, 3c980)
+.Tn PCI
+bus
+.Tn Ethernet
+interfaces
+.Sh SYNOPSIS
+.Cd "ex* at pci? dev ? function ?"
+.Sh DESCRIPTION
+The
+.Nm
+device driver supports the following 3Com
+.Tn Ethernet
+and
+.Tn Fast Ethernet
+interfaces:
+.Pp
+.Bl -item -compact
+.It
+3c900-TPO Ethernet
+.It
+3c900-COMBO Ethernet
+.It
+3c900B-TPO Ethernet
+.It
+3c900B-COMBO Ethernet
+.It
+3c905-T4 10/100 Ethernet
+.It
+3c905-TX 10/100 Ethernet
+.It
+3c905B-FX 10/100 Ethernet
+.It
+3c905B-T4 10/100 Ethernet
+.It
+3c905B-TX 10/100 Ethernet
+.It
+3c980 Server Adapter 10/100 Ethernet
+.El
+.Sh MEDIA SELECTION
+See
+.Xr ifmedia 4 .
+.Sh DIAGNOSTICS
+.Bl -diag
+.It "%s: adapter failure (%x)"
+.It "%s: can't allocate download descriptors, error = %d"
+.It "%s: can't allocate or map rx buffers"
+.It "%s: can't allocate upload descriptors, error = %d"
+.It "%s: can't create download desc. DMA map, error = %d"
+.It "%s: can't create rx DMA map %d, error = %d"
+.It "%s: can't create tx DMA map %d, error = %d"
+.It "%s: can't create upload desc. DMA map, error = %d"
+.It "%s: can't load download desc. DMA map, error = %d"
+.It "%s: can't load mbuf chain, error = %d"
+.It "%s: can't load rx buffer, error = %d"
+.It "%s: can't load upload desc. DMA map, error = %d"
+.It "%s: can't map download descriptors, error = %d"
+.It "%s: can't map upload descriptors, error = %d"
+.It "%s: fifo underrun (%x) @%d"
+.It "%s: jabber (%x)"
+.It "%s: receive stalled"
+.It "%s: too many segments, "
+.It "%s: uplistptr was 0"
+.El
+.Sh SEE ALSO
+.Xr exphy 4 ,
+.Xr ifmedia 4 ,
+.Xr intro 4 ,
+.Xr pci 4 ,
+.Xr ifconfig 8
+.Pp
+.Pa http://www.3com.com/



Home | Main Index | Thread Index | Old Index