From owner-svn-src-head@freebsd.org Thu Nov 17 17:45:58 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F434C47660; Thu, 17 Nov 2016 17:45:58 +0000 (UTC) (envelope-from andreast@FreeBSD.org) Received: from smtp.imp.ch (smtp.imp.ch [IPv6:2001:4060:1:1001::13:197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67816C61; Thu, 17 Nov 2016 17:45:55 +0000 (UTC) (envelope-from andreast@FreeBSD.org) Received: from [192.168.225.14] (dhclient-91-190-14-19.flashcable.ch [91.190.14.19]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by fgznet.ch (Postfix) with ESMTPSA id 0952FD2158; Thu, 17 Nov 2016 18:45:51 +0100 (CET) Subject: Re: svn commit: r308725 - in head/sys: conf dev/hyperv/pcib modules/hyperv/pcib To: Dexuan Cui , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201611160925.uAG9P040059891@repo.freebsd.org> From: Andreas Tobler Message-ID: Date: Thu, 17 Nov 2016 18:46:27 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <201611160925.uAG9P040059891@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: Idefix Submit on 127.0.1.1 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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, 17 Nov 2016 17:45:58 -0000 On 16.11.16 10:25, Dexuan Cui wrote: > Author: dexuan > Date: Wed Nov 16 09:25:00 2016 > New Revision: 308725 > URL: https://svnweb.freebsd.org/changeset/base/308725 > Modified: head/sys/conf/files.amd64 > ============================================================================== > --- head/sys/conf/files.amd64 Wed Nov 16 09:08:32 2016 (r308724) > +++ head/sys/conf/files.amd64 Wed Nov 16 09:25:00 2016 (r308725) > @@ -292,6 +292,7 @@ dev/hwpmc/hwpmc_uncore.c optional hwpmc > dev/hwpmc/hwpmc_piv.c optional hwpmc > dev/hwpmc/hwpmc_tsc.c optional hwpmc > dev/hwpmc/hwpmc_x86.c optional hwpmc > +dev/hyperv/pcib/pcib.c optional hyperv I'd say, for both, files.amd64 and files.i386 -dev/hyperv/pcib/pcib.c optional hyperv +dev/hyperv/pcib/pcib.c optional hyperv pci Fixes the build on trunk. Andreas