summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2005-07-27 21:47:55 +0000
committerpjd <pjd@FreeBSD.org>2005-07-27 21:47:55 +0000
commitae2e0b62c326c01ebe5f0b0a3a32751619bb2ed6 (patch)
treed12541af0e24fa933754c9370d94c122caaf41d4 /sys
parent57922fa5cc21f455226d4725d6b6d303710b8534 (diff)
downloadFreeBSD-src-ae2e0b62c326c01ebe5f0b0a3a32751619bb2ed6.zip
FreeBSD-src-ae2e0b62c326c01ebe5f0b0a3a32751619bb2ed6.tar.gz
Connect GEOM_ELI class to the build.
MFC after: 1 week
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES1
-rw-r--r--sys/conf/files5
-rw-r--r--sys/conf/options1
-rw-r--r--sys/modules/geom/Makefile1
4 files changed, 8 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 194fb3b..88ccc6d 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -131,6 +131,7 @@ options GEOM_APPLE # Apple partitioning
options GEOM_BDE # Disk encryption.
options GEOM_BSD # BSD disklabels
options GEOM_CONCAT # Disk concatenation.
+options GEOM_ELI # Disk encryption.
options GEOM_FOX # Redundant path mitigation
options GEOM_GATE # Userland services.
options GEOM_GPT # GPT partitioning
diff --git a/sys/conf/files b/sys/conf/files
index 7f6a585..b449cbc 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1028,6 +1028,11 @@ geom/bde/g_bde_crypt.c optional geom_bde
geom/bde/g_bde_lock.c optional geom_bde
geom/bde/g_bde_work.c optional geom_bde
geom/concat/g_concat.c optional geom_concat
+geom/eli/g_eli.c optional geom_eli
+geom/eli/g_eli_crypto.c optional geom_eli
+geom/eli/g_eli_ctl.c optional geom_eli
+geom/eli/g_eli_key.c optional geom_eli
+geom/eli/pkcs5v2.c optional geom_eli
geom/gate/g_gate.c optional geom_gate
geom/geom_aes.c optional geom_aes
geom/geom_apple.c optional geom_apple
diff --git a/sys/conf/options b/sys/conf/options
index 02075df..dee8e1c 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -76,6 +76,7 @@ GEOM_APPLE opt_geom.h
GEOM_BDE opt_geom.h
GEOM_BSD opt_geom.h
GEOM_CONCAT opt_geom.h
+GEOM_ELI opt_geom.h
GEOM_FOX opt_geom.h
GEOM_GATE opt_geom.h
GEOM_GPT opt_geom.h
diff --git a/sys/modules/geom/Makefile b/sys/modules/geom/Makefile
index 08b99ce..cf99e37 100644
--- a/sys/modules/geom/Makefile
+++ b/sys/modules/geom/Makefile
@@ -5,6 +5,7 @@ SUBDIR= geom_apple \
geom_bsd \
geom_ccd \
geom_concat \
+ geom_eli \
geom_fox \
geom_gate \
geom_gpt \
OpenPOWER on IntegriCloud