From owner-svn-src-head@FreeBSD.ORG Thu Aug 12 01:06:22 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 358EF1065675; Thu, 12 Aug 2010 01:06:22 +0000 (UTC) (envelope-from andy@fud.org.nz) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7E78F8FC17; Thu, 12 Aug 2010 01:06:21 +0000 (UTC) Received: by wyj26 with SMTP id 26so1008575wyj.13 for ; Wed, 11 Aug 2010 18:06:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.72.139 with SMTP id m11mr17081942wbj.30.1281573759583; Wed, 11 Aug 2010 17:42:39 -0700 (PDT) Sender: andy@fud.org.nz Received: by 10.227.138.65 with HTTP; Wed, 11 Aug 2010 17:42:39 -0700 (PDT) In-Reply-To: <201008120016.o7C0GI2t014914@svn.freebsd.org> References: <201008120016.o7C0GI2t014914@svn.freebsd.org> Date: Thu, 12 Aug 2010 12:42:39 +1200 X-Google-Sender-Auth: BjtuwGDxewX6kbA6UOIk73I4Qfg Message-ID: From: Andrew Thompson To: Takanori Watanabe Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r211201 - in head: share/man/man4 sys/conf sys/dev/tpm sys/modules sys/modules/tpm X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Aug 2010 01:06:22 -0000 On 12 August 2010 12:16, Takanori Watanabe wrote: > Author: takawata > Date: Thu Aug 12 00:16:18 2010 > New Revision: 211201 > URL: http://svn.freebsd.org/changeset/base/211201 > > Log: > =A0Add tpm(4) driver for Trusted Platform Module. > =A0You may want to look at http://bsssd.sourceforge.net/ . > > =A0Submitted by: Hans-Joerg Hoexer > > Added: > =A0head/share/man/man4/tpm.4 =A0 (contents, props changed) > =A0head/sys/dev/tpm/ > =A0head/sys/dev/tpm/tpm.c =A0 (contents, props changed) > =A0head/sys/dev/tpm/tpm_acpi.c =A0 (contents, props changed) > =A0head/sys/dev/tpm/tpm_isa.c =A0 (contents, props changed) > =A0head/sys/dev/tpm/tpmvar.h =A0 (contents, props changed) > =A0head/sys/modules/tpm/ > =A0head/sys/modules/tpm/Makefile =A0 (contents, props changed) > Modified: > =A0head/sys/conf/files.i386 > =A0head/sys/modules/Makefile > > Added: head/share/man/man4/tpm.4 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- /dev/null =A0 00:00:00 1970 =A0 (empty, because file is newly added) > +++ head/share/man/man4/tpm.4 =A0 Thu Aug 12 00:16:18 2010 =A0 =A0 =A0 = =A0(r211201) > @@ -0,0 +1,74 @@ > +.\" > +.\" Copyright (c) 2010 Hans-J His name appears truncated here, the other files seem ok. Andrew