Author: andrew
Date: Tue May 17 12:48:30 2016
New Revision: 300049
URL: https://svnweb.freebsd.org/changeset/base/300049

Log:
  Add an arm64 kernel config to help testing intrng. It is expected this
  config will only last a few weeks until we switch to this interrupt
  framework.
  
  Obtained from:         ABT Systems Ltd
  Sponsored by: The FreeBSD Foundation

Added:
  head/sys/arm64/conf/GENERIC-INTRNG   (contents, props changed)

Added: head/sys/arm64/conf/GENERIC-INTRNG
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/sys/arm64/conf/GENERIC-INTRNG  Tue May 17 12:48:30 2016        
(r300049)
@@ -0,0 +1,15 @@
+#
+# GENERIC-INTRNG -- intrng testing kernel for FreeBSD/arm64
+#
+# This config adds intrng support for testing, and to ensure intrng is not
+# broken before switching to it. The config is expected to be removed soon
+# when intrng becomes the default on arm64.
+#
+# $FreeBSD$
+#
+
+include        GENERIC
+
+ident  GENERIC-INTRNG
+
+options        INTRNG
_______________________________________________
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