Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 05/12/1997 08:00:03
thorpej
Mon May 12 00:51:33 PDT 1997
Update of /cvsroot/src/sys/arch/hp300/stand/common
In directory netbsd1:/var/slash-tmp/cvs-serv28382

Modified Files:
	kbd.c 
Log Message:
In kbdnmi(), after we have cleared the interrupt condition, reset
the machine, rather than simply returning to the assembly NMI handler.
Previously, the assembly handler would simply jump back to begin:, which
would frob the stack, and re-clear the BSS.  However, this is not sufficient,
as there may be state in initialized data that must be restored.  Thus,
the only reasonable solution is to re-load the boot block.


thorpej
Mon May 12 00:53:03 PDT 1997
Update of /cvsroot/src/sys/arch/hp300/stand/common
In directory netbsd1:/var/slash-tmp/cvs-serv28928

Modified Files:
	machdep.c 
Log Message:
- Always build the romputchar() glue.
- Don't set "userom" in the trap handler (we didn't before, but we've
  removed the previous CPP conditional that was used to enable it.)


scottr
Mon May 12 00:53:05 PDT 1997
Update of /cvsroot/src/sys/arch/mac68k/mac68k
In directory netbsd1:/var/slash-tmp/cvs-serv29048

Modified Files:
	macrom.h 
Log Message:
Whoops; here's the rest of the Deferred Task Manager changes.

scottr
Mon May 12 00:54:00 PDT 1997
Update of /cvsroot/src/sys/arch/mac68k/dev
In directory netbsd1:/var/slash-tmp/cvs-serv29172

Modified Files:
	ite.c 
Log Message:
KNF and other cosmetics.

thorpej
Mon May 12 00:54:47 PDT 1997
Update of /cvsroot/src/sys/arch/hp300/stand/common
In directory netbsd1:/var/slash-tmp/cvs-serv29186

Modified Files:
	samachdep.h 
Log Message:
- Define INTIOBASE here for use by the standalone programs.
- Add some extern's for "userom" and romputchar()


thorpej
Mon May 12 00:56:01 PDT 1997
Update of /cvsroot/src/sys/arch/hp300/stand/common
In directory netbsd1:/var/slash-tmp/cvs-serv29346

Modified Files:
	srt0.S 
Log Message:
- Always build a romout() stub.
- If kbdnmi() returns, stop cold, since it shouldn't.


thorpej
Mon May 12 00:58:10 PDT 1997
Update of /cvsroot/src/sys/arch/hp300/stand/inst
In directory netbsd1:/var/slash-tmp/cvs-serv29659/inst

Modified Files:
	version 
Log Message:
Bump version: Added APCI console support


thorpej
Mon May 12 00:58:11 PDT 1997
Update of /cvsroot/src/sys/arch/hp300/stand/uboot
In directory netbsd1:/var/slash-tmp/cvs-serv29659/uboot

Modified Files:
	version 
Log Message:
Bump version: Added APCI console support