From owner-cvs-src-old@FreeBSD.ORG Sat Oct 2 22:08:41 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 745DB1065675 for ; Sat, 2 Oct 2010 22:08:41 +0000 (UTC) (envelope-from ae@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 48F008FC0C for ; Sat, 2 Oct 2010 22:08:41 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o92M8fxd024226 for ; Sat, 2 Oct 2010 22:08:41 GMT (envelope-from ae@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o92M8fDE024225 for cvs-src-old@freebsd.org; Sat, 2 Oct 2010 22:08:41 GMT (envelope-from ae@repoman.freebsd.org) Message-Id: <201010022208.o92M8fDE024225@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ae@repoman.freebsd.org using -f From: "Andrey V. Elsukov" Date: Sat, 2 Oct 2010 22:08:17 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/geom/part g_part_gpt.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2010 22:08:41 -0000 ae 2010-10-02 22:08:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/geom/part g_part_gpt.c Log: SVN rev 213370 on 2010-10-02 22:08:17Z by ae MFC r203261 (by marcel): Export the UUID of the partition in the XML. The partition UUID is used by EFI's device path to identify a partition. In order for FreeBSD to add EFI boot options, proper device paths need to be constructed. Approved by: kib (mentor) Revision Changes Path 1.16.2.11 +3 -0 src/sys/geom/part/g_part_gpt.c