Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 03/09/2004 02:15:33
Module Name:	src
Committed By:	oster
Date:		Tue Mar  9 02:15:33 UTC 2004

Modified Files:
	src/sys/dev/raidframe: rf_driver.c rf_shutdown.c rf_shutdown.h

Log Message:
rf_ShutdownList() isn't returning anything useful, and doesn't need to
return anything.  Cleanup.

Cleanup function prototypes in rf_shutdown.h

Use #if RF_DEBUG_SHUTDOWN to #if-out more code.


To generate a diff of this commit:
cvs rdiff -r1.91 -r1.92 src/sys/dev/raidframe/rf_driver.c
cvs rdiff -r1.16 -r1.17 src/sys/dev/raidframe/rf_shutdown.c
cvs rdiff -r1.4 -r1.5 src/sys/dev/raidframe/rf_shutdown.h

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