Date: Mon, 12 Dec 2016 18:13:03 +0000 (UTC) From: Andrew Turner <andrew@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r309903 - head/sys/arm64/conf Message-ID: <201612121813.uBCID38F060600@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: andrew Date: Mon Dec 12 18:13:03 2016 New Revision: 309903 URL: https://svnweb.freebsd.org/changeset/base/309903 Log: Enable ACPI on arm64. It's not yet functional, but it will help keeping the code building until it is ready. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation Modified: head/sys/arm64/conf/GENERIC Modified: head/sys/arm64/conf/GENERIC ============================================================================== --- head/sys/arm64/conf/GENERIC Mon Dec 12 18:10:33 2016 (r309902) +++ head/sys/arm64/conf/GENERIC Mon Dec 12 18:13:03 2016 (r309903) @@ -230,7 +230,7 @@ device bpf # Berkeley packet filter options THUNDERX_PASS_1_1_ERRATA options FDT -#device acpi +device acpi # The crypto framework is required by IPSEC device crypto # Required by IPSEC
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612121813.uBCID38F060600>