Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 12/29/2003 04:33:31
Module Name:	src
Committed By:	oster
Date:		Mon Dec 29 04:33:31 UTC 2003

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

Log Message:
init_mcpair() and clean_mcpair() are much like init_rad() and
clean_rad() were -- these days they only serve to clutter things up.
Remove the functions, and put the 2 lines of actual useful initialization
into rf_AllocMCPair().


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/dev/raidframe/rf_mcpair.c

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