Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys add FreeBSD ZFS partition type



details:   https://anonhg.NetBSD.org/src/rev/3f7171363f97
branches:  trunk
changeset: 790668:3f7171363f97
user:      jnemeth <jnemeth%NetBSD.org@localhost>
date:      Sat Oct 19 08:03:52 2013 +0000

description:
add FreeBSD ZFS partition type

diffstat:

 sys/sys/disklabel_gpt.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 29ddee5384c0 -r 3f7171363f97 sys/sys/disklabel_gpt.h
--- a/sys/sys/disklabel_gpt.h   Sat Oct 19 02:07:08 2013 +0000
+++ b/sys/sys/disklabel_gpt.h   Sat Oct 19 08:03:52 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disklabel_gpt.h,v 1.10 2013/01/18 17:43:35 jakllsch Exp $      */
+/*     $NetBSD: disklabel_gpt.h,v 1.11 2013/10/19 08:03:52 jnemeth Exp $       */
 
 /*
  * Copyright (c) 2002 Marcel Moolenaar
@@ -127,6 +127,8 @@
        {0x516e7cb6,0x6ecf,0x11d6,0x8f,0xf8,{0x00,0x02,0x2d,0x09,0x71,0x2b}}
 #define        GPT_ENT_TYPE_FREEBSD_VINUM      \
        {0x516e7cb8,0x6ecf,0x11d6,0x8f,0xf8,{0x00,0x02,0x2d,0x09,0x71,0x2b}}
+#define GPT_ENT_TYPE_FREEBSD_ZFS       \
+       {0x516e7cba,0x6ecf,0x11d6,0x8f,0xf8,{0x00,0x02,0x2d,0x09,0x71,0x2b}}
 /*
  * The following are unused but documented here to avoid reuse.
  *



Home | Main Index | Thread Index | Old Index