Formatting fixes

This commit is contained in:
Michael Kerrisk 2005-10-24 08:55:52 +00:00
parent 1e32103455
commit e4bd7c17b9
1 changed files with 30 additions and 48 deletions

View File

@ -120,10 +120,8 @@ Note that Marvell/SysKonnect does not offer any support for these open source mo
.TP
.BI Speed_A= i,j,...
This parameter is used to set the speed capabilities of port A of an adapter card. It is only valid for Yukon copper adapters. Possible values are:
.IR 10
,
.IR 100
,
.IR 10 ,
.IR 100 ,
.IR 1000
or
.IR Auto
@ -133,10 +131,8 @@ is the default. Usually, the speed is negotiated between the two ports during li
.TP
.BI Speed_B= i,j,...
This parameter is used to set the speed capabilities of port B of an adapter card. It is only valid for Yukon copper adapters. Possible values are:
.IR 10
,
.IR 100
,
.IR 10 ,
.IR 100 ,
.IR 1000
or
.IR Auto
@ -146,8 +142,7 @@ is the default. Usually, the speed is negotiated between the two ports during li
.TP
.BI AutoNeg_A= i,j,...
Enables or disables the use of autonegotiation of port A of an adapter card. Possible values are:
.IR On
,
.IR On ,
.IR Off
or
.IR Sense
@ -159,8 +154,7 @@ mode automatically detects whether the link partner supports auto-negotiation or
.TP
.BI AutoNeg_B= i,j,...
Enables or disables the use of autonegotiation of port B of an adapter card. Possible values are:
.IR On
,
.IR On ,
.IR Off
or
.IR Sense
@ -172,8 +166,7 @@ mode automatically detects whether the link partner supports auto-negotiation or
.TP
.BI DupCap_A= i,j,...
This parameter indicates the duplex mode to be used for port A of an adapter card. Possible values are:
.IR Half
,
.IR Half ,
.IR Full
or
.IR Both
@ -183,16 +176,15 @@ is the default.
This parameter is only relevant if AutoNeg_A of port A is not set to
.IR Sense .
If AutoNeg_A is set to
.IR On
, all three values of DupCap_A (
.IR Half
,
.IR On ,
all three values of DupCap_A (
.IR Half ,
.IR Full
or
.IR Both
) might be stated. If AutoNeg_A is set to
.IR Off
, only DupCap_A values
.IR Off ,
only DupCap_A values
.IR Full
and
.IR Half
@ -200,8 +192,7 @@ are allowed. This DupCap_A parameter is useful if your link partner does not sup
.TP
.BI DupCap_B= i,j,...
This parameter indicates the duplex mode to be used for port B of an adapter card. Possible values are:
.IR Half
,
.IR Half ,
.IR Full
or
.IR Both
@ -210,16 +201,15 @@ whereas
is the default. This parameter is only relevant if AutoNeg_B of port B is not set to
.IR Sense .
If AutoNeg_B is set to
.IR On
, all three values of DupCap_B (
.IR Half
,
.IR On ,
all three values of DupCap_B (
.IR Half ,
.IR Full
or
.IR Both
) might be stated. If AutoNeg_B is set to
.IR Off
, only DupCap_B values
.IR Off ,
only DupCap_B values
.IR Full
and
.IR Half
@ -227,10 +217,8 @@ are allowed. This DupCap_B parameter is useful if your link partner does not sup
.TP
.BI FlowCtrl_A= i,j,...
This parameter can be used to set the flow control capabilities the port reports during auto-negotiation. Possible values are:
.IR Sym
,
.IR SymOrRem
,
.IR Sym ,
.IR SymOrRem ,
.IR LocSend
or
.IR None
@ -260,10 +248,8 @@ Note that this parameter is ignored if AutoNeg_A is set to
.TP
.BI FlowCtrl_B= i,j,...
This parameter can be used to set the flow control capabilities the port reports during auto-negotiation. Possible values are:
.IR Sym
,
.IR SymOrRem
,
.IR Sym ,
.IR SymOrRem ,
.IR LocSend
or
.IR None
@ -293,8 +279,7 @@ Note that this parameter is ignored if AutoNeg_B is set to
.TP
.BI Role_A= i,j,...
This parameter is only valid for 1000Base-T adapter cards. For two 1000Base-T ports to communicate, one must take the role of the master (providing timing information), while the other must be the slave. Possible values are:
.IR Auto
,
.IR Auto ,
.IR Master
or
.IR Slave
@ -304,8 +289,7 @@ is the default. Usually, the role of a port is negotiated between two ports duri
.TP
.BI Role_B= i,j,...
This parameter is only valid for 1000Base-T adapter cards. For two 1000Base-T ports to communicate, one must take the role of the master (providing timing information), while the other must be the slave. Possible values are:
.IR Auto
,
.IR Auto ,
.IR Master
or
.IR Slave
@ -350,8 +334,7 @@ the fact, that the per-port parameters (e.g.
Interrupt moderation is employed to limit the maximum number of interrupts the driver has to serve. That is, one or more interrupts (which indicate any transmit or receive packet to be processed) are queued until the driver processes them. When queued interrupts are to be served, is determined by the
.IR IntsPerSec
parameter, which is explained later below. Possible moderation modes are:
.IR None
,
.IR None ,
.IR Static
or
.IR Dynamic
@ -405,10 +388,8 @@ is the default.
.TP
.BI RlmtMode= i,j,...
RLMT monitors the status of the port. If the link of the active port fails, RLMT switches immediately to the standby link. The virtual link is maintained as long as at least one 'physical' link is up. This parameters states how RLMT should monitor both ports. Possible values are:
.IR CheckLinkState
,
.IR CheckLocalPort
,
.IR CheckLinkState ,
.IR CheckLocalPort ,
.IR CheckSeg
or
.IR DualNet
@ -431,8 +412,9 @@ Check local port and segmentation: This mode supports the same functions as the
.IR DualNet
In this mode, ports A and B are used as separate devices. If you have a dual port adapter, port A will be configured as
.IR eth[x] and port B as
.IR eth[x+1]
. Both ports can be used independently with distinct IP addresses. The preferred port setting is not used. RLMT is turned off.
.IR eth[x+1] .
Both ports can be used independently with distinct IP addresses.
The preferred port setting is not used. RLMT is turned off.
Note that RLMT modes
.IR CheckLocalPort