summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2007-12-06 02:32:42 +0000
committermarcel <marcel@FreeBSD.org>2007-12-06 02:32:42 +0000
commit5f073f27891e074a1328a322fd6bcf3dc7aebd87 (patch)
treeb427a34e149fa36d5ee8e94751835b890c388547 /sys/conf/options
parent444bd6eea2b5f822b330e6f735a5bd14d99d86c9 (diff)
downloadFreeBSD-src-5f073f27891e074a1328a322fd6bcf3dc7aebd87.zip
FreeBSD-src-5f073f27891e074a1328a322fd6bcf3dc7aebd87.tar.gz
Add a BSD disklabel backend to g_part:
o Disklabels can have between 8 and 20 partitions (inclusive). o No device special file is created for the raw partition. o Switch ia64 to use this backend. o No support for boot code yet.
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 3f9769a..bc04943 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -87,6 +87,7 @@ GEOM_MIRROR opt_geom.h
GEOM_MULTIPATH opt_geom.h
GEOM_NOP opt_geom.h
GEOM_PART_APM opt_geom.h
+GEOM_PART_BSD opt_geom.h
GEOM_PART_GPT opt_geom.h
GEOM_PART_MBR opt_geom.h
GEOM_PC98 opt_geom.h
OpenPOWER on IntegriCloud