Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 07/01/2004 17:48:45
Module Name:	src
Committed By:	oster
Date:		Thu Jul  1 17:48:45 UTC 2004

Modified Files:
	src/sys/dev/raidframe: rf_netbsdkintf.c

Log Message:
The result of rf_DoAccess() should *not* be assigned to bp->b_error.
As well, when we do detect some sort of an error, we should be doing a
biodone() here.  Thanks to yamt for noting the missing biodone(), as
that led to discovery of the additional lossage.


To generate a diff of this commit:
cvs rdiff -r1.179 -r1.180 src/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.