Date: Tue, 17 May 2016 12:48:30 +0000 (UTC) From: Andrew Turner <andrew@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r300049 - head/sys/arm64/conf Message-ID: <201605171248.u4HCmUcY032643@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605171248.u4HCmUcY032643>