summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2006-04-01 09:55:37 +0000
committerbrueffer <brueffer@FreeBSD.org>2006-04-01 09:55:37 +0000
commit83cdc2ae52ad8b178c0bd5e90553926a7dc11997 (patch)
tree09158bda65204014b116ab0a2778650673bbb5fd /share
parent75222e0f6749f6b8072373aa91d852c4b51e1dec (diff)
downloadFreeBSD-src-83cdc2ae52ad8b178c0bd5e90553926a7dc11997.zip
FreeBSD-src-83cdc2ae52ad8b178c0bd5e90553926a7dc11997.tar.gz
Mention the module in the synopsis.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.i386/padlock.414
-rw-r--r--share/man/man4/mfi.414
2 files changed, 26 insertions, 2 deletions
diff --git a/share/man/man4/man4.i386/padlock.4 b/share/man/man4/man4.i386/padlock.4
index 7a19d8c..0dca442 100644
--- a/share/man/man4/man4.i386/padlock.4
+++ b/share/man/man4/man4.i386/padlock.4
@@ -24,16 +24,28 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 10, 2005
+.Dd April 1, 2006
.Dt PADLOCK 4 i386
.Os
.Sh NAME
.Nm padlock
.Nd "driver for the cryptographic functions and RNG in VIA C3 and Eden processors"
.Sh SYNOPSIS
+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 padlock"
+.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
+padlock_load="YES"
+.Ed
.Sh DESCRIPTION
The C3 and Eden processor series from VIA include hardware acceleration for
AES, as well as a hardware random number generator.
diff --git a/share/man/man4/mfi.4 b/share/man/man4/mfi.4
index 3f29d9363..d86c259 100644
--- a/share/man/man4/mfi.4
+++ b/share/man/man4/mfi.4
@@ -24,15 +24,27 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 29, 2006
+.Dd April 1, 2006
.Dt MFI 4
.Os
.Sh NAME
.Nm mfi
.Nd "LSI MegaRAID SAS driver"
.Sh SYNOPSIS
+To compile this driver into the kernel,
+place the following lines in your
+kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device pci"
.Cd "device mfi"
+.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
+mfi_load="YES"
+.Ed
.Sh DESCRIPTION
This driver is for LSI's next generation PCI Express SAS RAID controllers.
Access to RAID arrays (logical disks) from this driver is provided via
OpenPOWER on IntegriCloud