]> CyberLeo.Net >> Repos - FreeBSD/releng/8.2.git/blob - share/man/man4/tpm.4
MFC r217872: Unbreak .Dd line.
[FreeBSD/releng/8.2.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$
17 .\"
18 .Dd March 8, 2010
19 .Dt TPM 4
20 .Os
21 .Sh NAME
22 .Nm tpm
23 .Nd Trusted Platform Module
24 .Sh SYNOPSIS
25 .Cd "device tpm"
26 .Pp
27 In
28 .Pa /boot/device.hints :
29 .Cd hint.tpm.0.at="isa"
30 .Cd hint.tpm.0.maddr="0xfed40000"
31 .Cd hint.tpm.0.msize="0x5000"
32 .Cd hint.tpm.1.at="isa"
33 .Cd hint.tpm.1.maddr="0xfed40000"
34 .Cd hint.tpm.1.msize="0x1000"
35 .Sh DESCRIPTION
36 The
37 .Nm
38 driver provides support for various trusted platfrom modules (TPM) that can
39 store cryptographic keys. 
40 .Pp
41 Supported modules:
42 .Pp
43 .Bl -bullet -compact -offset indent
44 .It
45 Atmel 97SC3203
46 .It
47 Broadcom BCM0102
48 .It
49 Infineon IFX SLD 9630 TT 1.1 and IFX SLB 9635 TT 1.2
50 .It
51 Intel INTC0102
52 .It
53 Sinosun SNS SSX35
54 .It
55 STM ST19WP18
56 .It
57 Winbond WEC WPCT200
58 .El
59 .Pp
60 The driver can be configured to use an IRQ by providing a free ISA
61 interrupt vector in
62 .Pa /boot/device.hints .
63 .Sh SEE ALSO
64 .Xr intro 4 ,
65 .Xr files.conf 5,
66 .Xr config 8
67 .Sh AUTHORS
68 .An -nosplit
69 The
70 .Nm
71 driver was written by
72 .An Michael Shalayeff
73 and
74 .An Hans-Joerg Hoexer .