diff options
| -rw-r--r-- | share/man/man4/fxp.4 | 43 | ||||
| -rw-r--r-- | share/man/man4/man4.i386/fxp.4 | 43 |
2 files changed, 52 insertions, 34 deletions
diff --git a/share/man/man4/fxp.4 b/share/man/man4/fxp.4 index ba8aee1b3c95..122315e41820 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: fxp.4,v 1.3 1997/02/22 13:25:27 peter Exp $ +.\" $Id: fxp.4,v 1.4 1997/07/14 23:42:57 obrien Exp $ .\" .Dd January 19, 1997 .Dt FXP 4 i386 @@ -31,31 +31,40 @@ .Sh NAME .Nm fxp .Nd -Intel EtherExpress Pro/100B Ethernet device driver +Intel EtherExpress Pro/100B ethernet device driver .Sh SYNOPSIS .Cd "device fxp0" .Sh DESCRIPTION The .Nm -driver provides support for the EtherExpress Pro/100B PCI Fast Ethernet -adapter based on the Intel i82557 Ethernet chip. +driver provides support for the EtherExpress Pro/10 and Pro/100B PCI Fast Ethernet +adapters 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 +The +.Nm +driver supports the following media types: +.Pp +.Bl -tag -width xxxxxxxxxxxxxxxxxxxx +.It autoselect +Enable autoselection of the media type and options +.It 10baseT/UTP +Set 10Mbps operation +.It 100baseTX +Set 100Mbps (fast ethernet) operation +.El +.Pp +The +.Nm +driver supports the following media options: .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 +.It full-duplex +Set full duplex operation .El +.Pp +Note that 100baseTX media type is only available on the Pro/100B. For further information +on configuring this device, see +.Xr ifconfig 8 . .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 ba8aee1b3c95..122315e41820 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: fxp.4,v 1.3 1997/02/22 13:25:27 peter Exp $ +.\" $Id: fxp.4,v 1.4 1997/07/14 23:42:57 obrien Exp $ .\" .Dd January 19, 1997 .Dt FXP 4 i386 @@ -31,31 +31,40 @@ .Sh NAME .Nm fxp .Nd -Intel EtherExpress Pro/100B Ethernet device driver +Intel EtherExpress Pro/100B ethernet device driver .Sh SYNOPSIS .Cd "device fxp0" .Sh DESCRIPTION The .Nm -driver provides support for the EtherExpress Pro/100B PCI Fast Ethernet -adapter based on the Intel i82557 Ethernet chip. +driver provides support for the EtherExpress Pro/10 and Pro/100B PCI Fast Ethernet +adapters 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 +The +.Nm +driver supports the following media types: +.Pp +.Bl -tag -width xxxxxxxxxxxxxxxxxxxx +.It autoselect +Enable autoselection of the media type and options +.It 10baseT/UTP +Set 10Mbps operation +.It 100baseTX +Set 100Mbps (fast ethernet) operation +.El +.Pp +The +.Nm +driver supports the following media options: .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 +.It full-duplex +Set full duplex operation .El +.Pp +Note that 100baseTX media type is only available on the Pro/100B. For further information +on configuring this device, see +.Xr ifconfig 8 . .Sh DIAGNOSTICS .Bl -diag .It "fxp%d: couldn't map memory" |
