summaryrefslogtreecommitdiffstats
path: root/sbin/fdisk
diff options
context:
space:
mode:
authorghelmer <ghelmer@FreeBSD.org>2000-06-09 19:10:09 +0000
committerghelmer <ghelmer@FreeBSD.org>2000-06-09 19:10:09 +0000
commit35515887ceb5c6555807b2ec8daed68e0b5be18d (patch)
tree1186bf08c6ef47cdd0c5a05119cff92173e5a7b8 /sbin/fdisk
parent940cc2dc44e2d4ee0ce5993a67c520cc65f0431b (diff)
downloadFreeBSD-src-35515887ceb5c6555807b2ec8daed68e0b5be18d.zip
FreeBSD-src-35515887ceb5c6555807b2ec8daed68e0b5be18d.tar.gz
Add QNX 4 partitions to fdisk's list.
PR: bin/8809 Submitted by: "John C. Place" <jcplace@ibm.net> Prompted by: <nrahlstr@winternet.com>
Diffstat (limited to 'sbin/fdisk')
-rw-r--r--sbin/fdisk/fdisk.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/fdisk/fdisk.c b/sbin/fdisk/fdisk.c
index 6297aa5..04a4b0d 100644
--- a/sbin/fdisk/fdisk.c
+++ b/sbin/fdisk/fdisk.c
@@ -141,7 +141,7 @@ struct part_type
,{0x04, "Primary DOS with 16 bit FAT (<= 32MB)"}
,{0x05, "Extended DOS"}
,{0x06, "Primary 'big' DOS (> 32MB)"}
- ,{0x07, "OS/2 HPFS, NTFS, QNX or Advanced UNIX"}
+ ,{0x07, "OS/2 HPFS, NTFS, QNX-2 (16 bit) or Advanced UNIX"}
,{0x08, "AIX filesystem"}
,{0x09, "AIX boot partition or Coherent"}
,{0x0A, "OS/2 Boot Manager or OPUS"}
@@ -151,6 +151,9 @@ struct part_type
,{0x0F, "Extended DOS, LBA"}
,{0x10, "OPUS"}
,{0x40, "VENIX 286"}
+ ,{0x4D, "QNX 4.2 Primary"}
+ ,{0x4E, "QNX 4.2 Secondary"}
+ ,{0x4F, "QNX 4.2 Tertiary"}
,{0x50, "DM"}
,{0x51, "DM"}
,{0x52, "CP/M or Microport SysV/AT"}
OpenPOWER on IntegriCloud