From owner-svn-src-all@FreeBSD.ORG Tue Sep 3 22:33:07 2013 Return-Path: Delivered-To: svn-src-all@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 ESMTP id 5A27B16A; Tue, 3 Sep 2013 22:33:07 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) 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 47322209E; Tue, 3 Sep 2013 22:33:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83MX7EX067488; Tue, 3 Sep 2013 22:33:07 GMT (envelope-from sbruno@svn.freebsd.org) Received: (from sbruno@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83MX7HV067487; Tue, 3 Sep 2013 22:33:07 GMT (envelope-from sbruno@svn.freebsd.org) Message-Id: <201309032233.r83MX7HV067487@svn.freebsd.org> From: Sean Bruno Date: Tue, 3 Sep 2013 22:33:07 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r255195 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Sep 2013 22:33:07 -0000 Author: sbruno Date: Tue Sep 3 22:33:06 2013 New Revision: 255195 URL: http://svnweb.freebsd.org/changeset/base/255195 Log: Add options GEOM_PART_GPT and options MSDOSFS to the DIR-825 Reviewed by: adrian@ Modified: head/sys/mips/conf/DIR-825 Modified: head/sys/mips/conf/DIR-825 ============================================================================== --- head/sys/mips/conf/DIR-825 Tue Sep 3 22:04:55 2013 (r255194) +++ head/sys/mips/conf/DIR-825 Tue Sep 3 22:33:06 2013 (r255195) @@ -54,12 +54,15 @@ options NO_SYSCTL_DESCR device geom_map # to get access to the SPI flash partitions device geom_uncompress # compressed in-memory filesystem hackery! options GEOM_UNCOMPRESS +options GEOM_PART_GPT options ROOTDEVNAME=\"ufs:/dev/map/rootfs.uncompress\" options AR71XX_REALMEM=64*1024*1024 options AR71XX_ENV_UBOOT +options MSDOSFS # Read MSDOS filesystems; useful for USB/CF + # options MD_ROOT # options MD_ROOT_SIZE="6144"