diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libefi/rdwr_efi.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libefi/rdwr_efi.c b/lib/libefi/rdwr_efi.c index 785cfe63b..bb9050375 100644 --- a/lib/libefi/rdwr_efi.c +++ b/lib/libefi/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> @@ -69,7 +70,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 } }; /* |