diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-24 04:22:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-24 04:22:44 +0000 |
commit | b0c1a4093f70777c9c358394a31b46450046ac54 (patch) | |
tree | 86c57776f5397f3f7fde3dfc1b48de9715098131 /sys/arch/i386/include/disklabel.h | |
parent | ae282bbf6006021f712e1dd09b6d30d57b77e630 (diff) |
rename some DOS MBR partition types
Diffstat (limited to 'sys/arch/i386/include/disklabel.h')
-rw-r--r-- | sys/arch/i386/include/disklabel.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/i386/include/disklabel.h b/sys/arch/i386/include/disklabel.h index e929785d36f..9ea92468de3 100644 --- a/sys/arch/i386/include/disklabel.h +++ b/sys/arch/i386/include/disklabel.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.h,v 1.18 1998/02/19 20:36:31 deraadt Exp $ */ +/* $OpenBSD: disklabel.h,v 1.19 1998/02/24 04:22:37 deraadt Exp $ */ /* $NetBSD: disklabel.h,v 1.3 1996/03/09 20:52:54 ghudson Exp $ */ /* @@ -65,7 +65,8 @@ struct dos_partition { #define DOSPTYP_EXTEND 0x05 /* Extended; contains sub-partitions */ #define DOSPTYP_FAT16B 0x06 /* 16-bit FAT, more than 32M */ #define DOSPTYP_FAT32 0x0b /* 32-bit FAT */ -#define DOSPTYP_FAT16C 0x0e /* 16-bit FAT, CHS-mapped */ +#define DOSPTYP_FAT32L 0x0c /* 32-bit FAT, LBA-mapped */ +#define DOSPTYP_FAT16L 0x0e /* 16-bit FAT, LBA-mapped */ #define DOSPTYP_ONTRACK 0x54 #define DOSPTYP_LINUX 0x83 /* That other thing */ #define DOSPTYP_FREEBSD 0xa5 /* FreeBSD partition type */ |