summaryrefslogtreecommitdiffstats
path: root/share/man/man4/hifn.4
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2006-04-01 10:56:36 +0000
committerbrueffer <brueffer@FreeBSD.org>2006-04-01 10:56:36 +0000
commit952b01bba90b5a9a2bc6620cd505ad36e2d82e87 (patch)
tree29139b5fbaee635420b7a516e92ae500bf2f8686 /share/man/man4/hifn.4
parent1621c9cdaa068edba6944c9e105649583bab3c7f (diff)
downloadFreeBSD-src-952b01bba90b5a9a2bc6620cd505ad36e2d82e87.zip
FreeBSD-src-952b01bba90b5a9a2bc6620cd505ad36e2d82e87.tar.gz
Convert the SYNOPSIS section to look like the ones used in other driver
manpages, mention module support. Also add the crypto and cryptodev devices as the drivers are kind of useless without them. MFC after: 3 days
Diffstat (limited to 'share/man/man4/hifn.4')
-rw-r--r--share/man/man4/hifn.418
1 files changed, 16 insertions, 2 deletions
diff --git a/share/man/man4/hifn.4 b/share/man/man4/hifn.4
index 0f7ee95..ec7a564 100644
--- a/share/man/man4/hifn.4
+++ b/share/man/man4/hifn.4
@@ -28,14 +28,28 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 12, 2004
+.Dd April 1, 2006
.Dt HIFN 4
.Os
.Sh NAME
.Nm hifn
.Nd Hifn 7751/7951/7811/7955/7956 crypto accelerator
.Sh SYNOPSIS
-.Cd device hifn
+To compile this driver into the kernel,
+place the following lines in your
+kernel configuration file:
+.Bd -ragged -offset indent
+.Cd "device crypto"
+.Cd "device cryptodev"
+.Cd "device hifn"
+.Ed
+.Pp
+Alternatively, to load the driver as a
+module at boot time, place the following line in
+.Xr loader.conf 5 :
+.Bd -literal -offset indent
+hifn_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
OpenPOWER on IntegriCloud