diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2014-01-29 16:15:13 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2014-01-29 16:15:13 +0000 |
commit | 1ff037d3630c0f3bc8dfbb34b66099fef8c4067a (patch) | |
tree | 7574b8101f3ec257eb2178fb946ce16cc71c9a3c /share | |
parent | 8f14d4911fa0c970601cab37c2a8990aa367ad69 (diff) |
document IPv6 TX checksum offload; ok brad@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/bge.4 | 6 | ||||
-rw-r--r-- | share/man/man4/jme.4 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/bge.4 b/share/man/man4/bge.4 index b964ad1019e..9c823b795f6 100644 --- a/share/man/man4/bge.4 +++ b/share/man/man4/bge.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bge.4,v 1.60 2013/11/05 03:51:43 brad Exp $ +.\" $OpenBSD: bge.4,v 1.61 2014/01/29 16:15:12 naddy Exp $ .\" Copyright (c) 2001 Wind River Systems .\" Copyright (c) 1997, 1998, 1999, 2000, 2001 .\" Bill Paul <wpaul@windriver.com>. All rights reserved. @@ -30,7 +30,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 5 2013 $ +.Dd $Mdocdate: January 29 2014 $ .Dt BGE 4 .Os .Sh NAME @@ -106,7 +106,7 @@ checksum offload, VLAN tag insertion and stripping, as well as a 256-bit multicast hash filter. The BCM5717, BCM5718, BCM5723, BCM5754, BCM5755, BCM5761, BCM5764, BCM5784, BCM5785, BCM5787 and BCM577xx chips also support IPv6 receive TCP/UDP -checksum offload. +checksum offload and IPv6 transmit TCP checksum offload. .Pp The BCM5700, BCM5701, BCM5703 and BCM5704 chips are capable of supporting Jumbo frames, which can be configured via the diff --git a/share/man/man4/jme.4 b/share/man/man4/jme.4 index 4c69eeff722..e05575de214 100644 --- a/share/man/man4/jme.4 +++ b/share/man/man4/jme.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: jme.4,v 1.6 2013/11/05 03:51:43 brad Exp $ +.\" $OpenBSD: jme.4,v 1.7 2014/01/29 16:15:12 naddy Exp $ .\" .\" Copyright (c) 2008 Jonathan Gray <jsg@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 5 2013 $ +.Dd $Mdocdate: January 29 2014 $ .Dt JME 4 .Os .Sh NAME @@ -36,7 +36,7 @@ is also supported. The .Nm driver supports IPv4 receive/transmit IP/TCP/UDP checksum offload, IPv6 -receive TCP/UDP checksum offload and VLAN tag insertion and +receive/transmit TCP/UDP checksum offload and VLAN tag insertion and stripping. .Pp The following |