From 5d9f25dce231b0adcb8dcfee137b4e4698eddf4d Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 6 Oct 2006 10:43:42 +0000 Subject: [PATCH] Added the GEOM_CACHE option. Reminded by: pjd --- sys/conf/NOTES | 1 + sys/conf/files | 1 + sys/conf/options | 1 + 3 files changed, 3 insertions(+) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 5143ba258e2b..ae774f5bcd79 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -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 diff --git a/sys/conf/files b/sys/conf/files index 2e689b7eddfd..455b2249831e 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -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 diff --git a/sys/conf/options b/sys/conf/options index 1855f95c428d..123cee8ec561 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -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