summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>1998-09-08 01:24:24 +0000
committerJason Wright <jason@cvs.openbsd.org>1998-09-08 01:24:24 +0000
commit4d81cbb2d7da0fa0ee7753a421b1da9c0dc56036 (patch)
tree4cb92307261cd751e6b922248a0cf288f1038828 /share
parent369b430cd36d00f36c9de363d5f72f0ba727ab7d (diff)
Document media arguments for qec+be
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.sparc/be.418
1 files changed, 14 insertions, 4 deletions
diff --git a/share/man/man4/man4.sparc/be.4 b/share/man/man4/man4.sparc/be.4
index 92599c5647b..1e468649ae3 100644
--- a/share/man/man4/man4.sparc/be.4
+++ b/share/man/man4/man4.sparc/be.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: be.4,v 1.3 1998/09/01 02:45:48 jason Exp $
+.\" $OpenBSD: be.4,v 1.4 1998/09/08 01:24:23 jason Exp $
.\"
.\" Copyright (c) 1998 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -59,11 +59,21 @@ interface employs the address resolution protocol described in
to dynamically map between Internet and Ethernet addresses on the local
network.
.Pp
-When the interface is reset, it begins an autonegotiation procedure. The
-procedure ends when the
+The
.Nm
-obtains a link signal from the wire.
+is not capable of link autonegotiation, so a media type must be specified
+with
+.Xr ifconfig 8 .
+The supported media types are:
+.Bl -tag -width xxxxxxxxxx -offset indent
+.It media 100baseTX Op mediaopt half-duplex
+Use 100Mbps, half duplex
+.It media 10baseT Op mediaopt half-duplex
+Use 10Mbps, half duplex
+.El
.Sh SEE ALSO
+.Xr ifconfig 8 ,
+.Xr ifmedia 4 ,
.Xr qec 4 ,
.Xr ie 4 ,
.Xr le 4 ,