add Extended partition id.
authorrahnds <rahnds@openbsd.org>
Mon, 5 May 1997 16:43:58 +0000 (16:43 +0000)
committerrahnds <rahnds@openbsd.org>
Mon, 5 May 1997 16:43:58 +0000 (16:43 +0000)
I hate when things are sitting around in trees forgotten.

sys/arch/powerpc/include/disklabel.h

index 84ac209..c2eeefc 100644 (file)
@@ -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 */