diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-05-05 16:43:59 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-05-05 16:43:59 +0000 |
commit | 7b4598dc9ba59edbbaadbbf066920116c82a0975 (patch) | |
tree | 63943e58c29d0330241df950b41afd4d06da266a /sys | |
parent | 81eb3dc0b83c74a1e04c58315798c799bd9b2b5c (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.h | 3 |
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 */ |