Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/raidframe Remove a couple of options that are obsolete.
details: https://anonhg.NetBSD.org/src/rev/d8f6012f2255
branches: trunk
changeset: 534835:d8f6012f2255
user: oster <oster%NetBSD.org@localhost>
date: Sun Aug 04 03:26:39 2002 +0000
description:
Remove a couple of options that are obsolete.
diffstat:
sys/dev/raidframe/rf_optnames.h | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r 0a62fc332642 -r d8f6012f2255 sys/dev/raidframe/rf_optnames.h
--- a/sys/dev/raidframe/rf_optnames.h Sun Aug 04 03:22:07 2002 +0000
+++ b/sys/dev/raidframe/rf_optnames.h Sun Aug 04 03:26:39 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_optnames.h,v 1.6 1999/12/07 02:54:08 oster Exp $ */
+/* $NetBSD: rf_optnames.h,v 1.7 2002/08/04 03:26:39 oster Exp $ */
/*
* rf_optnames.h
*/
@@ -37,7 +37,6 @@
RF_DBG_OPTION(accessTraceBufSize, 0)
RF_DBG_OPTION(cscanDebug, 0) /* debug CSCAN sorting */
RF_DBG_OPTION(dagDebug, 0)
-RF_DBG_OPTION(debugPrintUseBuffer, 0)
RF_DBG_OPTION(degDagDebug, 0)
RF_DBG_OPTION(disableAsyncAccs, 0)
RF_DBG_OPTION(diskDebug, 0)
@@ -58,7 +57,6 @@
RF_DBG_OPTION(mapDebug, 0)
RF_DBG_OPTION(maxNumTraces, -1)
-RF_DBG_OPTION(memChunkDebug, 0)
RF_DBG_OPTION(memDebug, 0)
RF_DBG_OPTION(memDebugAddress, 0)
RF_DBG_OPTION(numBufsToAccumulate, 1) /* number of buffers to
Home |
Main Index |
Thread Index |
Old Index