adjust grammar in a few man pages: s/was/were/
[dragonfly.git] / share / man / man4 / tpm.4
1 .\"
2 .\" Copyright (c) 2010 Hans-Joerg Hoexer
3 .\"
4 .\" Permission to use, copy, modify, and distribute this software for any
5 .\" purpose with or without fee is hereby granted, provided that the above
6 .\" copyright notice and this permission notice appear in all copies.
7 .\"
8 .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 .\"
16 .\" $FreeBSD: src/share/man/man4/tpm.4,v 1.4 2010/08/15 20:56:13 brueffer Exp $
17 .\"
18 .Dd May 15, 2013
19 .Dt TPM 4
20 .Os
21 .Sh NAME
22 .Nm tpm
23 .Nd Trusted Platform Module
24 .Sh SYNOPSIS
25 To compile this driver into the kernel,
26 place the following lines in your
27 kernel configuration file:
28 .Bd -ragged -offset indent
29 .Cd "device tpm"
30 .Ed
31 .Pp
32 Alternatively, to load the driver as a
33 module at boot time, place the following line in
34 .Xr loader.conf 5 :
35 .Bd -literal -offset indent
36 tpm_load="YES"
37 .Ed
38 .\".Pp
39 .\"In
40 .\".Pa /boot/device.hints :
41 .\".Cd hint.tpm.0.at="isa"
42 .\".Cd hint.tpm.0.maddr="0xfed40000"
43 .\".Cd hint.tpm.0.msize="0x5000"
44 .\".Cd hint.tpm.1.at="isa"
45 .\".Cd hint.tpm.1.maddr="0xfed40000"
46 .\".Cd hint.tpm.1.msize="0x1000"
47 .Sh DESCRIPTION
48 The
49 .Nm
50 driver provides support for various trusted platform modules (TPM) that can
51 store cryptographic keys.
52 .Pp
53 Supported modules:
54 .Pp
55 .Bl -bullet -compact -offset indent
56 .It
57 Atmel 97SC3203
58 .It
59 Broadcom BCM0102
60 .It
61 Infineon IFX SLD 9630 TT 1.1 and IFX SLB 9635 TT 1.2
62 .It
63 Intel INTC0102
64 .It
65 Sinosun SNS SSX35
66 .It
67 STM ST19WP18
68 .It
69 Winbond WEC WPCT200
70 .El
71 .\".Pp
72 .\"The driver can be configured to use an IRQ by providing a free ISA
73 .\"interrupt vector in
74 .\".Pa /boot/device.hints .
75 .Sh SEE ALSO
76 .Xr intro 4 ,
77 .\".Xr device.hints 5 ,
78 .Xr config 8
79 .Sh AUTHORS
80 .An -nosplit
81 The
82 .Nm
83 driver was written by
84 .An Michael Shalayeff
85 and
86 .An Hans-Joerg Hoexer .