summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-05-03 21:18:56 +0000
committerpjd <pjd@FreeBSD.org>2004-05-03 21:18:56 +0000
commitc0a7be051fd72f5381311bde0cf40bee39d9ce29 (patch)
tree1db696ce740ceab981d57669d75941f39b773375 /sys/conf
parent364696c35d86cce96143dbd525b92a4a9cc23834 (diff)
downloadFreeBSD-src-c0a7be051fd72f5381311bde0cf40bee39d9ce29.zip
FreeBSD-src-c0a7be051fd72f5381311bde0cf40bee39d9ce29.tar.gz
Allow geom_concat and geom_gate to be compiled in kernel.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES2
-rw-r--r--sys/conf/files2
-rw-r--r--sys/conf/options2
3 files changed, 6 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 0965f8b..ae900c6 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -121,7 +121,9 @@ options GEOM_AES # Don't use, use GEOM_BDE
options GEOM_APPLE # Apple partitioning
options GEOM_BDE # Disk encryption.
options GEOM_BSD # BSD disklabels
+options GEOM_CONCAT # Disk concatenation.
options GEOM_FOX # Redundant path mitigation
+options GEOM_GATE # Userland services.
options GEOM_GPT # GPT partitioning
options GEOM_MBR # DOS/MBR partitioning
options GEOM_PC98 # NEC PC9800 partitioning
diff --git a/sys/conf/files b/sys/conf/files
index 6336df5..ae59531 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -917,6 +917,8 @@ geom/bde/g_bde_work.c optional geom_bde
crypto/rijndael/rijndael-alg-fst.c optional geom_bde
crypto/rijndael/rijndael-api-fst.c optional geom_bde
crypto/sha2/sha2.c optional geom_bde
+geom/concat/g_concat.c optional geom_concat
+geom/gate/g_gate.c optional geom_gate
geom/geom_aes.c optional geom_aes
geom/geom_apple.c optional geom_apple
geom/geom_bsd.c optional geom_bsd
diff --git a/sys/conf/options b/sys/conf/options
index 0297b60..7b8abc7 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -68,7 +68,9 @@ GEOM_AES opt_geom.h
GEOM_APPLE opt_geom.h
GEOM_BDE opt_geom.h
GEOM_BSD opt_geom.h
+GEOM_CONCAT opt_geom.h
GEOM_FOX opt_geom.h
+GEOM_GATE opt_geom.h
GEOM_GPT opt_geom.h
GEOM_MBR opt_geom.h
GEOM_MIRROR opt_geom.h
OpenPOWER on IntegriCloud