From owner-svn-src-all@FreeBSD.ORG Fri Aug 13 04:06:41 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08DC61065697 for ; Fri, 13 Aug 2010 04:06:41 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id 8B3378FC17 for ; Fri, 13 Aug 2010 04:06:40 +0000 (UTC) Received: (qmail 12066 invoked by uid 399); 13 Aug 2010 04:06:39 -0000 Received: from localhost (HELO lap.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 13 Aug 2010 04:06:39 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4C64C4CD.9030408@FreeBSD.org> Date: Thu, 12 Aug 2010 21:06:37 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.8) Gecko/20100807 Thunderbird/3.1.2 MIME-Version: 1.0 To: Takanori Watanabe References: <201008130400.o7D40ZWp087387@svn.freebsd.org> In-Reply-To: <201008130400.o7D40ZWp087387@svn.freebsd.org> X-Enigmail-Version: 1.1.2 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r211270 - head/sys/modules/tpm X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Aug 2010 04:06:41 -0000 This commit seems to accomplish something totally different than your commit message indicates. Doug On 08/12/2010 21:00, Takanori Watanabe wrote: > Author: takawata > Date: Fri Aug 13 04:00:35 2010 > New Revision: 211270 > URL: http://svn.freebsd.org/changeset/base/211270 > > Log: > Hook tpm.4 manual to build. > > Modified: > head/sys/modules/tpm/Makefile > > Modified: head/sys/modules/tpm/Makefile > ============================================================================== > --- head/sys/modules/tpm/Makefile Fri Aug 13 03:17:33 2010 (r211269) > +++ head/sys/modules/tpm/Makefile Fri Aug 13 04:00:35 2010 (r211270) > @@ -3,7 +3,9 @@ > .PATH: ${.CURDIR}/../../dev/tpm > > KMOD= tpm > -SRCS= tpm.c tpm_isa.c tpm_acpi.c isa_if.h opt_acpi.h acpi_if.h \ > - bus_if.h device_if.h > + > +SRCS= tpm.c bus_if.h device_if.h > +#Bus specific stuff. > +SRCS+= tpm_isa.c tpm_acpi.c isa_if.h opt_acpi.h acpi_if.h > > .include > -- Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ Computers are useless. They can only give you answers. -- Pablo Picasso