Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 12/21/2003 15:56:20
Module Name:	src
Committed By:	oster
Date:		Sun Dec 21 15:56:20 UTC 2003

Modified Files:
	src/sys/dev/raidframe: rf_callback.c rf_psstatus.c rf_reconmap.c

Log Message:
Since the 5th arg of pool_init() wasn't actually the number
of items with which to prime the pool, we now prime each
pool using pool_prime().


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/dev/raidframe/rf_callback.c
cvs rdiff -r1.13 -r1.14 src/sys/dev/raidframe/rf_psstatus.c
cvs rdiff -r1.16 -r1.17 src/sys/dev/raidframe/rf_reconmap.c

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