Subject: CVS commit: syssrc/sys/dev/raidframe
To: None <source-changes@netbsd.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 07/13/2002 23:14:35
Module Name:	syssrc
Committed By:	oster
Date:		Sat Jul 13 20:14:35 UTC 2002

Modified Files:
	syssrc/sys/dev/raidframe: rf_archs.h rf_dagutils.c rf_engine.c
	    rf_parityscan.c rf_raid1.c rf_states.c

Log Message:
Most folks won't need the DAG printing and verification routines.
Introduce a #define to toggle them on/off.  Disable calls to
rf_PrintDAGList().  Saves ~6K on GENERIC+DEBUG kernel on i386.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 syssrc/sys/dev/raidframe/rf_archs.h \
    syssrc/sys/dev/raidframe/rf_dagutils.c \
    syssrc/sys/dev/raidframe/rf_parityscan.c
cvs rdiff -r1.13 -r1.14 syssrc/sys/dev/raidframe/rf_engine.c
cvs rdiff -r1.8 -r1.9 syssrc/sys/dev/raidframe/rf_raid1.c
cvs rdiff -r1.16 -r1.17 syssrc/sys/dev/raidframe/rf_states.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.