From b0777fc474e0b87a0c7c091b7aa8d0ececa22aca Mon Sep 17 00:00:00 2001 From: John Birrell Date: Thu, 3 Aug 2006 05:19:33 +0000 Subject: [PATCH] Add an option to enable KSE support. Add an option to build in kernel DTrace hooks. Without this option, the DTrace modules acn't be loaded. --- sys/conf/options | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/conf/options b/sys/conf/options index 244180aa60e3..50d7f45d4ff1 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -93,6 +93,7 @@ GEOM_SUNLABEL opt_geom.h GEOM_UZIP opt_geom.h GEOM_VOL opt_geom.h GEOM_ZERO opt_geom.h +KSE opt_global.h KSTACK_MAX_PAGES KSTACK_PAGES KTRACE @@ -598,6 +599,7 @@ FDC_DEBUG opt_fdc.h PCFCLOCK_VERBOSE opt_pcfclock.h PCFCLOCK_MAX_RETRIES opt_pcfclock.h +KDTRACE opt_kdtrace.h KTR opt_global.h KTR_ALQ opt_ktr.h KTR_MASK opt_ktr.h