svn commit: r358950 - stable/12/share/man/man4

Mateusz Piotrowski 0mp at FreeBSD.org
Fri Mar 13 09:41:41 UTC 2020


Author: 0mp (doc,ports committer)
Date: Fri Mar 13 09:41:40 2020
New Revision: 358950
URL: https://svnweb.freebsd.org/changeset/base/358950

Log:
  MFC 339952:
  
  Approved by:	bcr (mentor)
  Differential Revision:	https://reviews.freebsd.org/D24054
  
  tpm(4): Add the STANDARDS and HISTORY sections
  
  Also, link to the homepage of the BSSSD project, which developed the
  original driver.
  
  Reviewed by:	bcr, kevans
  Approved by:	krion (mentor, implicit), mat (mentor, implicit)
  Differential Revision:	https://reviews.freebsd.org/D17608

Modified:
  stable/12/share/man/man4/tpm.4
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/share/man/man4/tpm.4
==============================================================================
--- stable/12/share/man/man4/tpm.4	Fri Mar 13 09:18:28 2020	(r358949)
+++ stable/12/share/man/man4/tpm.4	Fri Mar 13 09:41:40 2020	(r358950)
@@ -15,7 +15,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 15, 2010
+.Dd October 31, 2018
 .Dt TPM 4
 .Os
 .Sh NAME
@@ -76,6 +76,44 @@ interrupt vector in
 .Xr intro 4 ,
 .Xr device.hints 5 ,
 .Xr config 8
+.Pp
+The homepage of the BSSSD project, which developed the original
+.Nm
+driver:
+.Lk "http://bsssd.sourceforge.net/" .
+.Pp
+TPM main specification can be found at:
+.Lk "https://trustedcomputinggroup.org/resource/tpm-main-specification/" .
+.Sh STANDARDS
+TPM Main Specification Level 2 Version 1.2:
+.Bl -dash
+.It
+.Rs
+.%A ISO/IEC
+.%T 11889-1:2009, Information technology -- Trusted Platform Module -- Part 1: Overview
+.%U "https://www.iso.org/standard/50970.html"
+.Re
+.It
+.Rs
+.%A ISO/IEC
+.%T 11889-2:2009, Information technology -- Trusted Platform Module -- Part 2: Design principles
+.%U "https://www.iso.org/standard/50971.html"
+.Re
+.It
+.Rs
+.%A ISO/IEC
+.%T 11889-3:2009, Information technology -- Trusted Platform Module -- Part 3: Structures
+.%U "https://www.iso.org/standard/50972.html"
+.Re
+.El
+.Sh HISTORY
+The
+.Nm
+driver
+first appeared in
+.Fx 8.2
+and was later added to
+.Ox 6.1 .
 .Sh AUTHORS
 .An -nosplit
 The


More information about the svn-src-all mailing list