From owner-svn-src-head@freebsd.org Sat Jan 28 11:38:52 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5760CC5693; Sat, 28 Jan 2017 11:38:52 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95024F51; Sat, 28 Jan 2017 11:38:52 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0SBcph4046068; Sat, 28 Jan 2017 11:38:51 GMT (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0SBcp8s046067; Sat, 28 Jan 2017 11:38:51 GMT (envelope-from rwatson@FreeBSD.org) Message-Id: <201701281138.v0SBcp8s046067@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rwatson set sender to rwatson@FreeBSD.org using -f From: Robert Watson Date: Sat, 28 Jan 2017 11:38:51 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r312918 - head/sys/mips/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jan 2017 11:38:52 -0000 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