Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 12/29/2003 05:58:34
Module Name:	src
Committed By:	oster
Date:		Mon Dec 29 05:58:34 UTC 2003

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

Log Message:
Let's see...  raidPtr->recon_done_procs is never set to anything
(other than NULL when raidPtr is initialized).  That means
SignalReconDone() never does anything useful.  Bye-bye!

Say good-bye to recon_done_procs and recon_done_procs_mutex (and its
initializer) as well.


To generate a diff of this commit:
cvs rdiff -r1.77 -r1.78 src/sys/dev/raidframe/rf_driver.c
cvs rdiff -r1.19 -r1.20 src/sys/dev/raidframe/rf_raid.h
cvs rdiff -r1.58 -r1.59 src/sys/dev/raidframe/rf_reconstruct.c

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