Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/14/1996 22:50:04
mark
Mon Oct 14 15:42:01 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/include
In directory netbsd1:/var/slash-tmp/cvs-serv14739

Modified Files:
	mouse.h 
Log Message:
Added an ioctl acknowledgement bit to the buffer record flags field.
Added a new ioctl to select either relative or absolution mouse position
reports.


mark
Mon Oct 14 15:47:32 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/include
In directory netbsd1:/var/slash-tmp/cvs-serv14845

Added Files:
	sysarch.h 
Log Message:
Initial commit of the header file defining the architecture specific
syscalls.
Declare ARM32_SYNC_ICACHE call that ensures that main memory and any
instruction cache are in sync.


mark
Mon Oct 14 15:49:25 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/include
In directory netbsd1:/var/slash-tmp/cvs-serv14873

Added Files:
	trap.h 
Log Message:
Initial commit of header file defining various traps.
Define a user breakpoint trap.