From owner-svn-src-head@FreeBSD.ORG Thu Aug 12 16:30:15 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 CD29B10656A4; Thu, 12 Aug 2010 16:30:15 +0000 (UTC) (envelope-from rpaulo@freebsd.org) Received: from karen.lavabit.com (karen.lavabit.com [72.249.41.33]) by mx1.freebsd.org (Postfix) with ESMTP id 9E8C08FC1F; Thu, 12 Aug 2010 16:30:15 +0000 (UTC) Received: from e.earth.lavabit.com (e.earth.lavabit.com [192.168.111.14]) by karen.lavabit.com (Postfix) with ESMTP id 3B7E811B88A; Thu, 12 Aug 2010 11:30:15 -0500 (CDT) Received: from 10.0.10.3 (54.81.54.77.rev.vodafone.pt [77.54.81.54]) by lavabit.com with ESMTP id WHK3PX6BBY1L; Thu, 12 Aug 2010 11:30:15 -0500 Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Rui Paulo In-Reply-To: <201008120016.o7C0GI2t014914@svn.freebsd.org> Date: Thu, 12 Aug 2010 17:30:12 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201008120016.o7C0GI2t014914@svn.freebsd.org> To: Takanori Watanabe X-Mailer: Apple Mail (2.1081) 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 16:30:15 -0000 On 12 Aug 2010, at 01: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 >=20 > Log: > Add tpm(4) driver for Trusted Platform Module. > You may want to look at http://bsssd.sourceforge.net/ . >=20 > Submitted by: Hans-Joerg Hoexer >=20 > Added: > head/share/man/man4/tpm.4 (contents, props changed) > head/sys/dev/tpm/ > head/sys/dev/tpm/tpm.c (contents, props changed) > head/sys/dev/tpm/tpm_acpi.c (contents, props changed) > head/sys/dev/tpm/tpm_isa.c (contents, props changed) > head/sys/dev/tpm/tpmvar.h (contents, props changed) > head/sys/modules/tpm/ > head/sys/modules/tpm/Makefile (contents, props changed) > Modified: > head/sys/conf/files.i386 > head/sys/modules/Makefile This breaks pc98: =3D=3D=3D> tpm (depend)rm -f .depend mkdep -f .depend -a -nostdinc -DPC98 -D_KERNEL -DKLD_MODULE = -DHAVE_KERNEL_OPTI ON_HEADERS -I. -I@ -I@/contrib/altq = -I/scratch/tmp/rpaulo/obj/pc98.i386/scratch/tmp/rpaulo/p4/dtrace/sys/GENER= IC /scratch/tmp/rpaulo/p4/dtrace/sys/modules/tpm/. /../dev/tpm/tpm.c = /scratch/tmp/rpaulo/p4/dtrace/sys/modules/tpm/../../dev/tpm/t pm_isa.c = /scratch/tmp/rpaulo/p4/dtrace/sys/modules/tpm/../../dev/tpm/tpm_acpi.c In file included from = /scratch/tmp/rpaulo/p4/dtrace/sys/modules/tpm/../../dev/tp m/tpm.c:42:@/isa/isareg.h:37:2: error: #error isareg.h is included from = PC-9801 source In file included from = /scratch/tmp/rpaulo/p4/dtrace/sys/modules/tpm/../../dev/tpm/tpm_isa.c:40: @/isa/isareg.h:37:2: error: #error isareg.h is included from PC-9801 = source In file included from = /scratch/tmp/rpaulo/p4/dtrace/sys/modules/tpm/../../dev/tpm/tpm_acpi.c:38:= @/isa/isareg.h:37:2: error: #error isareg.h is included from PC-9801 = sourceIn file included from = @/contrib/dev/acpica/include/platform/acenv.h:197, from @/contrib/dev/acpica/include/acpi.h:128, = from /scratch/tmp/rpaulo/p4/dtrace/sys/modules/tpm/../../dev/tp m/tpm_acpi.c:43: @/contrib/dev/acpica/include/platform/acfreebsd.h:124:36: error: = machine/acpica_ machdep.h: No such file or directory In file included from @/contrib/dev/acpica/include/acpi.h:130, from = /scratch/tmp/rpaulo/p4/dtrace/sys/modules/tpm/../../dev/tp m/tpm_acpi.c:43: @/contrib/dev/acpica/include/actypes.h:127:2: error: #error = ACPI_MACHINE_WIDTH n ot defined @/contrib/dev/acpica/include/actypes.h:276:2: error: #error unknown = ACPI_MACHINE _WIDTH mkdep: compile failed Maybe you want to disable tpm for pc98. Regards, -- Rui Paulo