Sun Jan 22 11:26:48 2012 UTC ()
Fix xrefs, remove trailing whitespace, use actual Dd date,
add RCS Id.


(wiz)
diff -r1.1 -r1.2 src/share/man/man4/tpm.4

cvs diff -r1.1 -r1.2 src/share/man/man4/tpm.4 (expand / switch to unified diff)

--- src/share/man/man4/tpm.4 2012/01/22 06:44:31 1.1
+++ src/share/man/man4/tpm.4 2012/01/22 11:26:48 1.2
@@ -1,69 +1,68 @@ @@ -1,69 +1,68 @@
1.\" $OpenBSD:$ 1.\" $NetBSD: tpm.4,v 1.2 2012/01/22 11:26:48 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 2010 Hans-Jörg Höxer, <Hans-Joerg.Hoexer@genua.de> 3.\" Copyright (c) 2010 Hans-Jörg Höxer, <Hans-Joerg.Hoexer@genua.de>
4.\" 4.\"
5.\" Permission to use, copy, modify, and distribute this software for any 5.\" Permission to use, copy, modify, and distribute this software for any
6.\" purpose with or without fee is hereby granted, provided that the above 6.\" purpose with or without fee is hereby granted, provided that the above
7.\" copyright notice and this permission notice appear in all copies. 7.\" copyright notice and this permission notice appear in all copies.
8.\" 8.\"
9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate:$ 17.Dd January 22, 2012
18.Dt TPM 4 18.Dt TPM 4
19.Os 19.Os
20.Sh NAME 20.Sh NAME
21.Nm tpm 21.Nm tpm
22.Nd Trusted Platform Module 22.Nd Trusted Platform Module
23.Sh SYNOPSIS 23.Sh SYNOPSIS
24.Cd "tpm* at isa? iomem 0xfed40000" 24.Cd "tpm* at isa? iomem 0xfed40000"
25.Cd "tpm* at isa? iomem 0xfed40000 irq 7" 25.Cd "tpm* at isa? iomem 0xfed40000 irq 7"
26.Sh DESCRIPTION 26.Sh DESCRIPTION
27The 27The
28.Nm 28.Nm
29driver provides support for various trusted platfrom modules (TPM) that can 29driver provides support for various trusted platfrom modules (TPM) that can
30store cryptographic keys.  30store cryptographic keys.
31.Pp 31.Pp
32Supported modules: 32Supported modules:
33.Pp 33.Pp
34.Bl -bullet -compact -offset indent 34.Bl -bullet -compact -offset indent
35.It 35.It
36Atmel 97SC3203 36Atmel 97SC3203
37.It 37.It
38Broadcom BCM0102 38Broadcom BCM0102
39.It 39.It
40Infineon IFX SLD 9630 TT 1.1 and IFX SLB 9635 TT 1.2 40Infineon IFX SLD 9630 TT 1.1 and IFX SLB 9635 TT 1.2
41.It 41.It
42Intel INTC0102 42Intel INTC0102
43.It 43.It
44Sinosun SNS SSX35 44Sinosun SNS SSX35
45.It 45.It
46STM ST19WP18 46STM ST19WP18
47.It 47.It
48Winbond WEC WPCT200 48Winbond WEC WPCT200
49.El 49.El
50.Pp 50.Pp
51The driver can be configured to use an IRQ by providing a free ISA 51The driver can be configured to use an IRQ by providing a free ISA
52interrupt vector using the keyword 52interrupt vector using the keyword
53.Em irq 53.Em irq
54in the kernel configuration file or using 54in the kernel configuration file or using
55.Xr config 8 . 55.Xr config 1 .
56If not IRQ is specified, the driver uses polling. 56If not IRQ is specified, the driver uses polling.
57This is the default configuration. 57This is the default configuration.
58.Sh SEE ALSO 58.Sh SEE ALSO
59.Xr intro 4 , 59.Xr config 1 ,
60.Xr files.conf 5, 60.Xr intro 4
61.Xr config 8 
62.Sh AUTHORS 61.Sh AUTHORS
63.An -nosplit 62.An -nosplit
64The 63The
65.Nm 64.Nm
66driver was written by 65driver was written by
67.An Michael Shalayeff 66.An Michael Shalayeff
68and 67and
69.An Hans-Joerg Hoexer . 68.An Hans-Joerg Hoexer .