aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorChristian Brueffer <brueffer@FreeBSD.org>2007-07-01 09:42:47 +0000
committerChristian Brueffer <brueffer@FreeBSD.org>2007-07-01 09:42:47 +0000
commit62acbaf00abc05edb549f59160cc5ba2c8061f03 (patch)
tree32500e752350496823fbcb572f6e3c902f5f9ac9 /share
parentd5f3758f644473090d66c9488c0c79a9ab7fcfdf (diff)
Notes
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/msk.412
1 files changed, 7 insertions, 5 deletions
diff --git a/share/man/man4/msk.4 b/share/man/man4/msk.4
index 7d80630ed790..5e39932d40fe 100644
--- a/share/man/man4/msk.4
+++ b/share/man/man4/msk.4
@@ -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 .