summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2007-09-23 07:34:23 +0000
committerpjd <pjd@FreeBSD.org>2007-09-23 07:34:23 +0000
commit27bd800e6102d0ef36527c31660508bdecdd1b1d (patch)
treeff9f3de5e3e137f37ef92cb9ca8feeeb51ec63ca /sys/conf
parenta4c30a206350a252d2eff78348d39a33eec2dcdd (diff)
downloadFreeBSD-src-27bd800e6102d0ef36527c31660508bdecdd1b1d.zip
FreeBSD-src-27bd800e6102d0ef36527c31660508bdecdd1b1d.tar.gz
Bring in the GEOM Virtualisation class, which allows to create huge GEOM
providers with limited physical storage and add physical storage as needed. Submitted by: Ivan Voras Sponsored by: Google Summer of Code 2006 Approved by: re (kensmith)
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES1
-rw-r--r--sys/conf/files3
-rw-r--r--sys/conf/options1
3 files changed, 5 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 5c20019..fbbd644 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -154,6 +154,7 @@ options GEOM_SHSEC # Shared secret.
options GEOM_STRIPE # Disk striping.
options GEOM_SUNLABEL # Sun/Solaris partitioning
options GEOM_UZIP # Read-only compressed disks
+options GEOM_VIRSTOR # Virtual storage.
options GEOM_VOL # Volume names from UFS superblock
options GEOM_ZERO # Performance testing helper.
diff --git a/sys/conf/files b/sys/conf/files
index 54d120f..34d5235 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1301,6 +1301,9 @@ 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
+geom/virstor/binstream.c optional geom_virstor
+geom/virstor/g_virstor.c optional geom_virstor
+geom/virstor/g_virstor_md.c optional geom_virstor
geom/zero/g_zero.c optional geom_zero
gnu/fs/ext2fs/ext2_alloc.c optional ext2fs \
warning "kernel contains GPL contaminated ext2fs filesystem"
diff --git a/sys/conf/options b/sys/conf/options
index 3c6d693..96aedc1 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -96,6 +96,7 @@ GEOM_SHSEC opt_geom.h
GEOM_STRIPE opt_geom.h
GEOM_SUNLABEL opt_geom.h
GEOM_UZIP opt_geom.h
+GEOM_VIRSTOR opt_geom.h
GEOM_VOL opt_geom.h
GEOM_ZERO opt_geom.h
KSE opt_global.h
OpenPOWER on IntegriCloud