Add 1000baseTX support for the nve driver, which is known here and there.

Also mention that the driver sometimes returns '10baseTX' as output instead
of 100baseTX (which is the case at that moment).

PR:		docs/115284
Submitted by:	Julian Stacey Jhs <jhs at berklix dot org>
MFC After:	3 days
This commit is contained in:
Remko Lodder 2007-12-08 21:58:18 +00:00
parent 7501865c53
commit 4c6d9a5a30

View File

@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 9, 2005
.Dd December 8, 2007
.Dt NVE 4
.Os
.Sh NAME
@ -72,6 +72,8 @@ Enable autoselection of the media type and options.
Set 10Mbps operation.
.It Cm 100baseTX
Set 100Mbps (Fast Ethernet) operation.
.It Cm 1000baseTX
Set 1000Mbps (Gigabit Ethernet) operation.
.El
.Pp
The
@ -112,6 +114,11 @@ There are not enough mbufs available for allocation.
The device has stopped responding to the network, or there is a problem with
the network connection (cable).
.El
.Sh BUGS
There are mentionings that when the card is in auto select mode,
ifconfig output reports a 10baseT/UTP output while the leds and
bandwidth show that the card is actually in 100baseTX mode.
.El
.Sh SEE ALSO
.Xr altq 4 ,
.Xr arp 4 ,