diff options
author | ghelmer <ghelmer@FreeBSD.org> | 2000-06-09 19:10:09 +0000 |
---|---|---|
committer | ghelmer <ghelmer@FreeBSD.org> | 2000-06-09 19:10:09 +0000 |
commit | 35515887ceb5c6555807b2ec8daed68e0b5be18d (patch) | |
tree | 1186bf08c6ef47cdd0c5a05119cff92173e5a7b8 /sbin | |
parent | 940cc2dc44e2d4ee0ce5993a67c520cc65f0431b (diff) | |
download | FreeBSD-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')
-rw-r--r-- | sbin/fdisk/fdisk.c | 5 | ||||
-rw-r--r-- | sbin/i386/fdisk/fdisk.c | 5 |
2 files changed, 8 insertions, 2 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"} diff --git a/sbin/i386/fdisk/fdisk.c b/sbin/i386/fdisk/fdisk.c index 6297aa5..04a4b0d 100644 --- a/sbin/i386/fdisk/fdisk.c +++ b/sbin/i386/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"} |