Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 01/10/2004 17:04:44
Module Name:	src
Committed By:	oster
Date:		Sat Jan 10 17:04:44 UTC 2004

Modified Files:
	src/sys/dev/raidframe: rf_dagfuncs.c rf_dagfuncs.h rf_dagutils.c

Log Message:
Since the LOCK and UNLOCK flags are never used, no need in extracting them.
Collapse the related variables down to zero.  That means 'flags' is 0
as well.  Nuke the extraction macros, a bunch of the variables, and replace
'flags' as well.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sys/dev/raidframe/rf_dagfuncs.c
cvs rdiff -r1.6 -r1.7 src/sys/dev/raidframe/rf_dagfuncs.h
cvs rdiff -r1.23 -r1.24 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.