aboutsummaryrefslogtreecommitdiff
path: root/sbin/fdisk/fdisk.c
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2019-05-18 00:22:28 +0000
committerConrad Meyer <cem@FreeBSD.org>2019-05-18 00:22:28 +0000
commit276b25f17265dbdb47aae02f34651d0cc104a2d7 (patch)
tree4ad36b014263f1365be3235086eace90793e2874 /sbin/fdisk/fdisk.c
parentf1f81d3b96533afe3e5e6c92720a36a3489a5fa2 (diff)
downloadsrc-276b25f17265dbdb47aae02f34651d0cc104a2d7.tar.gz
src-276b25f17265dbdb47aae02f34651d0cc104a2d7.zip
Add DragonFly's partition number to fdisk(8) and diskmbr.h
This change doesn't make any attempt to add support for these slices to the relevent GEOM classes. Just register the number in fdisk and the canonical list of kernel macros (diskmbr.h). Obtained from: DragonFlyBSD (794d80aa519b394b3174f20776a) (small subset of)
Notes
Notes: svn path=/head/; revision=347948
Diffstat (limited to 'sbin/fdisk/fdisk.c')
-rw-r--r--sbin/fdisk/fdisk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/fdisk/fdisk.c b/sbin/fdisk/fdisk.c
index dfcac2309e82..3e4ef3cba3f3 100644
--- a/sbin/fdisk/fdisk.c
+++ b/sbin/fdisk/fdisk.c
@@ -175,6 +175,7 @@ static const char *const part_types[256] = {
[0x63] = "System V/386 (such as ISC UNIX), GNU HURD or Mach",
[0x64] = "Novell Netware/286 2.xx",
[0x65] = "Novell Netware/386 3.xx",
+ [0x6C] = "DragonFlyBSD",
[0x70] = "DiskSecure Multi-Boot",
[0x75] = "PCIX",
[0x77] = "QNX4.x",