Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 12/15/2000 04:12:58
Module Name:	syssrc
Committed By:	oster
Date:		Fri Dec 15 02:12:58 UTC 2000

Modified Files:
	syssrc/sys/dev/raidframe: rf_driver.c rf_general.h

Log Message:
For the RF_ASSERT() and RF_PANIC() macros, call a function to do the
sprintf, instead of doing the sprintf in the macros.  This means just
1 copy of each of the error messages, chopping about about 16K off the
size of an i386 kernel.  Thanks to Simon Burge and Enami Tsugutomo
for providing the inspiration to do this.


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 syssrc/sys/dev/raidframe/rf_driver.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/dev/raidframe/rf_general.h

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