diff options
author | marcel <marcel@FreeBSD.org> | 2007-02-07 18:55:31 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2007-02-07 18:55:31 +0000 |
commit | 0245423ad8e92e117cd3b11f9a4c86428f0b5f55 (patch) | |
tree | e3bae4a31a9a612e220a9627e78c8b5fef9685ab /sys/conf/options | |
parent | 9c764c7fc306e18397030217602494b6937d91ed (diff) | |
download | FreeBSD-src-0245423ad8e92e117cd3b11f9a4c86428f0b5f55.zip FreeBSD-src-0245423ad8e92e117cd3b11f9a4c86428f0b5f55.tar.gz |
Evolve the ctlreq interface added to geom_gpt into a generic
partitioning class that supports multiple schemes. Current
schemes supported are APM (Apple Partition Map) and GPT.
Change all GEOM_APPLE anf GEOM_GPT options into GEOM_PART_APM
and GEOM_PART_GPT (resp).
The ctlreq interface supports verbs to create and destroy
partitioning schemes on a disk; to add, delete and modify
partitions; and to commit or undo changes made.
Diffstat (limited to 'sys/conf/options')
-rw-r--r-- | sys/conf/options | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/options b/sys/conf/options index c05e405..0abb459 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -74,7 +74,6 @@ DIRECTIO FULL_PREEMPTION opt_sched.h IPI_PREEMPTION opt_sched.h GEOM_AES opt_geom.h -GEOM_APPLE opt_geom.h GEOM_BDE opt_geom.h GEOM_BSD opt_geom.h GEOM_CACHE opt_geom.h @@ -82,12 +81,13 @@ GEOM_CONCAT opt_geom.h GEOM_ELI opt_geom.h GEOM_FOX opt_geom.h GEOM_GATE opt_geom.h -GEOM_GPT opt_geom.h GEOM_JOURNAL opt_geom.h GEOM_LABEL opt_geom.h GEOM_MBR opt_geom.h GEOM_MIRROR opt_geom.h GEOM_NOP opt_geom.h +GEOM_PART_APM opt_geom.h +GEOM_PART_GPT opt_geom.h GEOM_PC98 opt_geom.h GEOM_RAID3 opt_geom.h GEOM_SHSEC opt_geom.h |