diff options
author | 2012-07-03 11:38:06 +0000 | |
---|---|---|
committer | 2012-07-03 11:38:06 +0000 | |
commit | 048d2d848d4167d0f5797ef9a9ee97d65b6e5f5c (patch) | |
tree | 5d7979295d2af766075b5de741bbf8f1ba0f8e20 | |
parent | Improve the key derivation function to produce correct keying material (diff) | |
download | wireguard-openbsd-048d2d848d4167d0f5797ef9a9ee97d65b6e5f5c.tar.xz wireguard-openbsd-048d2d848d4167d0f5797ef9a9ee97d65b6e5f5c.zip |
BCM5754 should stay, noticed by brad
-rw-r--r-- | share/man/man4/bge.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/bge.4 b/share/man/man4/bge.4 index 39bee972812..fbcdbdd48e7 100644 --- a/share/man/man4/bge.4 +++ b/share/man/man4/bge.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bge.4,v 1.54 2012/07/02 14:27:56 mikeb Exp $ +.\" $OpenBSD: bge.4,v 1.55 2012/07/03 11:38:06 mikeb 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: July 2 2012 $ +.Dd $Mdocdate: July 3 2012 $ .Dt BGE 4 .Os .Sh NAME @@ -118,7 +118,7 @@ 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 BCM5717, BCM5718, BCM5723, BCM5755, BCM5761, BCM5764, BCM5784, +The BCM5717, BCM5718, BCM5723, BCM5754, BCM5755, BCM5761, BCM5764, BCM5784, BCM5785, BCM5787 and BCM577xx chips also support IPv6 receive TCP/UDP checksum offload. .Pp |