From owner-svn-src-all@FreeBSD.ORG Mon Dec 14 21:02:17 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBA811065692; Mon, 14 Dec 2009 21:02:17 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout029.mac.com (asmtpout029.mac.com [17.148.16.104]) by mx1.freebsd.org (Postfix) with ESMTP id A31578FC15; Mon, 14 Dec 2009 21:02:17 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from macbook-pro.jnpr.net (natint3.juniper.net [66.129.224.36]) by asmtp029.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KUN00FSNUFJ9060@asmtp029.mac.com>; Mon, 14 Dec 2009 13:02:08 -0800 (PST) From: Marcel Moolenaar In-reply-to: <200912142004.nBEK462J036724@svn.freebsd.org> Date: Mon, 14 Dec 2009 13:02:07 -0800 Message-id: <4888543E-3E2A-4630-AB03-DD2C5C6224E0@mac.com> References: <200912142004.nBEK462J036724@svn.freebsd.org> To: Rui Paulo X-Mailer: Apple Mail (2.1077) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r200534 - head/sys/geom/part X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 14 Dec 2009 21:02:17 -0000 On Dec 14, 2009, at 12:04 PM, Rui Paulo wrote: > Author: rpaulo > Date: Mon Dec 14 20:04:06 2009 > New Revision: 200534 > URL: http://svn.freebsd.org/changeset/base/200534 > > Log: > Simplify partition type parsing by using a data-oriented model. > While there add more Apple and Linux partition types. If you add new aliases, you should update *all* schemes (where applicable). "apple-hfs" is known to APM as well (the scheme- specific type is "Apple_HFS"). I'm sure Linux and MS Windows partition types exist for MBR and EBR. Linux partitition types exist also for VTOC8 and APM. NetBSD partition types can be found on pretty much all schemes. Please update the other schemes as well. Thanks, -- Marcel Moolenaar xcllnt@mac.com