mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
Add disklabel64 support
MFC after: 2 weeks
This commit is contained in:
parent
91ca76a590
commit
d68d0cf5d9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=267360
@ -162,6 +162,7 @@ options GEOM_MULTIPATH # Disk multipath
|
|||||||
options GEOM_NOP # Test class.
|
options GEOM_NOP # Test class.
|
||||||
options GEOM_PART_APM # Apple partitioning
|
options GEOM_PART_APM # Apple partitioning
|
||||||
options GEOM_PART_BSD # BSD disklabel
|
options GEOM_PART_BSD # BSD disklabel
|
||||||
|
options GEOM_PART_BSD64 # BSD disklabel64
|
||||||
options GEOM_PART_EBR # Extended Boot Records
|
options GEOM_PART_EBR # Extended Boot Records
|
||||||
options GEOM_PART_EBR_COMPAT # Backward compatible partition names
|
options GEOM_PART_EBR_COMPAT # Backward compatible partition names
|
||||||
options GEOM_PART_GPT # GPT partitioning
|
options GEOM_PART_GPT # GPT partitioning
|
||||||
|
@ -2756,6 +2756,7 @@ geom/part/g_part.c standard
|
|||||||
geom/part/g_part_if.m standard
|
geom/part/g_part_if.m standard
|
||||||
geom/part/g_part_apm.c optional geom_part_apm
|
geom/part/g_part_apm.c optional geom_part_apm
|
||||||
geom/part/g_part_bsd.c optional geom_part_bsd
|
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_ebr.c optional geom_part_ebr
|
||||||
geom/part/g_part_gpt.c optional geom_part_gpt
|
geom/part/g_part_gpt.c optional geom_part_gpt
|
||||||
geom/part/g_part_ldm.c optional geom_part_ldm
|
geom/part/g_part_ldm.c optional geom_part_ldm
|
||||||
|
@ -111,6 +111,7 @@ GEOM_MULTIPATH opt_geom.h
|
|||||||
GEOM_NOP opt_geom.h
|
GEOM_NOP opt_geom.h
|
||||||
GEOM_PART_APM opt_geom.h
|
GEOM_PART_APM opt_geom.h
|
||||||
GEOM_PART_BSD opt_geom.h
|
GEOM_PART_BSD opt_geom.h
|
||||||
|
GEOM_PART_BSD64 opt_geom.h
|
||||||
GEOM_PART_EBR opt_geom.h
|
GEOM_PART_EBR opt_geom.h
|
||||||
GEOM_PART_EBR_COMPAT opt_geom.h
|
GEOM_PART_EBR_COMPAT opt_geom.h
|
||||||
GEOM_PART_GPT opt_geom.h
|
GEOM_PART_GPT opt_geom.h
|
||||||
|
Loading…
Reference in New Issue
Block a user