Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 07/07/1999 17:45:25
Module Name:	syssrc
Committed By:	oster
Date:		Thu Jul  8 00:45:25 UTC 1999

Modified Files:
	syssrc/sys/dev/raidframe: rf_netbsdkintf.c rf_raid.h rf_states.c

Log Message:
Once upon a time, long long ago, there was a "fix" added to the
RAIDframe driver to stop it from eating too much kernel memory when
writing data.  But that fix had a nasty side-affect of hurting write
performance (*much* more than I thought it would).  These changes nuke
that "fix", and instead put in a more reasonable mechanism for limiting
the number of simultaneous IO's which can be happening for each RAID device.
The result is a noticeable improvement in write throughput.  The End.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 syssrc/sys/dev/raidframe/rf_netbsdkintf.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/dev/raidframe/rf_raid.h
cvs rdiff -r1.6 -r1.7 syssrc/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.