Create an ex(4) man page from a little driver reading. Very bare bones;
needs to have the diagnostic list explained, and the media support list filled out before it gets pulled up to the 1.4 branch. However, it's here to answer PR#6870
This commit is contained in:
parent
cf0252688c
commit
c67241f483
@ -373,6 +373,7 @@
|
||||
./usr/share/man/cat4/esis.0
|
||||
./usr/share/man/cat4/esp.0
|
||||
./usr/share/man/cat4/ess.0
|
||||
./usr/share/man/cat4/ex.0
|
||||
./usr/share/man/cat4/exphy.0
|
||||
./usr/share/man/cat4/fd.0
|
||||
./usr/share/man/cat4/fea.0
|
||||
@ -1470,6 +1471,7 @@
|
||||
./usr/share/man/man4/esis.4
|
||||
./usr/share/man/man4/esp.4
|
||||
./usr/share/man/man4/ess.4
|
||||
./usr/share/man/man4/ex.4
|
||||
./usr/share/man/man4/exphy.4
|
||||
./usr/share/man/man4/fd.4
|
||||
./usr/share/man/man4/fea.4
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.87 1999/03/28 17:06:38 hwr Exp $
|
||||
# $NetBSD: Makefile,v 1.88 1999/04/07 21:48:52 fair Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/18/93
|
||||
|
||||
MAN= ahb.4 ahc.4 aria.4 atalk.4 audio.4 bha.4 bpf.4 ccd.4 cd.4 ch.4 \
|
||||
@ -23,6 +23,9 @@ MAN+= aha.4 aic.4 ast.4 boca.4 cy.4 ec.4 eg.4 el.4 esp.4 ess.4 \
|
||||
gus.4 guspnp.4 iy.4 mcd.4 pss.4 rtfps.4 sb.4 sea.4 tcom.4 \
|
||||
wds.4 we.4 wss.4 wt.4
|
||||
|
||||
# machine-independent ISA devices
|
||||
MAN+= ex.4
|
||||
|
||||
# machine-independent VME devices
|
||||
MAN+= si.4
|
||||
|
||||
|
82
share/man/man4/ex.4
Normal file
82
share/man/man4/ex.4
Normal file
@ -0,0 +1,82 @@
|
||||
.\" $NetBSD: ex.4,v 1.1 1999/04/07 21:48:53 fair 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 ifmedia 4 ,
|
||||
.Xr intro 4 ,
|
||||
.Xr pci 4 ,
|
||||
.Xr ifconfig 8
|
||||
.Pp
|
||||
.Pa http://www.3com.com/
|
Loading…
Reference in New Issue
Block a user