From 59bc7b0da19f008a39ee92249e92f8246f04394e Mon Sep 17 00:00:00 2001 From: pjd Date: Mon, 25 Jul 2005 10:49:05 +0000 Subject: Connect GZERO to the build. MFC after: 3 days --- sys/conf/NOTES | 1 + sys/conf/files | 1 + sys/conf/options | 1 + 3 files changed, 3 insertions(+) (limited to 'sys/conf') 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 -- cgit v1.1