Mention the module in the synopsis.
This commit is contained in:
parent
5e073106d5
commit
7bffbceefe
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user