Added the GEOM_CACHE option.

Reminded by:	pjd
This commit is contained in:
Ruslan Ermilov 2006-10-06 10:43:42 +00:00
parent 6a861e9bfb
commit 5d9f25dce2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163050
3 changed files with 3 additions and 0 deletions

View File

@ -124,6 +124,7 @@ 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_CACHE # Disk cache.
options GEOM_CONCAT # Disk concatenation.
options GEOM_ELI # Disk encryption.
options GEOM_FOX # Redundant path mitigation

View File

@ -1153,6 +1153,7 @@ geom/bde/g_bde.c optional geom_bde
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/cache/g_cache.c optional geom_cache
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

View File

@ -77,6 +77,7 @@ GEOM_AES opt_geom.h
GEOM_APPLE opt_geom.h
GEOM_BDE opt_geom.h
GEOM_BSD opt_geom.h
GEOM_CACHE opt_geom.h
GEOM_CONCAT opt_geom.h
GEOM_ELI opt_geom.h
GEOM_FOX opt_geom.h