From e21ea675c9d0030463bdeb69c83449de4b9fc0f3 Mon Sep 17 00:00:00 2001 From: Yuri Pankov Date: Thu, 23 Feb 2012 07:11:44 +0400 Subject: 934 FreeBSD's GPT not recognized Reviewed by: Alexander Eremin Reviewed by: Garrett D'Amore Reviewed by: Andrew Stormont Reviewed by: Richard Elling Approved by: Gordon Ross --- usr/src/lib/libefi/common/rdwr_efi.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'usr/src/lib/libefi/common') 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 @@ -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 } }; /* -- cgit v1.2.3