Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 01/14/2004 15:10:56
Module Name:	src
Committed By:	oster
Date:		Wed Jan 14 15:10:56 UTC 2004

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

Log Message:
Add 2 missing RF_LOCK_MUTEX()es.  Problem pointed out by
skrueger-at-europe-dot-com.  (It turns out that the mutex used to
serve two different purposes, not just one, and for its current use,
it's actually miss-named.  Will fix that some other time.)


To generate a diff of this commit:
cvs rdiff -r1.82 -r1.83 src/sys/dev/raidframe/rf_driver.c

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