From 2a9c8b7cfd97abf0470848059201fb29f0daaacb Mon Sep 17 00:00:00 2001 From: oster Date: Sun, 4 Aug 2002 03:33:04 +0000 Subject: One less debug option. --- sys/dev/raidframe/rf_optnames.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/dev/raidframe') diff --git a/sys/dev/raidframe/rf_optnames.h b/sys/dev/raidframe/rf_optnames.h index 2a36779ee38..140ed1ce507 100644 --- a/sys/dev/raidframe/rf_optnames.h +++ b/sys/dev/raidframe/rf_optnames.h @@ -1,4 +1,4 @@ -/* $NetBSD: rf_optnames.h,v 1.7 2002/08/04 03:26:39 oster Exp $ */ +/* $NetBSD: rf_optnames.h,v 1.8 2002/08/04 03:33:04 oster Exp $ */ /* * rf_optnames.h */ @@ -82,7 +82,6 @@ RF_DBG_OPTION(sstfDebug, 0) /* turn on debugging info for sstf queueing */ RF_DBG_OPTION(stripeLockDebug, 0) RF_DBG_OPTION(suppressLocksAndLargeWrites, 0) RF_DBG_OPTION(suppressTraceDelays, 0) -RF_DBG_OPTION(useMemChunks, 1) RF_DBG_OPTION(validateDAGDebug, 0) RF_DBG_OPTION(validateVisitedDebug, 1) /* XXX turn to zero by * default? */ -- cgit