mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Add description of the link{0,1,2} flags
This commit is contained in:
parent
4dbcd98832
commit
b5cca8def8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27402
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user