Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 03/23/2004 21:53:36
Module Name:	src
Committed By:	oster
Date:		Tue Mar 23 21:53:36 UTC 2004

Modified Files:
	src/sys/dev/raidframe: rf_dagdegwr.c rf_dagffwr.c rf_dagutils.c
	    rf_dagutils.h

Log Message:
Partially back out some changes that were causing grief with
RAID5 sets with more than 3 drives.  Still need to figure out why
the original changes were losing, but need the version in tree reliable
first!

Huge THANKS to Juergen Hannken-Illjes for helping track down
the changes that were causing the lossage.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/sys/dev/raidframe/rf_dagdegwr.c
cvs rdiff -r1.24 -r1.25 src/sys/dev/raidframe/rf_dagffwr.c
cvs rdiff -r1.42 -r1.43 src/sys/dev/raidframe/rf_dagutils.c
cvs rdiff -r1.15 -r1.16 src/sys/dev/raidframe/rf_dagutils.h

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