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 13:29:00
Module Name:	src
Committed By:	oster
Date:		Wed Mar  3 13:29:00 UTC 2004

Modified Files:
	src/sys/dev/raidframe: rf_callback.h rf_raid1.c rf_reconbuffer.c

Log Message:
- cleanup unneeded 'row' from RF_CallbackDesc_s.
- remove callbackArg2 from RF_CallbackDesc_s -- it is only ever set,
never read.
- now that this is done, all callbacks should only take a single argument,
and we can simplify things further.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/dev/raidframe/rf_callback.h
cvs rdiff -r1.21 -r1.22 src/sys/dev/raidframe/rf_raid1.c
cvs rdiff -r1.19 -r1.20 src/sys/dev/raidframe/rf_reconbuffer.c

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