From owner-svn-src-projects@FreeBSD.ORG Sat Nov 16 19:54:28 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2050E440; Sat, 16 Nov 2013 19:54:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 103C9223D; Sat, 16 Nov 2013 19:54:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAGJsRfh046262; Sat, 16 Nov 2013 19:54:27 GMT (envelope-from marcel@svn.freebsd.org) Received: (from marcel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAGJsROe046261; Sat, 16 Nov 2013 19:54:27 GMT (envelope-from marcel@svn.freebsd.org) Message-Id: <201311161954.rAGJsROe046261@svn.freebsd.org> From: Marcel Moolenaar Date: Sat, 16 Nov 2013 19:54:27 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r258234 - projects/altix2/sys/ia64/conf X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Nov 2013 19:54:28 -0000 Author: marcel Date: Sat Nov 16 19:54:27 2013 New Revision: 258234 URL: http://svnweb.freebsd.org/changeset/base/258234 Log: Add ZFS by default. Modified: projects/altix2/sys/ia64/conf/ALTIX Modified: projects/altix2/sys/ia64/conf/ALTIX ============================================================================== --- projects/altix2/sys/ia64/conf/ALTIX Sat Nov 16 19:42:40 2013 (r258233) +++ projects/altix2/sys/ia64/conf/ALTIX Sat Nov 16 19:54:27 2013 (r258234) @@ -66,6 +66,7 @@ options TMPFS options UFS_DIRHASH options WITNESS options WITNESS_SKIPSPIN +options ZFS options _KPOSIX_PRIORITY_SCHEDULING options ALQ