summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
diff options
context:
space:
mode:
authorae <ae@FreeBSD.org>2014-07-01 13:29:17 +0000
committerae <ae@FreeBSD.org>2014-07-01 13:29:17 +0000
commitb6530ab0a75df248778a68ad2c476a217ce76392 (patch)
tree0f320b4457b4886d9cb130a9a0010f5d378d8e64 /sys/conf/options
parenta79b0da86bae072e2bc32c6dd62a668b35e0fd52 (diff)
downloadFreeBSD-src-b6530ab0a75df248778a68ad2c476a217ce76392.zip
FreeBSD-src-b6530ab0a75df248778a68ad2c476a217ce76392.tar.gz
MFC r267355:
Add UUIDs for DragonFlyBSD's partition types. MFC r267356: Add DragonFlyBSD's Hammer FS types and type names. MFC r267357: Add aliases for DragonFlyBSD's partition types. MFC r267358: Allow dumping to DragonFlyBSD's swap partition. MFC r267359: Add disklabel64 support to GEOM_PART class. This partitioning scheme is used in DragonFlyBSD. It is similar to BSD disklabel, but has the following improvements: * metadata has own dedicated place and isn't accessible through partitions; * all offsets are 64-bit; * supports 16 partitions by default (has reserved place for more); * has reserved place for backup label (but not yet implemented); * has UUIDs for partitions and partition types; MFC r267360: Add disklabel64 support Relnotes: yes
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 8b2b1e9..4a62aa8 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -109,6 +109,7 @@ GEOM_MULTIPATH opt_geom.h
GEOM_NOP opt_geom.h
GEOM_PART_APM opt_geom.h
GEOM_PART_BSD opt_geom.h
+GEOM_PART_BSD64 opt_geom.h
GEOM_PART_EBR opt_geom.h
GEOM_PART_EBR_COMPAT opt_geom.h
GEOM_PART_GPT opt_geom.h
OpenPOWER on IntegriCloud