aboutsummaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-07-14 23:42:57 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-07-14 23:42:57 +0000
commitb5cca8def8caaee050c7a0320e86db155208621d (patch)
tree31bd7b094df6e50b3982488ab233946b5fe5fed1 /share/man
parent4dbcd9883219d6bef2374119b9a44dc8d966363a (diff)
downloadsrc-b5cca8def8caaee050c7a0320e86db155208621d.tar.gz
src-b5cca8def8caaee050c7a0320e86db155208621d.zip
Add description of the link{0,1,2} flags
Notes
Notes: svn path=/head/; revision=27402
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/fxp.419
-rw-r--r--share/man/man4/man4.i386/fxp.419
2 files changed, 36 insertions, 2 deletions
diff --git a/share/man/man4/fxp.4 b/share/man/man4/fxp.4
index 50ea7d2cff60..ba8aee1b3c95 100644
--- a/share/man/man4/fxp.4
+++ b/share/man/man4/fxp.4
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: fxp.4,v 1.3 1997/02/22 13:25:27 peter Exp $
.\"
.Dd January 19, 1997
.Dt FXP 4 i386
@@ -39,6 +39,23 @@ The
.Nm
driver provides support for the EtherExpress Pro/100B PCI Fast Ethernet
adapter based on the Intel i82557 Ethernet chip.
+.Pp
+To change the operating characteristics of the card,
+use the following flag combinations with
+.Xr ifconfig 8
+.Pp
+.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
+.It -link0
+Enable auto-negotiation
+.It \ link0 -link1
+Disable auto-negotiation, set 10Mbps operation
+.It \ link0 link1
+Disable auto-negotiation, set 100Mbps operation
+.It \ link0 -link2
+Disable auto-negotiation, set half duplex mode
+.It \ link0 link2
+Disable auto-negotiation, set full duplex mode
+.El
.Sh DIAGNOSTICS
.Bl -diag
.It "fxp%d: couldn't map memory"
diff --git a/share/man/man4/man4.i386/fxp.4 b/share/man/man4/man4.i386/fxp.4
index 50ea7d2cff60..ba8aee1b3c95 100644
--- a/share/man/man4/man4.i386/fxp.4
+++ b/share/man/man4/man4.i386/fxp.4
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: fxp.4,v 1.3 1997/02/22 13:25:27 peter Exp $
.\"
.Dd January 19, 1997
.Dt FXP 4 i386
@@ -39,6 +39,23 @@ The
.Nm
driver provides support for the EtherExpress Pro/100B PCI Fast Ethernet
adapter based on the Intel i82557 Ethernet chip.
+.Pp
+To change the operating characteristics of the card,
+use the following flag combinations with
+.Xr ifconfig 8
+.Pp
+.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
+.It -link0
+Enable auto-negotiation
+.It \ link0 -link1
+Disable auto-negotiation, set 10Mbps operation
+.It \ link0 link1
+Disable auto-negotiation, set 100Mbps operation
+.It \ link0 -link2
+Disable auto-negotiation, set half duplex mode
+.It \ link0 link2
+Disable auto-negotiation, set full duplex mode
+.El
.Sh DIAGNOSTICS
.Bl -diag
.It "fxp%d: couldn't map memory"