Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Add the EFI System Partition MBR partition type.
details: https://anonhg.NetBSD.org/src/rev/e14523530511
branches: trunk
changeset: 569843:e14523530511
user: thorpej <thorpej%NetBSD.org@localhost>
date: Thu Sep 09 04:55:53 2004 +0000
description:
Add the EFI System Partition MBR partition type.
diffstat:
sys/sys/bootblock.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r f3097b3ec2cc -r e14523530511 sys/sys/bootblock.h
--- a/sys/sys/bootblock.h Thu Sep 09 04:19:38 2004 +0000
+++ b/sys/sys/bootblock.h Thu Sep 09 04:55:53 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bootblock.h,v 1.30 2004/09/09 04:19:38 thorpej Exp $ */
+/* $NetBSD: bootblock.h,v 1.31 2004/09/09 04:55:53 thorpej Exp $ */
/*-
* Copyright (c) 2002-2004 The NetBSD Foundation, Inc.
@@ -235,6 +235,7 @@
#define MBR_PTYPE_NETBSD 0xa9 /* NetBSD partition type */
#define MBR_PTYPE_OPENBSD 0xa6 /* OpenBSD partition type */
#define MBR_PTYPE_PMBR 0xee /* GPT Protective MBR */
+#define MBR_PTYPE_EFI 0xef /* EFI system partition */
#define MBR_PSECT(s) ((s) & 0x3f)
#define MBR_PCYL(c, s) ((c) + (((s) & 0xc0) << 2))
Home |
Main Index |
Thread Index |
Old Index