diff options
author | 2014-09-02 10:24:32 +0000 | |
---|---|---|
committer | 2014-09-02 10:24:32 +0000 | |
commit | 620aba257a1058a1afbc3539e7038c28f97f4f06 (patch) | |
tree | 1955189fc037823c862c3302c94023b6983449a7 | |
parent | Jumbo support for some newer chipsets. (diff) | |
download | wireguard-openbsd-620aba257a1058a1afbc3539e7038c28f97f4f06.tar.xz wireguard-openbsd-620aba257a1058a1afbc3539e7038c28f97f4f06.zip |
we dont enable jumbos based on the interfaces mtu config.
-rw-r--r-- | share/man/man4/msk.4 | 11 | ||||
-rw-r--r-- | share/man/man4/sk.4 | 11 |
2 files changed, 4 insertions, 18 deletions
diff --git a/share/man/man4/msk.4 b/share/man/man4/msk.4 index 0f39cccbcb0..52382e76f10 100644 --- a/share/man/man4/msk.4 +++ b/share/man/man4/msk.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: msk.4,v 1.14 2013/08/14 06:32:34 jmc Exp $ +.\" $OpenBSD: msk.4,v 1.15 2014/09/02 10:24:32 dlg Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" $FreeBSD: src/share/man/man4/man4.i386/sk.4,v 1.3 1999/08/28 00:20:29 peter Exp $ .\" -.Dd $Mdocdate: August 14 2013 $ +.Dd $Mdocdate: September 2 2014 $ .Dt MSK 4 .Os .Sh NAME @@ -87,13 +87,6 @@ SysKonnect SK-9S92 dual port, single mode fiber adapter SysKonnect SK-9E21D single port, copper adapter .El .Pp -The Yukon-2 88E802x, 88E805x, 88E806x, and 88E807x also support a -frame size of up to 9000 bytes. -Support for Jumbo frames is provided via the interface MTU setting. -Selecting an MTU larger than 1500 bytes with the -.Xr ifconfig 8 -utility configures the adapter to transmit Jumbo frames. -.Pp The .Nm driver supports the following media types: diff --git a/share/man/man4/sk.4 b/share/man/man4/sk.4 index 3c23b6679a0..5e4fae33206 100644 --- a/share/man/man4/sk.4 +++ b/share/man/man4/sk.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sk.4,v 1.65 2014/04/19 19:44:23 naddy Exp $ +.\" $OpenBSD: sk.4,v 1.66 2014/09/02 10:24:32 dlg Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" $FreeBSD: src/share/man/man4/man4.i386/sk.4,v 1.3 1999/08/28 00:20:29 peter Exp $ .\" -.Dd $Mdocdate: April 19 2014 $ +.Dd $Mdocdate: September 2 2014 $ .Dt SK 4 .Os .Sh NAME @@ -111,13 +111,6 @@ allowing dual-port NIC configurations. The Marvell based adapters are a single integrated circuit, but are still presented as a separate MAC (sk) and controller ASIC (skc). .Pp -The GEnesis and Yukon 88E8001, 88E8003 and 88E8010 also support a -frame size of up to 9000 bytes. -Support for Jumbo frames is provided via the interface MTU setting. -Selecting an MTU larger than 1500 bytes with the -.Xr ifconfig 8 -utility configures the adapter to transmit Jumbo frames. -.Pp The .Nm driver supports the following media types: |