Allow geom_concat and geom_gate to be compiled in kernel.

This commit is contained in:
Pawel Jakub Dawidek 2004-05-03 21:18:56 +00:00
parent 39080a7d0e
commit 7226443d39
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128893
3 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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