Subject: PR/30233 CVS commit: [netbsd-3] src/sys/dev/raidframe
To: None <oster@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: netbsd-bugs
Date: 10/04/2005 14:15:04
The following reply was made to PR kern/30233; it has been noted by GNATS.

From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/30233 CVS commit: [netbsd-3] src/sys/dev/raidframe
Date: Tue,  4 Oct 2005 14:14:40 +0000 (UTC)

 Module Name:	src
 Committed By:	tron
 Date:		Tue Oct  4 14:14:40 UTC 2005
 
 Modified Files:
 	src/sys/dev/raidframe [netbsd-3]: rf_engine.c rf_netbsd.h
 	    rf_netbsdkintf.c rf_states.c
 
 Log Message:
 Pull up following revision(s) (requested by oster in ticket #853):
 	sys/dev/raidframe/rf_netbsdkintf.c: revision 1.190
 	sys/dev/raidframe/rf_netbsd.h: revision 1.24
 	sys/dev/raidframe/rf_states.c: revision 1.39
 	sys/dev/raidframe/rf_engine.c: revision 1.36
 Re-work the handling of incoming I/O in RAIDframe:
 - introduce rf_buf_queue_check() which checks to see if there
 is work to do in the incoming buffer queue
 - rf_RaidIOThread() is now responsible for calling raidstart(), and is
 also now the only place that calls raidstart()
 - raidstrategy() now just queues requests in buf_queue
 and signals rf_RaidIOThread() that work has arrived
 Hopefully addresses PR#30233
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.35 -r1.35.2.1 src/sys/dev/raidframe/rf_engine.c
 cvs rdiff -r1.22.2.1 -r1.22.2.2 src/sys/dev/raidframe/rf_netbsd.h
 cvs rdiff -r1.186.2.1 -r1.186.2.2 src/sys/dev/raidframe/rf_netbsdkintf.c
 cvs rdiff -r1.38 -r1.38.2.1 src/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.