From ef6b515b6907239b5ecc474fbe6688fe03bcd090 Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Tue, 26 Apr 2016 14:21:39 +0000 Subject: [PATCH] Disable ACPI on arm64 ad it has only had minimal testing and is causing boot issues when booting with FDT. It is planned to re-enable this at a later date. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation --- sys/arm64/conf/GENERIC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC index e44869a0823d..2b521963ebe9 100644 --- a/sys/arm64/conf/GENERIC +++ b/sys/arm64/conf/GENERIC @@ -153,7 +153,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