From 0d533de8be5aff46f8172382e48f16adf8e71f34 Mon Sep 17 00:00:00 2001 From: brueffer Date: Sun, 1 Jul 2007 09:42:47 +0000 Subject: [PATCH] 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 --- share/man/man4/msk.4 | 12 +++++++----- 1 file 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 .