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

Andrew Turner andrew at FreeBSD.org
Tue May 17 12:48:31 UTC 2016


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


More information about the svn-src-head mailing list