The driver will also first appear in 6.3. While here, fix some

grammar issues and capitalize Jumbo Frames.

Approved by:	re (blanket)
MFC after:	3 days
This commit is contained in:
brueffer 2007-07-01 09:42:47 +00:00
parent 6d9d1ccc26
commit 0d533de8be

View File

@ -61,11 +61,11 @@ The Yukon II supports TBI (ten bit interface) and GMII
transceivers, which means it can be used with either copper or
1000baseX fiber applications.
.Pp
The Yukon II also supports jumbo frames (up to 9022 bytes), which can be
The Yukon II also supports Jumbo Frames (up to 9022 bytes), which can be
configured via the interface MTU setting.
Selecting an MTU larger than 1500 bytes with the
.Xr ifconfig 8
utility configures the adapter to receive and transmit jumbo frames.
utility configures the adapter to receive and transmit Jumbo Frames.
.Pp
The
.Nm
@ -214,9 +214,9 @@ variables and
tunables:
.Bl -tag -width indent
.It Va dev.mskc.%d.process_limit
Maximum amount of Rx events to be processed in event loop before
Maximum amount of Rx events to be processed in the event loop before
rescheduling a taskqueue.
The accepted range is 30 to 256, default value is 128 events.
The accepted range is 30 to 256, the default value is 128 events.
The interface does not need to be brought down and up again before
a change takes effect.
.El
@ -240,4 +240,6 @@ and Marvell's
.Fx
driver.
It first appeared in
.Fx 7.0 .
.Fx 7.0
and
.Fx 6.3 .