diff options
Diffstat (limited to 'usr/src/lib')
-rw-r--r-- | usr/src/lib/libefi/common/rdwr_efi.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <tsoome@me.com> */ #include <stdio.h> @@ -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 }, |