Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 03/13/2004 02:00:15
Module Name:	src
Committed By:	oster
Date:		Sat Mar 13 02:00:15 UTC 2004

Modified Files:
	src/sys/dev/raidframe: rf_driver.c rf_driver.h rf_raid.h
	    rf_reconstruct.c rf_states.c

Log Message:
 - don't use rf_PrintUserStats() for recon statistics.
rf_PrintUserStats() was mean for the simulator, and doesn't provide
any real info in kernel-space, especially for reconstructs.
Reconstructing actually renders the stats even more useless, since it
resets them all to zero before the reconstruct starts!

 - since rf_PrintUserStats() is no longer used, nuke it along with the
routines that feed it.  Nothing was using this code, and if we ever
need it again, we know where to find it.


To generate a diff of this commit:
cvs rdiff -r1.93 -r1.94 src/sys/dev/raidframe/rf_driver.c
cvs rdiff -r1.9 -r1.10 src/sys/dev/raidframe/rf_driver.h
cvs rdiff -r1.29 -r1.30 src/sys/dev/raidframe/rf_raid.h \
    src/sys/dev/raidframe/rf_states.c
cvs rdiff -r1.74 -r1.75 src/sys/dev/raidframe/rf_reconstruct.c

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