From owner-svn-src-all@freebsd.org Thu Jan 14 05:19:36 2016 Return-Path: Delivered-To: svn-src-all@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 6E74BA8260E; Thu, 14 Jan 2016 05:19:36 +0000 (UTC) (envelope-from sepherosa@gmail.com) Received: from mail-ig0-x22e.google.com (mail-ig0-x22e.google.com [IPv6:2607:f8b0:4001:c05::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3B48A1268; Thu, 14 Jan 2016 05:19:36 +0000 (UTC) (envelope-from sepherosa@gmail.com) Received: by mail-ig0-x22e.google.com with SMTP id ik10so188635651igb.1; Wed, 13 Jan 2016 21:19:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=DetLIc4I6ZauSSoapQyEQK1dfXavOnuKoK2761+H9lU=; b=AA+nzLic22MDce9KIgBx8NyNQ018I8JJ8QcRNTdz5EncVr2UfNRrgF1rtIwz/+kG2b rw1eKBfbTLbmMXKNafpw1MHhfUTv4WLpeBqYjTMzUUgIj7xSCXuh5NaCMEzKRxoucN8z Z10Wn77/XOX8MM0SMZnCZMBKYbdfGJ5FJUv/k/i3vSQdYoNxy3QVx5Avecm/YfUmhcOA 3PvQxQST7rbUM6252Xcr85Hc8Jy+MYUZlHwEEMEkaS2nexWCCQT1pRnbg6AIs3a0zKfz 7v9odR+raCl8OJq2B+YRL12I6+FYbbYqha1BvbA51puE2S3VXdUtpFPOWRYulNdMpoIa sBfA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=DetLIc4I6ZauSSoapQyEQK1dfXavOnuKoK2761+H9lU=; b=FhVtjXQb7YfODnKTz0Xd8f8UJCBJF5zjcGnp+SEoXQB4iJzPy6RAWwExQiLSYHh3Ih 5o24/r6AtdpCHjZwpMhjcMRMQ7lElSdIyP3PhnXe06oxd/HV1f2U+FsILvloVCwRWWdo i6OGd2CtVHlwCJz0xVswGqBt5PXNbryGDCMF1FvjzWlS/QSE19H+p8H9D2gXCG6TJKbS M2MadfRXb/mxcbhpIRbtc4vaMIDeRZYXJl9zisx7/ZkdcF12anHlXaGqFtFeaJjZD1e+ +511U1FJO6JjUn2iaMkVHWjFYzOy2hvGh/SDppKATW30ps+qceKK7li64Xyf2ZIAuIkt M1dw== X-Gm-Message-State: ALoCoQn5sZAmnEna6dg8NXdoaOg+bRe6zcveUa7dKZWt8No2bVFT7VPUcLBtSV26P2NA5BeR7/CYVabrAoPqLdcJtfoKkblenQ== MIME-Version: 1.0 X-Received: by 10.50.109.167 with SMTP id ht7mr28383014igb.38.1452748775603; Wed, 13 Jan 2016 21:19:35 -0800 (PST) Received: by 10.107.166.3 with HTTP; Wed, 13 Jan 2016 21:19:35 -0800 (PST) In-Reply-To: <201601140502.u0E52XJS048968@repo.freebsd.org> References: <201601140502.u0E52XJS048968@repo.freebsd.org> Date: Thu, 14 Jan 2016 13:19:35 +0800 Message-ID: Subject: Re: svn commit: r293877 - head/sys/modules/hyperv/vmbus From: Sepherosa Ziehau To: Garrett Cooper Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 14 Jan 2016 05:19:36 -0000 Thanks, I was about to commit the same fix. I think i386 hyperv should be dropped, since it is not supported. On Thu, Jan 14, 2016 at 1:02 PM, Garrett Cooper wrote: > Author: ngie > Date: Thu Jan 14 05:02:33 2016 > New Revision: 293877 > URL: https://svnweb.freebsd.org/changeset/base/293877 > > Log: > Unbreak `make depend` with sys/modules/hyperv/vmbus after r293870 > > Pointyhat to: sephe > > Modified: > head/sys/modules/hyperv/vmbus/Makefile > > Modified: head/sys/modules/hyperv/vmbus/Makefile > ============================================================================== > --- head/sys/modules/hyperv/vmbus/Makefile Thu Jan 14 04:25:29 2016 (r293876) > +++ head/sys/modules/hyperv/vmbus/Makefile Thu Jan 14 05:02:33 2016 (r293877) > @@ -12,7 +12,7 @@ SRCS= hv_channel.c \ > hv_ring_buffer.c \ > hv_vmbus_drv_freebsd.c \ > hv_vmbus_priv.h > -SRCS+= bus_if.h device_if.h > +SRCS+= acpi_if.h bus_if.h device_if.h opt_acpi.h > > CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/include \ > -I${.CURDIR}/../../../dev/hyperv/vmbus \ > _______________________________________________ > svn-src-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-src-all > To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" -- Tomorrow Will Never Die