svn commit: r308725 - in head/sys: conf dev/hyperv/pcib modules/hyperv/pcib

Andreas Tobler andreast at FreeBSD.org
Thu Nov 17 17:45:58 UTC 2016


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


More information about the svn-src-head mailing list