Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/14/1997 10:10:01
mark
Tue Oct 14 03:02:51 PDT 1997
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv9028

Modified Files:
	conf.c 
Log Message:
Move the random device to major 52 as major 50 is already spoken for.
Support a com device as a console.


mark
Tue Oct 14 03:05:41 PDT 1997
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv9473

Modified Files:
	cpufunc.c 
Log Message:
Added ARM8 support.
Added support for cpu specific prefetch abort handlers.
Cleanup CPU fault correction code.
Implement generic handling of CPU boot options.


mark
Tue Oct 14 03:07:35 PDT 1997
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv9601

Modified Files:
	cpufunc_asm.S 
Log Message:
Added ARM8 CPU support.
Improved SA110 cache cleaning.
Use the macros in machine/asm.h for function declarations.


mark
Tue Oct 14 03:09:47 PDT 1997
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv9632

Modified Files:
	cpuswitch.S 
Log Message:
Remove explict profiling calls for assembly functions.
Use machine/asm.h macros for declaring assembly functions.
Cleaned up a few comments.