Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 03/08/2004 02:25:27
Module Name:	src
Committed By:	oster
Date:		Mon Mar  8 02:25:27 UTC 2004

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

Log Message:
Move pss_pool to rf_pools.  Will save a bit of extra memory at
run-time, and we can only do one reconstruction at a time anyway.
Nuke pss_issued_pool - move it to an internal structure in pss.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/dev/raidframe/rf_netbsd.h
cvs rdiff -r1.26 -r1.27 src/sys/dev/raidframe/rf_psstatus.c
cvs rdiff -r1.7 -r1.8 src/sys/dev/raidframe/rf_psstatus.h
cvs rdiff -r1.28 -r1.29 src/sys/dev/raidframe/rf_raid.h

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