summaryrefslogtreecommitdiff
path: root/share/man/man4/ubsec.4
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2009-03-27 13:31:31 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2009-03-27 13:31:31 +0000
commit7ecf0fa0e4e5306c76993619765601e117a70d72 (patch)
tree513ba43cf06040ce5be1090b28000a6232da271e /share/man/man4/ubsec.4
parentdd0e74472f5a73374d15e266c574cd676c280728 (diff)
Add support for the BCM5825 and the next-generation BCM5860, 5861,
5862 Broadcom CryptoNetX IPSec/SSL Security Processors. The 5825 is a faster version of the already supported 5823, and the even faster 586x series is a bit different and needed some more changes. The RNG engine on the 586x is not supported yet but I hope to fix it soon... ubsec0 at pci4 dev 0 function 0 "Broadcom 5862" rev 0x01: 3DES MD5 SHA1 AES PK, apic 10 int 10 (irq 11) tested by phessler@ and me ok deraadt@
Diffstat (limited to 'share/man/man4/ubsec.4')
-rw-r--r--share/man/man4/ubsec.418
1 files changed, 15 insertions, 3 deletions
diff --git a/share/man/man4/ubsec.4 b/share/man/man4/ubsec.4
index 58404b2f6c8..cdae249cd86 100644
--- a/share/man/man4/ubsec.4
+++ b/share/man/man4/ubsec.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ubsec.4,v 1.31 2009/03/25 14:53:08 jmc Exp $
+.\" $OpenBSD: ubsec.4,v 1.32 2009/03/27 13:31:30 reyk Exp $
.\"
.\" Copyright (c) 2000 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: March 25 2009 $
+.Dd $Mdocdate: March 27 2009 $
.Dt UBSEC 4
.Os
.Sh NAME
@@ -59,6 +59,14 @@ This is the chip found on the Sun Crypto Accelerator 1000.
Faster version of the BCM5820.
.It Broadcom BCM5823
Faster version of the BCM5822 that also supports AES.
+.It Broadcom BCM5825
+Faster PCI Express or PCI-X version of the chip.
+.It Broadcom BCM5860
+IPSec/SSL Security Processor that is faster and has more features.
+.It Broadcom BCM5861
+Faster version of the BCM5860.
+.It Broadcom BCM5862
+Faster version of the BCM5861.
.El
.Pp
The
@@ -68,7 +76,7 @@ and SHA1-HMAC operations for
.Xr ipsec 4
and
.Xr crypto 4 .
-The driver also supports acceleration of AES-CBC with the BCM5823.
+The driver also supports acceleration of AES-CBC with the BCM5823 or newer.
.Pp
On those models which contain a public key engine (almost all of the
more recent ones), this feature is registered with the
@@ -96,3 +104,7 @@ device driver appeared in
The BCM5801 and BCM5802 have not actually been tested.
Also, some of the newer chips support AES-CTR (AES Counter Mode) but
it is not supported by the driver.
+The advanced SSL/TLS acceleration features of the BCM5860 or newer
+are not supported by the driver and the
+.Xr crypto 4
+subsystem.