summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>1998-09-08 04:44:38 +0000
committerJason Wright <jason@cvs.openbsd.org>1998-09-08 04:44:38 +0000
commit46cc0af104a96e4a80cb7d01864e4c03a65be726 (patch)
tree9f09376900909bc8b5f9a1e42145315eaa726988 /share
parentded18cbb7abc12cf1a5c0f31760f4c76266d6649 (diff)
ifmedia-fied man page
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.sparc/hme.431
1 files changed, 25 insertions, 6 deletions
diff --git a/share/man/man4/man4.sparc/hme.4 b/share/man/man4/man4.sparc/hme.4
index 4104e2bf775..dcf3316145f 100644
--- a/share/man/man4/man4.sparc/hme.4
+++ b/share/man/man4/man4.sparc/hme.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hme.4,v 1.2 1998/07/15 04:42:29 jason Exp $
+.\" $OpenBSD: hme.4,v 1.3 1998/09/08 04:44:37 jason Exp $
.\"
.\" Copyright (c) 1998 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -62,20 +62,39 @@ network.
.Pp
When a
.Nm
-interface is brought up, it will attempt to auto-negotiate the link speed.
-The speeds, in order of attempt, are:
+interface is brought up, by default, it will attempt to auto-negotiate the
+link speed and duplex. The speeds, in order of attempt, are:
100Mb/s Full Duplex, 100Mb/s Half Duplex, 10 Mb/s Full Duplex, and
10 Mb/s Half Duplex.
+.Pp
+The
+.Nm
+supports several media types, which are selected via the
+.Xr ifconfig 8
+command.
+The supported media types are:
+.Bl -tag -width xxxxxxxxxxxxxx -offset indent
+.It media autoselect
+Attempt to autoselect the media type (default)
+.It media 100baseTX mediaopt full-duplex
+Use 100baseTX, full duplex
+.It media 100baseTX Op mediaopt half-duplex
+Use 100baseTX, half duplex
+.It media 10baseT mediaopt full-duplex
+Use 10baseT, full duplex
+.It media 10baseT Op mediaopt half-duplex
+Use 10baseT, half duplex
+.El
.Sh SEE ALSO
+.Xr ifconfig 8 ,
+.Xr ifmedia 4 ,
.Xr ie 4 ,
.Xr le 4 ,
.Xr intro 4 ,
.Xr inet 4 ,
.Xr arp 4
-.Sh BUGS
-The autonegotiation process is not as robust as it should be.
.Sh HISTORY
Support for the
.Nm
first appeared in
-.Ox 2.3
+.Ox 2.3 .