Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 05/13/2001 16:44:35
Module Name:	syssrc
Committed By:	bjh21
Date:		Sun May 13 13:44:35 UTC 2001

Modified Files:
	syssrc/sys/arch/arm/conf: files.arm
	syssrc/sys/arch/arm32/arm32: machdep.c
	syssrc/sys/arch/hpcarm/hpcarm: machdep.c
Added Files:
	syssrc/sys/arch/arm/arm: bootconfig.c

Log Message:
Move get_bootconf_option() into a new file, sys/arch/arm/arm/bootconfig.c,
since it's in no way machine-dependent.  It's not really ARM-specific either,
but I don't think it's useful enough to be made part of the MI kernel.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 syssrc/sys/arch/arm/arm/bootconfig.c
cvs rdiff -r1.25 -r1.26 syssrc/sys/arch/arm/conf/files.arm
cvs rdiff -r1.95 -r1.96 syssrc/sys/arch/arm32/arm32/machdep.c
cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/hpcarm/hpcarm/machdep.c

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