Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 04/28/1997 22:10:02
gwr
Mon Apr 28 15:02:44 PDT 1997
Update of /cvsroot/src/sys/arch/sun3/dev
In directory netbsd1:/var/slash-tmp/cvs-serv17741/dev

Modified Files:
	obio.c 
Log Message:
Fix a bug where OBIO locators were not presented to the children.
Rename obio_alloc to obio_mapin; add comments, etc.  (like sun3x)


gwr
Mon Apr 28 15:04:31 PDT 1997
Update of /cvsroot/src/sys/arch/sun3/sun3
In directory netbsd1:/var/slash-tmp/cvs-serv18486/sun3

Modified Files:
	clock.c 
Log Message:
No longer needs an early init call (just normal autoconfig).
Only animate the LEDs when we were idle (like SunOS).


gwr
Mon Apr 28 15:06:22 PDT 1997
Update of /cvsroot/src/sys/arch/sun3/sun3
In directory netbsd1:/var/slash-tmp/cvs-serv18924/sun3

Modified Files:
	sun3_startup.c 
Log Message:
Be quiet in _save_symtab() unless there is a problem.
Improve some comments (and sync with sun3x code).


gwr
Mon Apr 28 15:08:39 PDT 1997
Update of /cvsroot/src/sys/arch/sun3/sun3
In directory netbsd1:/var/slash-tmp/cvs-serv19324/sun3

Modified Files:
	machdep.c 
Log Message:
Do console initialization earlier (see obio_init).
Document initialization order dependencies.