Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 06/08/2005 02:00:53
Module Name:	src
Committed By:	oster
Date:		Wed Jun  8 02:00:53 UTC 2005

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

Log Message:
- initialize numRUsTotal before we indicate that we are doing a reconstruct.

- make numRUsComplete and numRUsTotal 64-bit quantities like
everything else that records this information.


To generate a diff of this commit:
cvs rdiff -r1.87 -r1.88 src/sys/dev/raidframe/rf_reconstruct.c
cvs rdiff -r1.20 -r1.21 src/sys/dev/raidframe/rf_reconstruct.h

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