PERFORCE change 108422 for review
Marcel Moolenaar
marcel at FreeBSD.org
Wed Oct 25 12:53:54 PDT 2006
http://perforce.freebsd.org/chv.cgi?CH=108422
Change 108422 by marcel at marcel_cluster on 2006/10/25 19:53:08
Sync with the EFI 1.10.14.62 sample implementation.
Affected files ...
.. //depot/projects/ia64/sys/boot/efi/include/efipart.h#3 edit
Differences ...
==== //depot/projects/ia64/sys/boot/efi/include/efipart.h#3 (text+ko) ====
@@ -4,7 +4,14 @@
/*++
-Copyright (c) 1998 Intel Corporation
+Copyright (c) 1999 - 2002 Intel Corporation. All rights reserved
+This software and associated documentation (if any) is furnished
+under a license and may only be used or copied in accordance
+with the terms of the license. Except as permitted by such
+license, no part of this software or documentation may be
+reproduced, stored in a retrieval system, or transmitted in any
+form or by any means without the express written consent of
+Intel Corporation.
Module Name:
@@ -20,6 +27,10 @@
--*/
+//
+//
+//
+
#define EFI_PARTITION 0xef
#define MBR_SIZE 512
@@ -42,7 +53,7 @@
#define MBR_SIGNATURE 0xaa55
#define MIN_MBR_DEVICE_SIZE 0x80000
-#define MBR_ERRATA_PAD 0x40000 /* 128 MB */
+#define MBR_ERRATA_PAD 0x40000 // 128 MB
#define MAX_MBR_PARTITIONS 4
typedef struct {
More information about the p4-projects
mailing list