Subject: CVS commit: syssrc/sys/dev/raidframe
To: None <source-changes@netbsd.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 07/27/2001 06:30:08
Module Name:	syssrc
Committed By:	oster
Date:		Fri Jul 27 03:30:08 UTC 2001

Modified Files:
	syssrc/sys/dev/raidframe: rf_driver.c rf_driver.h rf_netbsdkintf.c

Log Message:
Nuke the 5 NULL parameters from rf_DoAccess().  Observe that 4 of
the variables are passed directly to rf_AllocRaidAccDesc(), and the 5th
isn't even used.  Hunt them down and nuke them too.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 syssrc/sys/dev/raidframe/rf_driver.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/dev/raidframe/rf_driver.h
cvs rdiff -r1.108 -r1.109 syssrc/sys/dev/raidframe/rf_netbsdkintf.c

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