diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-01-27 23:06:37 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-01-27 23:06:37 +0000 |
commit | 9322ea58b54a9487a1c51406bcb230b860b3b076 (patch) | |
tree | ab0250b86b64e27121d4c6c10b247cdd23941208 /share/man | |
parent | 9d82b177dab62e834841d730d5d8645bf15e72f0 (diff) |
Remove outdated sections about link0 option.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/bge.4 | 25 |
1 files changed, 2 insertions, 23 deletions
diff --git a/share/man/man4/bge.4 b/share/man/man4/bge.4 index 7e20be7f81e..a25f671852f 100644 --- a/share/man/man4/bge.4 +++ b/share/man/man4/bge.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bge.4,v 1.34 2007/05/31 19:19:49 jmc Exp $ +.\" $OpenBSD: bge.4,v 1.35 2008/01/27 23:06:36 kettenis Exp $ .\" Copyright (c) 2001 Wind River Systems .\" Copyright (c) 1997, 1998, 1999, 2000, 2001 .\" Bill Paul <wpaul@windriver.com>. All rights reserved. @@ -30,7 +30,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 27 2008 $ .Dt BGE 4 .Os .Sh NAME @@ -176,27 +176,6 @@ Force full duplex operation. Force half duplex operation. .El .Pp -The -.Nm -driver also supports one special link option for 1000baseT cards: -.Bl -tag -width link0 -.It Cm link0 -With 1000baseT cards, establishing a link between two ports requires -that one port be configured as a master and the other a slave. -With autonegotiation, -the master/slave settings will be chosen automatically. -However when manually selecting the link state, it is necessary to -force one side of the link to be a master and the other a slave. -The -.Nm -driver configures the ports as slaves by default. -Setting the -.Cm link0 -flag with -.Xr ifconfig 8 -will set a port as a master instead. -.El -.Pp For more information on configuring this device, see .Xr ifconfig 8 . .Sh DIAGNOSTICS |