diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2000-02-12 22:57:43 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2000-02-12 22:57:43 +0000 |
commit | 86c7ca59bb3219b631ca47b2b8d8de402ce1c4f6 (patch) | |
tree | 3b773cc442fb8f41221865d9459306eeb39f6470 /share | |
parent | 23c3212a6f832eef7ce550873e74227687b741af (diff) |
add a paragraph about media handling
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/wx.4 | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/share/man/man4/wx.4 b/share/man/man4/wx.4 index 06032624df8..cb14b117fdf 100644 --- a/share/man/man4/wx.4 +++ b/share/man/man4/wx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wx.4,v 1.2 2000/02/12 22:23:25 jason Exp $ +.\" $OpenBSD: wx.4,v 1.3 2000/02/12 22:57:42 jason Exp $ .\" .\" Copyright (c) 2000 .\" Traakan Software. All rights reserved. @@ -42,8 +42,23 @@ driver provides support for Intel Gigabit Ethernet PCI cards based on the .Tn i82452 chipset such as the Intel Pro/1000 Gigabit Server Adapter. .Pp +The following media types and options (as given to +.Xr ifconfig 8 ) +are supported: +.Pp +.Bl -tag -width XXX -offset indent +.It Cm media No 1000baseSX Cm mediaopt No full-duplex +Set 1000Mbps (Gigabit Ethernet) operation and force full-duplex mode. +.It Cm media No 1000baseSX +Set 1000Mpbs (Gigabit Ethernet) operation. +.El +.Pp For more information on configuring this device, see .Xr ifconfig 8 . +To view a list of media types and options supported by your card try +.Ic ifconfig -m <device> . +For example, +.Ic ifconfig -m wx0 . .Sh DIAGNOSTICS .Bl -diag .It "wx%d: can't map registers" |