Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/15/1996 01:20:05
mark
Mon Oct 14 18:10:08 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/dev/console
In directory netbsd1:/var/slash-tmp/cvs-serv26557

Modified Files:
	console.c 
Log Message:
Overhauled and fixed teh console blanking code. Things no longer
go wrong when console blanking occurs while X is running.
The blanktime ioctl now allows blanking times to be set, force
immediate blanking or diable blanking on a per virtual console basis.
Updated the console version number to revision D.


mark
Mon Oct 14 18:12:04 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv26623

Modified Files:
	sys_machdep.c 
Log Message:
Recognise the ARM32_SYNC_ICACHE option to sysarch() syscall and call
sync_icache() to garentee any instruction cache the CPU may have is
in sync with the data cache and main memory.


mark
Mon Oct 14 18:15:28 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/dev/console
In directory netbsd1:/var/slash-tmp/cvs-serv26660

Modified Files:
	vidcconsole.c 
Log Message:
Added generic support for the ARM7500 cpu rather than just the RC7500
motherboard.
Cleaned up a lot of code to match KNF.
When the device is attach the vidc refclk frequency is reported along
with the amount of video memory and the type.


mark
Mon Oct 14 18:18:02 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv26702

Modified Files:
	fusu.S 
Log Message:
In the function fetchuserword() call mcount() on function entry if
GPROF and PROFILE_ASM are both defined.
Fixed a bug in suswintr() and susword() that caused the value written
to be trashed.