diff options
| author | oster <oster@NetBSD.org> | 2002-08-04 03:33:04 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 2002-08-04 03:33:04 +0000 |
| commit | 2a9c8b7cfd97abf0470848059201fb29f0daaacb (patch) | |
| tree | a7cf8712b1f442771fc7ac3fbb75e38494e1fa7d /sys/dev/raidframe | |
| parent | 522009f8a901b66456e803e16b1bc1fed52a07d0 (diff) | |
One less debug option.
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_optnames.h | 3 |
1 files changed, 1 insertions, 2 deletions
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? */ |
