diff options
author | ru <ru@FreeBSD.org> | 2005-01-14 10:33:39 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-14 10:33:39 +0000 |
commit | 7a0379a67c79aa711ca4abc599346b7abde0a25f (patch) | |
tree | 7013ced0f1f84b02ae3243d71bafde0ef5ca7fc4 /share | |
parent | 0c1447a9557f735f392397cba6aeb788b065bf63 (diff) | |
download | FreeBSD-src-7a0379a67c79aa711ca4abc599346b7abde0a25f.zip FreeBSD-src-7a0379a67c79aa711ca4abc599346b7abde0a25f.tar.gz |
Markup fixes.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/vge.4 | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/share/man/man4/vge.4 b/share/man/man4/vge.4 index 0742c81..b775948 100644 --- a/share/man/man4/vge.4 +++ b/share/man/man4/vge.4 @@ -47,8 +47,8 @@ based on the VIA Networking Technologies VT6122 Gigabit Ethernet controller chips. .Pp The VT6122 is a 33/66Mhz 64-bit PCI device which combines a tri-speed MAC with -an integrated 10/100/1000 copper PHY. (Some older cards use an external -PHY.) +an integrated 10/100/1000 copper PHY. +(Some older cards use an external PHY.) The MAC supports TCP/IP hardware checksums (IPv4 only), TCP large send, VLAN tag insertion and stripping, as well as VLAN filtering, a 64-entry CAM filter and a 64-entry VLAN filter, @@ -76,7 +76,7 @@ utility. The .Nm driver supports the following media types: -.Bl -tag -width 10baseTXUTP +.Bl -tag -width ".Cm 10baseT/UTP" .It Cm autoselect Enable autoselection of the media type and options. The user can manually override @@ -86,7 +86,7 @@ the autoselected mode by adding media options to Set 10Mbps operation. The .Xr ifconfig 8 -.Ic mediaopt +.Cm mediaopt option can also be used to select either .Cm full-duplex or @@ -96,7 +96,7 @@ modes. Set 100Mbps (Fast Ethernet) operation. The .Xr ifconfig 8 -.Ic mediaopt +.Cm mediaopt option can also be used to select either .Cm full-duplex or @@ -104,16 +104,20 @@ or modes. .It Cm 1000baseTX Set 1000baseTX operation over twisted pair. +The +.Xr ifconfig 8 +.Cm mediaopt +option can also be used to select either .Cm full-duplex -and +or .Cm half-duplex -modes are supported. +modes. .El .Pp The .Nm driver supports the following media options: -.Bl -tag -width full-duplex +.Bl -tag -width ".Cm full-duplex" .It Cm full-duplex Force full duplex operation. .It Cm half-duplex @@ -123,7 +127,7 @@ Force half duplex operation. The .Nm driver also supports one special link option for 1000baseTX cards: -.Bl -tag -width link0 +.Bl -tag -width ".Cm link0" .It Cm link0 With 1000baseTX cards, establishing a link between two ports requires that one port be configured as a master and the other a slave. |