summaryrefslogtreecommitdiff
path: root/usr/src/lib
diff options
context:
space:
mode:
authorYuri Pankov <yuri.pankov@nexenta.com>2012-02-23 07:11:44 +0400
committerJohn Sonnenschein <johns@joyent.com>2012-03-13 05:51:20 +0000
commit6713f360cea0e5211457c76ceb86a08469543a43 (patch)
treeb52a75f401e54eab1bc730492fa3b4042412eefe /usr/src/lib
parent856ad3a10fa995b8f46b5346403029dfa98e1581 (diff)
downloadillumos-joyent-6713f360cea0e5211457c76ceb86a08469543a43.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')
-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 }
};
/*