Subject: CVS commit: syssrc/sys/dev/raidframe
To: None <source-changes@netbsd.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 10/03/2002 00:48:01
Module Name:	syssrc
Committed By:	oster
Date:		Wed Oct  2 21:48:01 UTC 2002

Modified Files:
	syssrc/sys/dev/raidframe: rf_engine.c rf_threadstuff.h

Log Message:
Create a thread creation macro that make it easier to name the DAG process.
Use it to have the DAGExecutionThread have a better name for each RAID
process ('raid0', 'raid1', etc., vs. just 'raid', 'raid', etc.)


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 syssrc/sys/dev/raidframe/rf_engine.c
cvs rdiff -r1.12 -r1.13 syssrc/sys/dev/raidframe/rf_threadstuff.h

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