Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/12/1997 18:50:06
thorpej
Sun Oct 12 11:45:52 PDT 1997
Update of /cvsroot/src/sys/arch/hp300/hp300
In directory netbsd1:/var/slash-tmp/cvs-serv27223
Modified Files:
locore.s
Log Message:
Consolidate some pre-main initialization into an hp300_init() function.
thorpej
Sun Oct 12 11:47:55 PDT 1997
Update of /cvsroot/src/sys/arch/hp300/hp300
In directory netbsd1:/var/slash-tmp/cvs-serv27462
Modified Files:
machdep.c
Log Message:
- Consolidate some pre-main initialization into an hp300_init() function.
- Initialize the message buffer earlier, in hp300_init(), rather than in
cpu_startup(), so that it's initialized before main() is called.
thorpej
Sun Oct 12 11:49:12 PDT 1997
Update of /cvsroot/src/sys/dev
In directory netbsd1:/var/slash-tmp/cvs-serv27888
Modified Files:
rnd.c
Log Message:
Don't be verbose by default.
oki
Sun Oct 12 11:49:28 PDT 1997
Update of /cvsroot/src/sys/arch/x68k/x68k
In directory netbsd1:/var/slash-tmp/cvs-serv27928
Modified Files:
machdep.c
Log Message:
call arpintr() if NARP > 0.