Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 07/09/2000 03:35:13
Module Name:	syssrc
Committed By:	jdolecek
Date:		Sun Jul  9 10:35:13 UTC 2000

Modified Files:
	syssrc/sys/arch/i386/include: mca_machdep.h
	syssrc/sys/arch/i386/mca: mca_machdep.c

Log Message:
move struct sys_config from mca_machdep.c to mca_machdep.h
fix copyright (overlooked in original commit)
use bitmask_snprintf() instead of printf("...%b") (though that part is commented
	out anyway ATM)


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/i386/include/mca_machdep.h
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/i386/mca/mca_machdep.c

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