From d68d0cf5d9aa5ae523b88a87f2200256da2687a3 Mon Sep 17 00:00:00 2001 From: "Andrey V. Elsukov" Date: Wed, 11 Jun 2014 10:48:11 +0000 Subject: [PATCH] Add disklabel64 support MFC after: 2 weeks --- sys/conf/NOTES | 1 + sys/conf/files | 1 + sys/conf/options | 1 + 3 files changed, 3 insertions(+) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index f88411e510c..4d277130b8c 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -162,6 +162,7 @@ options GEOM_MULTIPATH # Disk multipath options GEOM_NOP # Test class. options GEOM_PART_APM # Apple partitioning options GEOM_PART_BSD # BSD disklabel +options GEOM_PART_BSD64 # BSD disklabel64 options GEOM_PART_EBR # Extended Boot Records options GEOM_PART_EBR_COMPAT # Backward compatible partition names options GEOM_PART_GPT # GPT partitioning diff --git a/sys/conf/files b/sys/conf/files index 0622b6e411b..13cd14eb47e 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -2756,6 +2756,7 @@ geom/part/g_part.c standard geom/part/g_part_if.m standard geom/part/g_part_apm.c optional geom_part_apm geom/part/g_part_bsd.c optional geom_part_bsd +geom/part/g_part_bsd64.c optional geom_part_bsd64 geom/part/g_part_ebr.c optional geom_part_ebr geom/part/g_part_gpt.c optional geom_part_gpt geom/part/g_part_ldm.c optional geom_part_ldm diff --git a/sys/conf/options b/sys/conf/options index 1ed3f3158da..32fb4d43933 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -111,6 +111,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