Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 09/05/2006 01:55:21
Module Name:	src
Committed By:	oster
Date:		Tue Sep  5 01:55:21 UTC 2006

Modified Files:
	src/sys/dev/raidframe: raidframevar.h

Log Message:
Per a suggestion from Manuel, make numBlocks and partitionSize
unsigned for now.  This prevents rf_reasonable_label() from rejecting
a valid label when these fields have an integer overflow.  The reality
is that these need to be 64-bit quantities, but that will come later.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/dev/raidframe/raidframevar.h

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