aboutsummaryrefslogtreecommitdiff
path: root/sbin/fdisk
diff options
context:
space:
mode:
authorGuy Helmer <ghelmer@FreeBSD.org>2000-06-09 19:10:09 +0000
committerGuy Helmer <ghelmer@FreeBSD.org>2000-06-09 19:10:09 +0000
commit691e5f80b58febed9abb6b15d5f0e594c995c603 (patch)
treeec50cfa576c80b06142a5f745b297c7ab739c4a7 /sbin/fdisk
parent64e475537df871a8e816f48f67cf0448bed95081 (diff)
downloadsrc-691e5f80b58febed9abb6b15d5f0e594c995c603.tar.gz
src-691e5f80b58febed9abb6b15d5f0e594c995c603.zip
Add QNX 4 partitions to fdisk's list.
PR: bin/8809 Submitted by: "John C. Place" <jcplace@ibm.net> Prompted by: <nrahlstr@winternet.com>
Notes
Notes: svn path=/head/; revision=61461
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 6297aa5e0dc3..04a4b0d80a3c 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"}