summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2004-04-02 07:19:42 +0000
committermiod <miod@openbsd.org>2004-04-02 07:19:42 +0000
commitb9ebbec27d0bb0aa280240af4ff7956068e81fdc (patch)
tree6df3d362ac23d9c9149d175cb5fc055752ba8305
parentremove terms 3 & 4 for drochner@NetBSD.org; as seen on netbsd lists (diff)
downloadwireguard-openbsd-b9ebbec27d0bb0aa280240af4ff7956068e81fdc.tar.xz
wireguard-openbsd-b9ebbec27d0bb0aa280240af4ff7956068e81fdc.zip
OpenBSD puts media settings in hostname.if, not rc.conf.
-rw-r--r--share/man/man4/axe.451
1 files changed, 17 insertions, 34 deletions
diff --git a/share/man/man4/axe.4 b/share/man/man4/axe.4
index 395959b3b75..69f2aa46f28 100644
--- a/share/man/man4/axe.4
+++ b/share/man/man4/axe.4
@@ -29,7 +29,7 @@
.\" THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD: /repoman/r/ncvs/src/share/man/man4/axe.4,v 1.3 2003/05/29 21:28:35 ru Exp $
-.\" $OpenBSD: axe.4,v 1.1 2004/04/02 01:10:08 deraadt Exp $
+.\" $OpenBSD: axe.4,v 1.2 2004/04/02 07:19:42 miod Exp $
.\"
.Dd April 20, 2003
.Dt AXE 4
@@ -73,49 +73,32 @@ received and transmitted over separate USB bulk transfer endpoints.
The
.Nm
driver supports the following media types:
-.Bl -tag -width ".Cm 10baseT/UTP"
-.It Cm autoselect
-Enable autoselection of the media type and options.
-The user can manually override
-the autoselected mode by adding media options to the
-.Pa /etc/rc.conf
+.Bl -tag -width full-duplex
+.It autoselect
+Enable autoselection of the media type and options (this is the default).
+The user can manually override the autoselected mode by adding media
+options to the appropriate
+.Xr hostname.if 5
file.
-.It Cm 10baseT/UTP
+.It 10baseT
Set 10Mbps operation.
-The
-.Cm mediaopt
-option can also be used to enable
-.Cm full-duplex
-operation.
-Not specifying
-.Cm full-duplex
-implies
-.Cm half-duplex
-mode.
-.It Cm 100baseTX
+.It 100baseTX
Set 100Mbps (fast ethernet) operation.
-The
-.Cm mediaopt
-option can also be used to enable
-.Cm full-duplex
-operation.
-Not specifying
-.Cm full-duplex
-implies
-.Cm half-duplex
-mode.
.El
.Pp
The
-.Nm
+.Tm
driver supports the following media options:
-.Bl -tag -width ".Cm 10baseT/UTP"
-.It Cm full-duplex
+.Bl -tag -width full-duplex
+.It full-duplex
Force full duplex operation.
-The interface will operate in
-half duplex mode if this media option is not specified.
+.It half-duplex
+Force half-duplex operation.
.El
.Pp
+The interface will operate in
+half duplex mode if no media option is specified.
+.Pp
For more information on configuring this device, see
.Xr ifconfig 8 .
.Sh DIAGNOSTICS