aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Saab <ps@FreeBSD.org>2000-07-01 08:01:55 +0000
committerPaul Saab <ps@FreeBSD.org>2000-07-01 08:01:55 +0000
commit280796eef08003164b7301be2f7e91781b432d1d (patch)
tree21b1e731da6ddff2777aa036b2aff41a065764cc
parenta94bacff8a724d3c75e66db0522470ad1e367bd7 (diff)
Notes
-rw-r--r--sbin/i386/fdisk/fdisk.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/sbin/i386/fdisk/fdisk.c b/sbin/i386/fdisk/fdisk.c
index 2f34c010b532..9842e3b580f3 100644
--- a/sbin/i386/fdisk/fdisk.c
+++ b/sbin/i386/fdisk/fdisk.c
@@ -67,7 +67,7 @@ int secsize = 0; /* the sensed sector size */
const char *disk;
const char *disks[] =
{
- "/dev/rad0", "/dev/rwd0", "/dev/rda0", "/dev/rod0", 0
+ "/dev/ad0", "/dev/wd0", "/dev/da0", "/dev/od0", 0
};
struct disklabel disklabel; /* disk parameters */
@@ -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"}
@@ -150,7 +150,11 @@ struct part_type
,{0x0E, "Primary 'big' DOS (> 32MB, LBA)"}
,{0x0F, "Extended DOS, LBA"}
,{0x10, "OPUS"}
+ ,{0x39, "plan9"}
,{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"}