Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 01/04/2000 18:57:29
Module Name:	syssrc
Committed By:	oster
Date:		Wed Jan  5 02:57:29 UTC 2000

Modified Files:
	syssrc/sys/dev/raidframe: rf_copyback.c rf_engine.c rf_kintf.h
	    rf_netbsdkintf.c rf_paritylogging.c rf_parityscan.c rf_raid.h
	    rf_raidframe.h rf_reconstruct.c rf_threadstuff.h

Log Message:
- update RF_CREATE_THREAD to handle a 'process name' argument.
- fire up a new thread for parity re-writes, copybacks, and reconstructs.
  The ioctl's which trigger these actions now return immediately.
- add progress accounting for the above actions.
- minor rototillage of rf_netbsdkintf.c to deal with all of the above.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 syssrc/sys/dev/raidframe/rf_copyback.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/dev/raidframe/rf_engine.c \
    syssrc/sys/dev/raidframe/rf_kintf.h \
    syssrc/sys/dev/raidframe/rf_threadstuff.h
cvs rdiff -r1.36 -r1.37 syssrc/sys/dev/raidframe/rf_netbsdkintf.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/dev/raidframe/rf_paritylogging.c
cvs rdiff -r1.7 -r1.8 syssrc/sys/dev/raidframe/rf_parityscan.c \
    syssrc/sys/dev/raidframe/rf_raid.h \
    syssrc/sys/dev/raidframe/rf_raidframe.h
cvs rdiff -r1.8 -r1.9 syssrc/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.