From owner-svn-src-head@FreeBSD.ORG Tue Feb 10 00:08:39 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94C9C1065670; Tue, 10 Feb 2009 00:08:39 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 682458FC1F; Tue, 10 Feb 2009 00:08:39 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n1A08dZI075436; Tue, 10 Feb 2009 00:08:39 GMT (envelope-from marcel@svn.freebsd.org) Received: (from marcel@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n1A08dh4075432; Tue, 10 Feb 2009 00:08:39 GMT (envelope-from marcel@svn.freebsd.org) Message-Id: <200902100008.n1A08dh4075432@svn.freebsd.org> From: Marcel Moolenaar Date: Tue, 10 Feb 2009 00:08:39 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r188426 - in head/sys: amd64/conf conf i386/conf X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 10 Feb 2009 00:08:40 -0000 Author: marcel Date: Tue Feb 10 00:08:39 2009 New Revision: 188426 URL: http://svn.freebsd.org/changeset/base/188426 Log: Add option GEOM_PART_EBR by default on amd64 and i386. Modified: head/sys/amd64/conf/DEFAULTS head/sys/conf/NOTES head/sys/conf/options head/sys/i386/conf/DEFAULTS Modified: head/sys/amd64/conf/DEFAULTS ============================================================================== --- head/sys/amd64/conf/DEFAULTS Mon Feb 9 23:23:00 2009 (r188425) +++ head/sys/amd64/conf/DEFAULTS Tue Feb 10 00:08:39 2009 (r188426) @@ -17,4 +17,5 @@ device uart_ns8250 # Default partitioning schemes options GEOM_PART_BSD +options GEOM_PART_EBR options GEOM_PART_MBR Modified: head/sys/conf/NOTES ============================================================================== --- head/sys/conf/NOTES Mon Feb 9 23:23:00 2009 (r188425) +++ head/sys/conf/NOTES Tue Feb 10 00:08:39 2009 (r188426) @@ -147,6 +147,7 @@ options GEOM_MULTIPATH # Disk multipat options GEOM_NOP # Test class. options GEOM_PART_APM # Apple partitioning options GEOM_PART_BSD # BSD disklabel +options GEOM_PART_EBR # Extended Boot Records options GEOM_PART_GPT # GPT partitioning options GEOM_PART_MBR # MBR partitioning options GEOM_PART_PC98 # PC-9800 disk partitioning Modified: head/sys/conf/options ============================================================================== --- head/sys/conf/options Mon Feb 9 23:23:00 2009 (r188425) +++ head/sys/conf/options Tue Feb 10 00:08:39 2009 (r188426) @@ -92,6 +92,7 @@ GEOM_MULTIPATH opt_geom.h GEOM_NOP opt_geom.h GEOM_PART_APM opt_geom.h GEOM_PART_BSD opt_geom.h +GEOM_PART_EBR opt_geom.h GEOM_PART_GPT opt_geom.h GEOM_PART_MBR opt_geom.h GEOM_PART_PC98 opt_geom.h Modified: head/sys/i386/conf/DEFAULTS ============================================================================== --- head/sys/i386/conf/DEFAULTS Mon Feb 9 23:23:00 2009 (r188425) +++ head/sys/i386/conf/DEFAULTS Tue Feb 10 00:08:39 2009 (r188426) @@ -21,6 +21,7 @@ device uart_ns8250 # Default partitioning schemes options GEOM_PART_BSD +options GEOM_PART_EBR options GEOM_PART_MBR # enable support for native hardware