Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 03/05/2004 03:58:21
Module Name: src
Committed By: oster
Date: Fri Mar 5 03:58:21 UTC 2004
Modified Files:
src/sys/dev/raidframe: rf_parityscan.c rf_raid5.c rf_reconstruct.c
Log Message:
Use RF_INCLUDE_PARITY_DECLUSTERING_DS to #if-out more unneeded bits.
(We can't do RF_DISTRIBUTE_SPARE bits without the parity declustering stuff.)
To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/sys/dev/raidframe/rf_parityscan.c
cvs rdiff -r1.13 -r1.14 src/sys/dev/raidframe/rf_raid5.c
cvs rdiff -r1.71 -r1.72 src/sys/dev/raidframe/rf_reconstruct.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.