summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1997-05-05 16:43:59 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1997-05-05 16:43:59 +0000
commit7b4598dc9ba59edbbaadbbf066920116c82a0975 (patch)
tree63943e58c29d0330241df950b41afd4d06da266a /sys
parent81eb3dc0b83c74a1e04c58315798c799bd9b2b5c (diff)
add Extended partition id.
I hate when things are sitting around in trees forgotten.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/powerpc/include/disklabel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc/include/disklabel.h b/sys/arch/powerpc/include/disklabel.h
index 84ac209bd0c..c2eeefc746d 100644
--- a/sys/arch/powerpc/include/disklabel.h
+++ b/sys/arch/powerpc/include/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.2 1996/12/28 06:25:04 rahnds Exp $ */
+/* $OpenBSD: disklabel.h,v 1.3 1997/05/05 16:43:58 rahnds Exp $ */
/* $NetBSD: disklabel.h,v 1.1 1996/09/30 16:34:22 ws Exp $ */
/*-
@@ -82,6 +82,7 @@ struct mbr_partition {
#define DOSPARTOFF MBRPARTOFF
#define NDOSPART NMBRPART
+#define DOSPTYP_EXTEND 0x05 /* Extended; contains sub-partitions */
#define DOSPTYP_386BSD MBR_NETBSD
#define DOSPTYP_OPENBSD 0xa6 /* OpenBSD partition type */