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 06:30:42
Module Name:	src
Committed By:	oster
Date:		Mon Dec 29 06:30:42 UTC 2003

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

Log Message:
rf_lkmgr_mutex_init() is only called from one spot, and it really
can't fail.  Simplify life in rf_BootRaidframe(), and then nuke
rf_lkmgr_mutex_init().  Cleanup rf_threadstuff.h a bit more too.
rf_threadstuff.c is about to Go Away.


To generate a diff of this commit:
cvs rdiff -r1.78 -r1.79 src/sys/dev/raidframe/rf_driver.c
cvs rdiff -r1.19 -r1.20 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.