diff options
author | 2002-09-03 20:14:58 +0000 | |
---|---|---|
committer | 2002-09-03 20:14:58 +0000 | |
commit | fe21e2205f71cc24f0a11f8917e0b7d5a6c16c84 (patch) | |
tree | 83a5d765a1dda28ca8483c4a875fc32cc7d7a80f | |
parent | add support for 5801 and 5802 which appear to be 5805's as far as sw is concerned (diff) | |
download | wireguard-openbsd-fe21e2205f71cc24f0a11f8917e0b7d5a6c16c84.tar.xz wireguard-openbsd-fe21e2205f71cc24f0a11f8917e0b7d5a6c16c84.zip |
Note 5801/5802
-rw-r--r-- | share/man/man4/ubsec.4 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man4/ubsec.4 b/share/man/man4/ubsec.4 index 95106052c58..35973503589 100644 --- a/share/man/man4/ubsec.4 +++ b/share/man/man4/ubsec.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ubsec.4,v 1.14 2002/07/16 19:42:48 jason Exp $ +.\" $OpenBSD: ubsec.4,v 1.15 2002/09/03 20:14:58 jason Exp $ .\" .\" Copyright (c) 2000 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -48,8 +48,12 @@ was not very fast, lacked a RNG, and had a number of other bugs. .It Bluesteel 5601 A faster and fixed version of the original, with a random number unit and large number engine added. +.It Broadcom BCM5801 +Slower (cheaper) version of the 5805. +.It Broadcom BCM5802 +Slower (cheaper) version of the 5805. .It Broadcom BCM5805 -32 bit version of the above chip. +Faster version of the above chip. .It Broadcom BCM5820 64 bit version of the chip, and significantly more advanced. .It Broadcom BCM5821 |