summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2005-01-11 18:18:40 +0000
committerpjd <pjd@FreeBSD.org>2005-01-11 18:18:40 +0000
commit63224016be126dce05458153883aa339136e0ac2 (patch)
tree22dbd57ba07e868dff14b2d260490496b47d7f44 /sys/conf
parent8d8363ee39b0aaa863e2d66fc53f7875726629dd (diff)
downloadFreeBSD-src-63224016be126dce05458153883aa339136e0ac2.zip
FreeBSD-src-63224016be126dce05458153883aa339136e0ac2.tar.gz
Connect SHSEC GEOM class to the build.
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 ca91c22..e43f2de 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -131,6 +131,7 @@ options GEOM_MIRROR # Disk mirroring.
options GEOM_NOP # Test class.
options GEOM_PC98 # NEC PC9800 partitioning
options GEOM_RAID3 # RAID3 functionality.
+options GEOM_SHSEC # Shared secret.
options GEOM_STRIPE # Disk striping.
options GEOM_SUNLABEL # Sun/Solaris partitioning
options GEOM_UZIP # Read-only compressed disks
diff --git a/sys/conf/files b/sys/conf/files
index e33ec6c..0ae0d64 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -983,6 +983,7 @@ geom/mirror/g_mirror_ctl.c optional geom_mirror
geom/nop/g_nop.c optional geom_nop
geom/raid3/g_raid3.c optional geom_raid3
geom/raid3/g_raid3_ctl.c optional geom_raid3
+geom/shsec/g_shsec.c optional geom_shsec
geom/stripe/g_stripe.c optional geom_stripe
geom/uzip/g_uzip.c optional geom_uzip
gnu/ext2fs/ext2_alloc.c optional ext2fs \
diff --git a/sys/conf/options b/sys/conf/options
index d45ca06..8398bd7 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -83,6 +83,7 @@ GEOM_MIRROR opt_geom.h
GEOM_NOP opt_geom.h
GEOM_PC98 opt_geom.h
GEOM_RAID3 opt_geom.h
+GEOM_SHSEC opt_geom.h
GEOM_STRIPE opt_geom.h
GEOM_SUNLABEL opt_geom.h
GEOM_UZIP opt_geom.h
OpenPOWER on IntegriCloud