Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Intial commit of a de.4 man page to answer PR...



details:   https://anonhg.NetBSD.org/src/rev/04be6490f68e
branches:  trunk
changeset: 481984:04be6490f68e
user:      fair <fair%NetBSD.org@localhost>
date:      Fri Feb 11 09:28:49 2000 +0000

description:
Intial commit of a de.4 man page to answer PR 5759.
This page is a quick job which should be reviewed for accuracy.

diffstat:

 share/man/man4/Makefile |    9 ++-
 share/man/man4/de.4     |  105 ++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 110 insertions(+), 4 deletions(-)

diffs (128 lines):

diff -r 717822f35ef2 -r 04be6490f68e share/man/man4/Makefile
--- a/share/man/man4/Makefile   Fri Feb 11 08:09:56 2000 +0000
+++ b/share/man/man4/Makefile   Fri Feb 11 09:28:49 2000 +0000
@@ -1,10 +1,11 @@
-#      $NetBSD: Makefile,v 1.129 2000/02/09 14:21:06 drochner Exp $
+#      $NetBSD: Makefile,v 1.130 2000/02/11 09:28:49 fair Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/18/93
 
 MAN=   adw.4 ahb.4 ahc.4 aria.4 atalk.4 audio.4 awi.4 bha.4 bpf.4 cardbus.4 \
-       ccd.4 cd.4 ch.4 clcs.4 clnp.4 cltp.4 cnw.4 ddb.4 dpt.4 drum.4 eap.4 \
-       eisa.4 en.4 ep.4 esh.4 esis.4 eso.4 exphy.4 fd.4 fpa.4 fms.4 fxp.4 \
-       gre.4 icmp.4 icsphy.4 idp.4 ifmedia.4 inet.4 inphy.4 \
+       ccd.4 cd.4 ch.4 clcs.4 clnp.4 cltp.4 cnw.4 ddb.4 de.4 dpt.4 drum.4 \
+       eap.4 eisa.4 en.4 ep.4 esh.4 esis.4 eso.4 exphy.4 \
+       fd.4 fpa.4 fms.4 fxp.4 gre.4 \
+       icmp.4 icsphy.4 idp.4 ifmedia.4 inet.4 inphy.4 \
        iophy.4 ip.4 ipip.4 iso.4 isp.4 lc.4 lkm.4 lo.4 lxtphy.4 \
        mbe.4 md.4 mhzc.4 midi.4 mii.4 mpu.4 mtio.4 ncr.4 ne.4 netintro.4 \
        ns.4 nsip.4 nsphy.4 ntwoc.4 null.4 opl.4 options.4 pcdisplay.4 \
diff -r 717822f35ef2 -r 04be6490f68e share/man/man4/de.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/de.4       Fri Feb 11 09:28:49 2000 +0000
@@ -0,0 +1,105 @@
+.\"    $NetBSD: de.4,v 1.1 2000/02/11 09:28:50 fair Exp $
+.Dd February 11, 2000
+.Dt DE 4
+.Os
+.Sh NAME
+.Nm de
+.Nd
+DECchip 21040, 21140, 21141, 21142, and 21143 PCI Ethernet interface driver
+.Sh SYNOPSIS
+.Cd "de* at pci? dev ? function ?"
+.Pp
+Configuration of PHYs may also be necessary.
+See
+.Xr mii 4 .
+.Sh DESCRIPTION
+The
+.Nm
+driver supports
+.Tn Ethernet
+and Fast
+.Tn Ethernet
+interfaces based on the Digital Equipment Corporation DECchip 21040,
+21140, 21141, 21142, and 21143 model controllers for
+.Tn PCI
+bus.
+.Pp
+.Bl -hang -tag -compact
+.It 21040
+10base-T and AUI/BNC
+.It 21140
+10base-T and 100base-TX
+.It 21141
+10base-T and 100base-TX
+.It 21142
+10base-T and 100base-TX
+.It 21143
+10base-T and 100base-TX
+.El
+.Pp
+Supported Network Interface Cards (NIC) include, but are not limited to:
+.Pp
+.Bl -hang -tag -compact
+.It Tn DEC DE435
+.It Tn DEC DE450
+.It Tn DEC DE500
+.It Znyx
+.It Tn SMC 9332DST
+.It Cogent/Adaptec
+.It AsanteFAST 10/100 single- and multi-port
+.El
+.Pp
+Generally, if the NIC is for
+.Tn PCI
+bus, and the major controller chip has the
+.Tn DIGITAL
+logo on it, with one of the model numbers above, the
+.Nm
+driver should recognize and control it.
+.Pp
+Multi-port interfaces are typically configured as a
+.Tn PCI Ns \- Ns Tn PCI
+bridge with multiple
+.Em de
+instances on the
+.Tn PCI
+bus on the other side of the bridge.
+.Pp
+.Tn DEC
+sold its semiconductor divison to
+.Tn Intel .
+In addition, there are many "knock-offs" of the
+.Tn DEC
+.Tn TULIP
+.Tn Ethernet
+controller chips; NICs based on these chips are handled by the
+.Xr tlp 4
+driver.
+.Pp
+This
+.Nm
+driver should not be confused with the
+.Nx
+.Tn VAX
+.Nm
+driver for the
+.Tn DEC
+.Tn DEUNA/DELUA
+.Tn Ethernet
+controller for
+.Tn UniBus .
+.Sh "SEE ALSO"
+.Xr intro 4 ,
+.Xr ifmedia 4 ,
+.Xr mii 4 ,
+.Xr pci 4 ,
+.Xr tlp 4 ,
+.Xr ifconfig 8 
+.Sh AUTHOR
+Matt Thomas
+.Aq matt%3am-software.com@localhost
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Nx 1.1



Home | Main Index | Thread Index | Old Index