diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-11-07 03:00:32 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-11-07 03:00:32 +0000 |
commit | c6f3d5ea7e9137fd7f62a5d6b79bb00f3c665b26 (patch) | |
tree | eba148a264c1bd99d51c1af81036b4cfec00720a /share/man/man4/ef.4 | |
parent | a8db1d698cf352b8365f20fbe62489bf5423729b (diff) |
mention supported media types.
Diffstat (limited to 'share/man/man4/ef.4')
-rw-r--r-- | share/man/man4/ef.4 | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/share/man/man4/ef.4 b/share/man/man4/ef.4 index 32150c3121d..c54e05ad3bf 100644 --- a/share/man/man4/ef.4 +++ b/share/man/man4/ef.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ef.4,v 1.14 2006/11/07 02:17:49 brad Exp $ +.\" $OpenBSD: ef.4,v 1.15 2006/11/07 03:00:31 brad Exp $ .\" .\" Copyright (c) 1998 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -41,6 +41,26 @@ of Ethernet cards, and embedded controllers based on the 3Com .Dq corkscrew EtherLink chips. .Pp +The following media types and options (as given to +.Xr ifconfig 8 ) +are supported: +.Bl -tag -width xxx -offset indent +.It Cm media No autoselect +Enable autoselection of the media type and options (default). +.It Cm media No 100baseTX Cm mediaopt No full-duplex +Set 100Mbps (Fast Ethernet) operation and force full-duplex mode. +.It Cm media No 100baseTX Cm mediaopt No half-duplex +Set 100Mbps (Fast Ethernet) operation and force half-duplex mode. +.It Cm media No 10baseT Cm mediaopt No full-duplex +Set 10Mbps operation and force full-duplex. +.It Cm media No 10baseT Cm mediaopt No half-duplex +Set 10Mbps operation and force half-duplex. +.El +.Pp +If no media options are present, the +.Nm +driver places the card into autoselect mode. +.Pp For more information on configuring this device, see .Xr ifconfig 8 . .Sh DIAGNOSTICS |