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:48:13
Module Name:	src
Committed By:	oster
Date:		Mon Dec 29 05:48:13 UTC 2003

Modified Files:
	src/sys/dev/raidframe: rf_diskqueue.c rf_driver.c rf_engine.c
	    rf_paritylogging.c rf_threadstuff.c rf_threadstuff.h

Log Message:
_rf_create_managed_cond() is now left doing nothing.  Convert callers.
Mash DO_RAID_COND in rf_driver.c out of existance.

- Nuke (already #if 0'ed) _rf_create_managed_lkmgr_mutex() while we're
busy here.

simplify DO_INIT in rf_engine.c


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/sys/dev/raidframe/rf_diskqueue.c
cvs rdiff -r1.75 -r1.76 src/sys/dev/raidframe/rf_driver.c
cvs rdiff -r1.26 -r1.27 src/sys/dev/raidframe/rf_engine.c
cvs rdiff -r1.20 -r1.21 src/sys/dev/raidframe/rf_paritylogging.c
cvs rdiff -r1.17 -r1.18 src/sys/dev/raidframe/rf_threadstuff.c \
    src/sys/dev/raidframe/rf_threadstuff.h

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