Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 04/10/2004 05:52:33
Module Name:	src
Committed By:	oster
Date:		Sat Apr 10 05:52:33 UTC 2004

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

Log Message:
Allocating emergency buffer space is all fine and well, but one should really
remember to return the memory when unconfiguring the array.  Same thing goes
for the pool elements used to build the list!


To generate a diff of this commit:
cvs rdiff -r1.99 -r1.100 src/sys/dev/raidframe/rf_driver.c

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