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

Modified Files:
	syssrc/sys/arch/arm/arm32: cpu.c
	syssrc/sys/arch/arm32/arm32: autoconf.c
	syssrc/sys/arch/arm32/podulebus: asc.c cosc.c
	syssrc/sys/arch/hpcarm/hpcarm: autoconf.c

Log Message:
Use get_bootconf_option() to find boot options, rather than home-grown
strstr()-based hacks.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/arm/arm32/cpu.c
cvs rdiff -r1.36 -r1.37 syssrc/sys/arch/arm32/arm32/autoconf.c
cvs rdiff -r1.32 -r1.33 syssrc/sys/arch/arm32/podulebus/asc.c
cvs rdiff -r1.16 -r1.17 syssrc/sys/arch/arm32/podulebus/cosc.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/hpcarm/hpcarm/autoconf.c

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