From e088753c56867594fc7d2221ad9ac39a9298883d Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Wed, 27 Aug 2014 17:07:40 -0700 Subject: 5119 Add EFI/GPT System and BIOS Boot partition support Reviewed by: Igor Kozhukhov Reviewed by: Josef 'Jeff' Sipek Approved by: Robert Mustacchi --- usr/src/lib/libefi/common/rdwr_efi.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr/src/lib/libefi/common/rdwr_efi.c') diff --git a/usr/src/lib/libefi/common/rdwr_efi.c b/usr/src/lib/libefi/common/rdwr_efi.c index 96a75a443f..83dc815fbe 100644 --- a/usr/src/lib/libefi/common/rdwr_efi.c +++ b/usr/src/lib/libefi/common/rdwr_efi.c @@ -22,6 +22,7 @@ /* * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved. * Copyright 2012 Nexenta Systems, Inc. All rights reserved. + * Copyright 2014 Toomas Soome */ #include @@ -68,6 +69,7 @@ static struct uuid_to_ptag { { EFI_DELL_RESV }, { EFI_AAPL_HFS }, { EFI_AAPL_UFS }, + { EFI_BIOS_BOOT }, { EFI_FREEBSD_BOOT }, { EFI_FREEBSD_SWAP }, { EFI_FREEBSD_UFS }, -- cgit v1.2.3