Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 08/27/2004 15:55:51
Module Name:	src
Committed By:	oster
Date:		Fri Aug 27 15:55:51 UTC 2004

Modified Files:
	src/sys/dev/raidframe: rf_dagdegrd.c rf_dagffwr.c rf_raid0.c

Log Message:
Correct some RF_ASSERTS() that were missed when fixing memory issues
with this code.  Thanks to palle at lyckegaard.dk for pointing them
out.  Addresses PR#26776 (but doesn't use all the suggested fixes).


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/sys/dev/raidframe/rf_dagdegrd.c
cvs rdiff -r1.27 -r1.28 src/sys/dev/raidframe/rf_dagffwr.c
cvs rdiff -r1.10 -r1.11 src/sys/dev/raidframe/rf_raid0.c

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