Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 03/03/2004 16:59:54
Module Name:	src
Committed By:	oster
Date:		Wed Mar  3 16:59:54 UTC 2004

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

Log Message:
Introduce RF_REVENT_READDONE_FAILED, RF_REVENT_WRITEDONE_FAILED and RF_REVENT_FORCEREAD_FAILED.
This removes 3 more RF_PANIC()'s (but we'll currently still panic if any of these cases occur).
fix up a few printf's.
XXX: still needs more cleanup and testing (and be taught to not panic).


To generate a diff of this commit:
cvs rdiff -r1.69 -r1.70 src/sys/dev/raidframe/rf_reconstruct.c
cvs rdiff -r1.13 -r1.14 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.