Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 03/07/2004 02:25:36
Module Name: src
Committed By: oster
Date: Sun Mar 7 02:25:36 UTC 2004
Modified Files:
src/sys/dev/raidframe: rf_dagutils.c
Log Message:
Re-work rf_GenerateFailedAccessASMs() to simplify things a bit.
rf_AllocBuffer() is available, so use it to get buffer space instead
of the previous RF_Malloc() bits. Saves a few bytes, but more
importantly makes the code much more readable.
To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 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.