summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorgordon <gordon@FreeBSD.org>2003-02-03 17:35:54 +0000
committergordon <gordon@FreeBSD.org>2003-02-03 17:35:54 +0000
commitf23045a1e28bb22381513299781e2c1dc85015f5 (patch)
tree7aa61bbdc17d2bc8f5384b8e65b33c36236f242e /sys/conf
parent8329fa89512aa6f40844d771ce1c9f156a1a08ed (diff)
downloadFreeBSD-src-f23045a1e28bb22381513299781e2c1dc85015f5.zip
FreeBSD-src-f23045a1e28bb22381513299781e2c1dc85015f5.tar.gz
Add config glue to add an optional GEOM_VOL to add optional volume support.
Reviewed by: jake (mentor)
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES1
-rw-r--r--sys/conf/files1
-rw-r--r--sys/conf/options1
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index c617dc8..f13f147 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -122,6 +122,7 @@ options GEOM_GPT
options GEOM_MBR
options GEOM_PC98
options GEOM_SUNLABEL
+options GEOM_VOL
#
# The root device and filesystem type can be compiled in;
diff --git a/sys/conf/files b/sys/conf/files
index 61314c7..e4da010 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -890,6 +890,7 @@ geom/geom_pc98.c optional geom_pc98
geom/geom_slice.c standard
geom/geom_subr.c standard
geom/geom_sunlabel.c optional geom_sunlabel
+geom/geom_vol_ffs.c optional geom_vol
crypto/rijndael/rijndael-alg-fst.c optional geom
crypto/rijndael/rijndael-api-fst.c optional geom
gnu/ext2fs/ext2_alloc.c optional ext2fs \
diff --git a/sys/conf/options b/sys/conf/options
index 2da7e25..47e4ec8 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -96,6 +96,7 @@ GEOM_MBR opt_geom.h
GEOM_MIRROR opt_geom.h
GEOM_PC98 opt_geom.h
GEOM_SUNLABEL opt_geom.h
+GEOM_VOL opt_geom.h
HW_WDOG
KSTACK_PAGES
KSTACK_MAX_PAGES
OpenPOWER on IntegriCloud