summaryrefslogtreecommitdiff
path: root/usr/src/lib/libefi/common
diff options
context:
space:
mode:
authorYuri Pankov <yuri.pankov@nexenta.com>2012-02-23 07:11:44 +0400
committerYuri Pankov <yuri.pankov@nexenta.com>2012-02-23 07:11:44 +0400
commite21ea675c9d0030463bdeb69c83449de4b9fc0f3 (patch)
treeda25151e6bb6507e1f679f3c7a1ef5564fcba7f1 /usr/src/lib/libefi/common
parent46a6b89646a5f2a5494d79abc278b74ef0c46e9c (diff)
downloadillumos-joyent-e21ea675c9d0030463bdeb69c83449de4b9fc0f3.tar.gz
934 FreeBSD's GPT not recognized
Reviewed by: Alexander Eremin <alexander.r.eremin@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Andrew Stormont <Andrew.Stormont@nexenta.com> Reviewed by: Richard Elling <richard.elling@richardelling.com> Approved by: Gordon Ross <gwr@nexenta.com>
Diffstat (limited to 'usr/src/lib/libefi/common')
-rw-r--r--usr/src/lib/libefi/common/rdwr_efi.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/usr/src/lib/libefi/common/rdwr_efi.c b/usr/src/lib/libefi/common/rdwr_efi.c
index e682b840a7..96a75a443f 100644
--- a/usr/src/lib/libefi/common/rdwr_efi.c
+++ b/usr/src/lib/libefi/common/rdwr_efi.c
@@ -21,6 +21,7 @@
/*
* Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright 2012 Nexenta Systems, Inc. All rights reserved.
*/
#include <stdio.h>
@@ -66,7 +67,12 @@ static struct uuid_to_ptag {
{ EFI_DELL_LVM },
{ EFI_DELL_RESV },
{ EFI_AAPL_HFS },
- { EFI_AAPL_UFS }
+ { EFI_AAPL_UFS },
+ { EFI_FREEBSD_BOOT },
+ { EFI_FREEBSD_SWAP },
+ { EFI_FREEBSD_UFS },
+ { EFI_FREEBSD_VINUM },
+ { EFI_FREEBSD_ZFS }
};
/*