Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 02/14/2006 01:13:33
Module Name:	src
Committed By:	oster
Date:		Tue Feb 14 01:13:33 UTC 2006

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

Log Message:
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.109 -r1.110 src/sys/dev/raidframe/rf_driver.c
cvs rdiff -r1.30 -r1.31 src/sys/dev/raidframe/rf_psstatus.c
cvs rdiff -r1.12 -r1.13 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.