diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2002-11-26 22:28:21 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2002-11-26 22:28:21 +0000 |
commit | 1047f47b3dc968480e53bae84ef80af6800729f0 (patch) | |
tree | 8002a741e2ea17404db7a786c220c7a195ee1d6a /share/man/man4/bge.4 | |
parent | 21c7def2fb41e4ebf4ec0794e871f32e90bbae39 (diff) |
1000baseTX -> 1000baseT
thanks to miod for pointing this out
Diffstat (limited to 'share/man/man4/bge.4')
-rw-r--r-- | share/man/man4/bge.4 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/bge.4 b/share/man/man4/bge.4 index a10e00b8b00..793ab3fee92 100644 --- a/share/man/man4/bge.4 +++ b/share/man/man4/bge.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bge.4,v 1.9 2002/11/26 04:39:28 nate Exp $ +.\" $OpenBSD: bge.4,v 1.10 2002/11/26 22:28:20 nate Exp $ .\" Copyright (c) 2001 Wind River Systems .\" Copyright (c) 1997, 1998, 1999, 2000, 2001 .\" Bill Paul <wpaul@windriver.com>. All rights reserved. @@ -99,7 +99,7 @@ full or half duplex. The .Nm driver supports the following media types: -.Bl -tag -width 1000baseTX +.Bl -tag -width 1000baseSX .It Cm autoselect Enable autoselection of the media type and options. The user can manually override @@ -126,8 +126,8 @@ option can also be used to select either or .Cm half-duplex modes. -.It Cm 1000baseTX -Set 1000baseTX operation over twisted pair. +.It Cm 1000baseT +Set 1000baseT operation over twisted pair. .Cm full-duplex and .Cm half-duplex @@ -153,10 +153,10 @@ Force half duplex operation. .Pp The .Nm -driver also supports one special link option for 1000baseTX cards: +driver also supports one special link option for 1000baseT cards: .Bl -tag -width link0 .It Cm link0 -With 1000baseTX cards, establishing a link between two ports requires +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. |