Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 01/01/2004 20:39:58
Module Name:	src
Committed By:	oster
Date:		Thu Jan  1 20:39:58 UTC 2004

Modified Files:
	src/sys/dev/raidframe: rf_dagdegrd.c rf_general.h

Log Message:
Finally cleanup RF_BZERO.  Turns out that 'bp' was only used to obtain
bp->b_proc for mapping userspace buffers to kernelspace in the
original rf_kintf.c.  That means bp isn't of any use in RF_BZERO()
for us, and the macro can be replaced with just the memset().

No functional changes.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/dev/raidframe/rf_dagdegrd.c
cvs rdiff -r1.12 -r1.13 src/sys/dev/raidframe/rf_general.h

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