diff options
author | Sharath M Srinivasan <Sharath.Srinivasan@Sun.COM> | 2010-08-06 16:16:06 +0530 |
---|---|---|
committer | Sharath M Srinivasan <Sharath.Srinivasan@Sun.COM> | 2010-08-06 16:16:06 +0530 |
commit | 80c797c002ff649c1d8fd878ff4c5e9dbc37d251 (patch) | |
tree | a4f8f1450617240f681fc7ee83f4d516e61b1e91 /usr/src/lib/libefi | |
parent | c4e25a468775760f496bff58e8d19626b4eee4b0 (diff) | |
download | illumos-joyent-80c797c002ff649c1d8fd878ff4c5e9dbc37d251.tar.gz |
6937968 Request addition to conversion_array in rdwr_efi.c to support CDS layout on disks greater than 1TB
Diffstat (limited to 'usr/src/lib/libefi')
-rw-r--r-- | usr/src/lib/libefi/common/rdwr_efi.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr/src/lib/libefi/common/rdwr_efi.c b/usr/src/lib/libefi/common/rdwr_efi.c index 31eb3d3f61..e682b840a7 100644 --- a/usr/src/lib/libefi/common/rdwr_efi.c +++ b/usr/src/lib/libefi/common/rdwr_efi.c @@ -20,8 +20,7 @@ */ /* - * Copyright 2009 Sun Microsystems, Inc. All rights reserved. - * Use is subject to license terms. + * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved. */ #include <stdio.h> @@ -58,8 +57,8 @@ static struct uuid_to_ptag { { EFI_RESERVED }, { EFI_SYSTEM }, { EFI_LEGACY_MBR }, - { EFI_RESV3 }, - { EFI_RESV4 }, + { EFI_SYMC_PUB }, + { EFI_SYMC_CDS }, { EFI_MSFT_RESV }, { EFI_DELL_BASIC }, { EFI_DELL_RAID }, |