From 7226443d3960f5a4eec863959924aa150b685057 Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Mon, 3 May 2004 21:18:56 +0000 Subject: [PATCH] Allow geom_concat and geom_gate to be compiled in kernel. --- sys/conf/NOTES | 2 ++ sys/conf/files | 2 ++ sys/conf/options | 2 ++ 3 files changed, 6 insertions(+) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 0965f8b3418..ae900c6b279 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 6336df50e43..ae595314089 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 0297b60319a..7b8abc70afe 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