Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-3] src/sys/dev/raidframe
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.
Home |
Main Index |
Thread Index |
Old Index