Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 04/07/1999 07:17:11
Module Name:	src
Committed By:	oster
Date:		Wed Apr  7 14:17:10 UTC 1999

Modified Files:
	src/sys/dev/raidframe: rf_netbsdkintf.c
Log Message:
Allow re-writing parity on a RAID 0 to trivially succeed, and to set the
clean bit.  This is somewhat bogus as RAID 0 does not have any parity,
but is a slightly cleaner than other solutions, and makes the handling
of clean bits for RAID 0 consistent with the handling of clean bits at
other RAID levels.