diff options
author | 2009-06-06 02:54:23 +0000 | |
---|---|---|
committer | 2009-06-06 02:54:23 +0000 | |
commit | 1d40696af44ce81847596cc6fd8f24fe84c4cf12 (patch) | |
tree | e5412e063bcc21685aa0e543496067edbdccef1d | |
parent | Rewrite the SIOCSIFFLAGS ioctl handling code to clean it up a bit and (diff) | |
download | wireguard-openbsd-1d40696af44ce81847596cc6fd8f24fe84c4cf12.tar.xz wireguard-openbsd-1d40696af44ce81847596cc6fd8f24fe84c4cf12.zip |
more chipsets that support IPv6 receive TCP/UDP checksum offload; from Brad
-rw-r--r-- | share/man/man4/bge.4 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man4/bge.4 b/share/man/man4/bge.4 index d71996b022a..2fe6b1de180 100644 --- a/share/man/man4/bge.4 +++ b/share/man/man4/bge.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bge.4,v 1.46 2009/06/04 04:09:02 naddy Exp $ +.\" $OpenBSD: bge.4,v 1.47 2009/06/06 02:54:23 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: June 4 2009 $ +.Dd $Mdocdate: June 6 2009 $ .Dt BGE 4 .Os .Sh NAME @@ -115,8 +115,9 @@ The driver supports IPv4 IP, TCP, and UDP checksum offload for receive, IP checksum offload for transmit, VLAN tag insertion and stripping, as well as a 256-bit multicast hash filter. -The BCM5754, BCM5755, BCM5761, BCM5784, BCM5785, BCM5787 and BCM577x0 -chips also support IPv6 receive TCP/UDP checksum offload. +The BCM5723, BCM5754, BCM5755, BCM5761, BCM5764, BCM5784, BCM5785, +BCM5787 and BCM577x0 chips also support IPv6 receive TCP/UDP checksum +offload. .Pp The BCM5700, BCM5701, BCM5703 and BCM5704 chips are capable of supporting Jumbo frames, which can be configured via the |