Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/14/1997 09:40:03
mark
Tue Oct 14 02:31:17 PDT 1997
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv5666
Added Files:
intr.c
Log Message:
New file to handle the ARM generic software interrupts etc. in the
restructured sources.
mark
Tue Oct 14 02:32:30 PDT 1997
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv5838
Added Files:
in_cksum_arm32.c
Log Message:
Optimised version of in_cksum(). This started life as the sparc one
and then had the inline assembly replaced.
mark
Tue Oct 14 02:35:35 PDT 1997
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv6011
Modified Files:
disassem.c
Added Files:
disassem.h
Log Message:
arm32 kernel source restructure
- Debugged so mis-disassembled instructions.
- Change the main disassembled so that the function to use for
printing can be passed in as an parameter.
- Provide wrappers for disassembling using the standard kernel
printf() and db_printf()