Subject: CVS commit: syssrc/sys/dev/raidframe
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 11/13/2001 09:11:18
Module Name:	syssrc
Committed By:	lukem
Date:		Tue Nov 13 07:11:17 UTC 2001

Modified Files:
	syssrc/sys/dev/raidframe: rf_acctrace.c rf_alloclist.c rf_aselect.c
	    rf_callback.c rf_chaindecluster.c rf_copyback.c rf_cvscan.c
	    rf_dagdegrd.c rf_dagdegwr.c rf_dagffrd.c rf_dagffwr.c rf_dagfuncs.c
	    rf_dagutils.c rf_debugMem.c rf_debugprint.c rf_decluster.c
	    rf_declusterPQ.c rf_diskqueue.c rf_disks.c rf_driver.c rf_engine.c
	    rf_evenodd.c rf_evenodd_dagfuncs.c rf_evenodd_dags.c rf_fifo.c
	    rf_geniq.c rf_interdecluster.c rf_invertq.c rf_layout.c rf_map.c
	    rf_mcpair.c rf_memchunk.c rf_netbsdkintf.c rf_nwayxor.c
	    rf_options.c rf_paritylog.c rf_paritylogDiskMgr.c
	    rf_paritylogging.c rf_parityloggingdags.c rf_parityscan.c rf_pq.c
	    rf_pqdeg.c rf_pqdegdags.c rf_psstatus.c rf_raid0.c rf_raid1.c
	    rf_raid4.c rf_raid5.c rf_raid5_rotatedspare.c rf_reconbuffer.c
	    rf_reconmap.c rf_reconstruct.c rf_reconutil.c rf_revent.c
	    rf_shutdown.c rf_sstf.c rf_states.c rf_stripelocks.c rf_strutils.c
	    rf_threadstuff.c rf_utils.c

Log Message:
add RCSIDs


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 syssrc/sys/dev/raidframe/rf_acctrace.c \
    syssrc/sys/dev/raidframe/rf_dagffwr.c \
    syssrc/sys/dev/raidframe/rf_declusterPQ.c \
    syssrc/sys/dev/raidframe/rf_evenodd.c syssrc/sys/dev/raidframe/rf_fifo.c \
    syssrc/sys/dev/raidframe/rf_interdecluster.c \
    syssrc/sys/dev/raidframe/rf_mcpair.c \
    syssrc/sys/dev/raidframe/rf_memchunk.c \
    syssrc/sys/dev/raidframe/rf_paritylog.c \
    syssrc/sys/dev/raidframe/rf_parityloggingdags.c \
    syssrc/sys/dev/raidframe/rf_pqdeg.c \
    syssrc/sys/dev/raidframe/rf_threadstuff.c
cvs rdiff -r1.7 -r1.8 syssrc/sys/dev/raidframe/rf_alloclist.c \
    syssrc/sys/dev/raidframe/rf_chaindecluster.c \
    syssrc/sys/dev/raidframe/rf_cvscan.c \
    syssrc/sys/dev/raidframe/rf_dagfuncs.c \
    syssrc/sys/dev/raidframe/rf_decluster.c \
    syssrc/sys/dev/raidframe/rf_pqdegdags.c \
    syssrc/sys/dev/raidframe/rf_psstatus.c \
    syssrc/sys/dev/raidframe/rf_raid1.c \
    syssrc/sys/dev/raidframe/rf_reconmap.c syssrc/sys/dev/raidframe/rf_sstf.c \
    syssrc/sys/dev/raidframe/rf_utils.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/dev/raidframe/rf_aselect.c \
    syssrc/sys/dev/raidframe/rf_debugprint.c \
    syssrc/sys/dev/raidframe/rf_nwayxor.c \
    syssrc/sys/dev/raidframe/rf_options.c syssrc/sys/dev/raidframe/rf_raid4.c \
    syssrc/sys/dev/raidframe/rf_reconutil.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/dev/raidframe/rf_callback.c \
    syssrc/sys/dev/raidframe/rf_dagffrd.c syssrc/sys/dev/raidframe/rf_raid0.c \
    syssrc/sys/dev/raidframe/rf_raid5.c \
    syssrc/sys/dev/raidframe/rf_raid5_rotatedspare.c \
    syssrc/sys/dev/raidframe/rf_reconbuffer.c
cvs rdiff -r1.17 -r1.18 syssrc/sys/dev/raidframe/rf_copyback.c
cvs rdiff -r1.9 -r1.10 syssrc/sys/dev/raidframe/rf_dagdegrd.c \
    syssrc/sys/dev/raidframe/rf_revent.c \
    syssrc/sys/dev/raidframe/rf_stripelocks.c
cvs rdiff -r1.8 -r1.9 syssrc/sys/dev/raidframe/rf_dagdegwr.c \
    syssrc/sys/dev/raidframe/rf_dagutils.c \
    syssrc/sys/dev/raidframe/rf_debugMem.c syssrc/sys/dev/raidframe/rf_map.c \
    syssrc/sys/dev/raidframe/rf_shutdown.c
cvs rdiff -r1.14 -r1.15 syssrc/sys/dev/raidframe/rf_diskqueue.c
cvs rdiff -r1.36 -r1.37 syssrc/sys/dev/raidframe/rf_disks.c
cvs rdiff -r1.43 -r1.44 syssrc/sys/dev/raidframe/rf_driver.c
cvs rdiff -r1.11 -r1.12 syssrc/sys/dev/raidframe/rf_engine.c \
    syssrc/sys/dev/raidframe/rf_paritylogging.c \
    syssrc/sys/dev/raidframe/rf_parityscan.c
cvs rdiff -r1.10 -r1.11 syssrc/sys/dev/raidframe/rf_evenodd_dagfuncs.c \
    syssrc/sys/dev/raidframe/rf_layout.c syssrc/sys/dev/raidframe/rf_pq.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/dev/raidframe/rf_evenodd_dags.c \
    syssrc/sys/dev/raidframe/rf_geniq.c syssrc/sys/dev/raidframe/rf_invertq.c \
    syssrc/sys/dev/raidframe/rf_strutils.c
cvs rdiff -r1.111 -r1.112 syssrc/sys/dev/raidframe/rf_netbsdkintf.c
cvs rdiff -r1.12 -r1.13 syssrc/sys/dev/raidframe/rf_paritylogDiskMgr.c
cvs rdiff -r1.30 -r1.31 syssrc/sys/dev/raidframe/rf_reconstruct.c
cvs rdiff -r1.15 -r1.16 syssrc/sys/dev/raidframe/rf_states.c

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