summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2005-07-25 10:49:05 +0000
committerpjd <pjd@FreeBSD.org>2005-07-25 10:49:05 +0000
commit59bc7b0da19f008a39ee92249e92f8246f04394e (patch)
tree57f8bd6ccd8a0666f14336dd4c97fd72d43aa2f6 /sys/conf
parent049e7675aa7008ec1651d0bffdb40aecc51a3cff (diff)
downloadFreeBSD-src-59bc7b0da19f008a39ee92249e92f8246f04394e.zip
FreeBSD-src-59bc7b0da19f008a39ee92249e92f8246f04394e.tar.gz
Connect GZERO to the build.
MFC after: 3 days
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 209dcf8..194fb3b 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -145,6 +145,7 @@ options GEOM_STRIPE # Disk striping.
options GEOM_SUNLABEL # Sun/Solaris partitioning
options GEOM_UZIP # Read-only compressed disks
options GEOM_VOL # Volume names from UFS superblock
+options GEOM_ZERO # Peformance testing helper.
#
# The root device and filesystem type can be compiled in;
diff --git a/sys/conf/files b/sys/conf/files
index c840c45..7f6a585 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1066,6 +1066,7 @@ 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/zero/g_zero.c optional geom_zero
gnu/fs/ext2fs/ext2_alloc.c optional ext2fs \
warning "kernel contains GPL contaminated ext2fs filesystem"
gnu/fs/ext2fs/ext2_balloc.c optional ext2fs
diff --git a/sys/conf/options b/sys/conf/options
index 2bf17e9..02075df 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -90,6 +90,7 @@ GEOM_STRIPE opt_geom.h
GEOM_SUNLABEL opt_geom.h
GEOM_UZIP opt_geom.h
GEOM_VOL opt_geom.h
+GEOM_ZERO opt_geom.h
KSTACK_MAX_PAGES
KSTACK_PAGES
KTRACE
OpenPOWER on IntegriCloud