Subject: CVS commit: [netbsd-3] src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 02/15/2006 19:38:53
Module Name:	src
Committed By:	riz
Date:		Wed Feb 15 19:38:53 UTC 2006

Modified Files:
	src/sys/dev/raidframe [netbsd-3]: rf_driver.c rf_psstatus.c
	    rf_psstatus.h

Log Message:
Pull up following revision(s) (requested by oster in ticket #1170):
	sys/dev/raidframe/rf_driver.c: revision 1.110
	sys/dev/raidframe/rf_psstatus.c: revision 1.31
	sys/dev/raidframe/rf_psstatus.h: revision 1.13
RAIDframe was erroneously re-initializing the Parity Stripe Status
pool each time a new array was configured.  This causes grief
with things like 'vmstat -m' by causing it to loop.  Make RAIDframe
only initialize PSS bits once.
Pointed out by simonb@.  Fix tested by simonb@. Thanks!


To generate a diff of this commit:
cvs rdiff -r1.107.2.1 -r1.107.2.2 src/sys/dev/raidframe/rf_driver.c
cvs rdiff -r1.29 -r1.29.2.1 src/sys/dev/raidframe/rf_psstatus.c
cvs rdiff -r1.11 -r1.11.2.1 src/sys/dev/raidframe/rf_psstatus.h

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