Author: andrew
Date: Tue Apr 26 14:21:39 2016
New Revision: 298639
URL: https://svnweb.freebsd.org/changeset/base/298639

Log:
  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

Modified:
  head/sys/arm64/conf/GENERIC

Modified: head/sys/arm64/conf/GENERIC
==============================================================================
--- head/sys/arm64/conf/GENERIC Tue Apr 26 13:22:08 2016        (r298638)
+++ head/sys/arm64/conf/GENERIC Tue Apr 26 14:21:39 2016        (r298639)
@@ -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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to