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
_______________________________________________
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