diff options
author | simon <simon@FreeBSD.org> | 2004-09-12 19:39:09 +0000 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2004-09-12 19:39:09 +0000 |
commit | d70a385414500c0c5e8dbb103af09e1d90a8fa01 (patch) | |
tree | ad11dd6b031904bbc1115829f3fc591b22927134 /share/man/man4/safe.4 | |
parent | 2ee283578faa0573a7be049bfb6b8022ec981b11 (diff) | |
download | FreeBSD-src-d70a385414500c0c5e8dbb103af09e1d90a8fa01.zip FreeBSD-src-d70a385414500c0c5e8dbb103af09e1d90a8fa01.tar.gz |
- Add a HARDWARE section which lists supported devices.
MFC after: 3 days
Diffstat (limited to 'share/man/man4/safe.4')
-rw-r--r-- | share/man/man4/safe.4 | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/share/man/man4/safe.4 b/share/man/man4/safe.4 index 4542fa5..4931dfb 100644 --- a/share/man/man4/safe.4 +++ b/share/man/man4/safe.4 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\"/ -.Dd May 30, 2002 +.Dd September 12, 2004 .Dt SAFE 4 .Os .Sh NAME @@ -42,16 +42,7 @@ .Sh DESCRIPTION The .Nm -driver supports cards containing any of the following chips: -.Bl -tag -width "SafeNet 1141" -offset indent -.It SafeNet 1141 -The original chipset. -Supports DES, Triple-DES, AES, MD5, and SHA-1 -symmetric crypto operations, RNG, public key operations, and full IPsec -packet processing. -.It SafeNet 1741 -A faster version of the 1141. -.El +driver supports cards containing SafeNet crypto accelerator chips. .Pp The .Nm @@ -100,6 +91,19 @@ or to .Dq Li int to dump the hardware interrupt registers. +.Sh HARDWARE +The +.Nm +driver supports cards containing any of the following chips: +.Bl -tag -width "SafeNet 1141" -offset indent +.It SafeNet 1141 +The original chipset. +Supports DES, Triple-DES, AES, MD5, and SHA-1 +symmetric crypto operations, RNG, public key operations, and full IPsec +packet processing. +.It SafeNet 1741 +A faster version of the 1141. +.El .Sh SEE ALSO .Xr crypt 3 , .Xr crypto 4 , |