Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4/man4.arm26 Manual page for the eh driver, for...



details:   https://anonhg.NetBSD.org/src/rev/7f2ffa0d16f3
branches:  trunk
changeset: 500935:7f2ffa0d16f3
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Wed Dec 20 21:12:14 2000 +0000

description:
Manual page for the eh driver, for older i-cubed EtherLan cards.

diffstat:

 share/man/man4/man4.arm26/Makefile |   4 +-
 share/man/man4/man4.arm26/eh.4     |  74 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+), 2 deletions(-)

diffs (91 lines):

diff -r f8b15735fe43 -r 7f2ffa0d16f3 share/man/man4/man4.arm26/Makefile
--- a/share/man/man4/man4.arm26/Makefile        Wed Dec 20 21:06:41 2000 +0000
+++ b/share/man/man4/man4.arm26/Makefile        Wed Dec 20 21:12:14 2000 +0000
@@ -1,7 +1,7 @@
 #      from: @(#)Makefile      5.1 (Berkeley) 2/12/91
-#      $NetBSD: Makefile,v 1.3 2000/12/09 18:30:01 bjh21 Exp $
+#      $NetBSD: Makefile,v 1.4 2000/12/20 21:12:14 bjh21 Exp $
 
-MAN=   arckbd.4 cpu.4 dtide.4 ea.4 ei.4 podulebus.4 unixbp.4
+MAN=   arckbd.4 cpu.4 dtide.4 ea.4 eh.4 ei.4 podulebus.4 unixbp.4
 
 MLINKS=        arckbd.4 arcwskbd.4 arckbd.4 arcwsmouse.4
 MANSUBDIR=/arm26
diff -r f8b15735fe43 -r 7f2ffa0d16f3 share/man/man4/man4.arm26/eh.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/man4.arm26/eh.4    Wed Dec 20 21:12:14 2000 +0000
@@ -0,0 +1,74 @@
+.\" $NetBSD: eh.4,v 1.1 2000/12/20 21:12:14 bjh21 Exp $
+.\"
+.\" Copyright (c) 2000 Ben Harris
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\" 3. The name of the author may not be used to endorse or promote products
+.\"    derived from this software without specific prior written permission.
+.\" 
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+.\"
+.Dd December 20, 2000
+.Os
+.Dt EH 4 arm26
+.Sh NAME
+.Nm eh
+.Nd i-cubed EtherLan 100/200/500-series (EtherH) Ethernet driver
+.Sh SYNOPSIS
+.Cd eh* at podulebus0 slot ?
+.Sh DESCRIPTION
+The
+.Nm
+driver provides access to a 10 Mb/s Ethernet network through an
+i-cubed EtherLan 100-series, 200-series or 500-series expansion card.
+It also supprts the Acorn-badged variants of the same cards, with part
+numbers
+.Tn AEH75 ,
+.Tn AEH77
+and
+.Tn AEH79 .
+.Pp
+Media selection on cards supporting multiple media can be accomplished
+either using
+.Xr ifconfig 8
+or using links on the card.  The links override the software and make the
+card behave as if only one medium is available.  The media available are:
+.Bl -tag -width 10baseFL
+.It 10baseT
+10baseT, 10Mb/s over unshielded twisted pair, RJ45 connector.
+.It 10base2
+10base2, 10Mb/s over coaxial cable, BNC connector, also called Thinnet.
+.El
+.Sh SEE ALSO
+.Xr ifmedia 4 ,
+.Xr ne 4 ,
+.Xr netintro 4 ,
+.Xr podulebus 4 ,
+.Xr ifconfig 8
+.Sh BUGS
+EtherLan 500-series support is untested.
+.Pp
+The 10baseFL port on the EtherLan 513 will probably be identified as 10base2.
+.Pp
+Automatic media selection doesn't currently work.  At startup, the driver tries
+to carry on using the same medium as RISC OS, but it isn't always successful.
+.Pp
+The driver can't detect the type of MAU plugged into an EtherLan 200-series
+card.



Home | Main Index | Thread Index | Old Index