svn commit: r309903 - head/sys/arm64/conf

Andrew Turner andrew at FreeBSD.org
Mon Dec 12 18:13:05 UTC 2016


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


More information about the svn-src-all mailing list