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
This commit is contained in:
parent
1f12b08ab4
commit
449e2f5c77
@ -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
|
||||
|
@ -25,14 +25,28 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"/
|
||||
.Dd September 12, 2004
|
||||
.Dd April 1, 2006
|
||||
.Dt SAFE 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm safe
|
||||
.Nd SafeNet crypto accelerator
|
||||
.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 safe"
|
||||
.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
|
||||
safe_load="YES"
|
||||
.Ed
|
||||
.Pp
|
||||
.Nm sysctl Va hw.safe.debug
|
||||
.Nm sysctl Va hw.safe.dump
|
||||
|
@ -31,14 +31,28 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd September 12, 2004
|
||||
.Dd April 1, 2006
|
||||
.Dt UBSEC 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm ubsec
|
||||
.Nd Broadcom and BlueSteel uBsec 5x0x crypto accelerator
|
||||
.Sh SYNOPSIS
|
||||
.Cd device ubsec
|
||||
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 ubsec"
|
||||
.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
|
||||
ubsec_load="YES"
|
||||
.Ed
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
Loading…
x
Reference in New Issue
Block a user