Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 02/29/2004 01:24:34
Module Name:	src
Committed By:	oster
Date:		Sun Feb 29 01:24:34 UTC 2004

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

Log Message:
Stripe functions are now handled by a linked-list instead of a
runtime-variable array.

Fix a bug where stripeFuncs was being freed, and then being used after
(in the case of numStripesBailed > 0).


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/dev/raidframe/rf_aselect.c
cvs rdiff -r1.26 -r1.27 src/sys/dev/raidframe/rf_dagutils.c
cvs rdiff -r1.8 -r1.9 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.