Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jan 2017 11:38:51 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r312918 - head/sys/mips/conf
Message-ID:  <201701281138.v0SBcp8s046067@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rwatson
Date: Sat Jan 28 11:38:51 2017
New Revision: 312918
URL: https://svnweb.freebsd.org/changeset/base/312918

Log:
  As with GENERIC on other architectures, include COMPAT_FREEBSD10 and
  COMPAT_FREEBSD11 in the generic BERI kernel configuration template.
  
  MFC after:	1 week
  Sponsored by:	DARPA, AFRL

Modified:
  head/sys/mips/conf/BERI_TEMPLATE

Modified: head/sys/mips/conf/BERI_TEMPLATE
==============================================================================
--- head/sys/mips/conf/BERI_TEMPLATE	Sat Jan 28 09:58:00 2017	(r312917)
+++ head/sys/mips/conf/BERI_TEMPLATE	Sat Jan 28 11:38:51 2017	(r312918)
@@ -33,6 +33,9 @@ options 	KTRACE
 options 	CAPABILITY_MODE
 options 	CAPABILITIES
 
+options 	COMPAT_FREEBSD10
+options 	COMPAT_FREEBSD11
+
 options 	SCHED_ULE
 
 options 	FFS			#Berkeley Fast Filesystem



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701281138.v0SBcp8s046067>