Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 02/04/1997 07:00:04
mark
Mon Feb  3 22:51:34 PST 1997
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv5425

Modified Files:
	genassym.c 
Log Message:
Add defines for the cpu_functions structure members cf_cache_purgeID and
cf_context_switch.


mark
Mon Feb  3 22:53:42 PST 1997
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv5659

Modified Files:
	db_trace.c 
Log Message:
Removed the SA110 condition compilation and instead test the cputype
variable to determine what adjustment is required for the trace back PC.


mark
Mon Feb  3 22:57:50 PST 1997
Update of /cvsroot/src/sys/arch/arm32/podulebus
In directory netbsd1:/var/slash-tmp/cvs-serv5799

Modified Files:
	sfas.c 
Log Message:
Set the sc_ixfer function pointer to the default sfas_ixfer() function
during initialisation if the pointer is NULL.
Use the sc_ixfer function pointer in the sfas softc when doing
immediate polled transfers.