Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 03/20/2004 05:21:53
Module Name:	src
Committed By:	oster
Date:		Sat Mar 20 05:21:53 UTC 2004

Modified Files:
	src/sys/dev/raidframe: rf_dagdegwr.c rf_dagffwr.c rf_dagutils.c

Log Message:
Change signature of rf_AllocBuffer() to take a dag_h and buffer size
instead of an PDA and an alloclist.  This lets us do the vple dance
inside of rf_AllocBuffer().

Cleanup usage of rf_AllocIOBuffer() and use rf_AllocBuffer() instead.

Fix all uses of rf_AllocBuffer() to conform to the new way of doing
things.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/dev/raidframe/rf_dagdegwr.c
cvs rdiff -r1.23 -r1.24 src/sys/dev/raidframe/rf_dagffwr.c
cvs rdiff -r1.41 -r1.42 src/sys/dev/raidframe/rf_dagutils.c

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