From 83cdc2ae52ad8b178c0bd5e90553926a7dc11997 Mon Sep 17 00:00:00 2001 From: brueffer Date: Sat, 1 Apr 2006 09:55:37 +0000 Subject: Mention the module in the synopsis. --- share/man/man4/man4.i386/padlock.4 | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'share/man/man4/man4.i386') 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. -- cgit v1.1