Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/14/1997 11:50:03
is
Tue Oct 14 04:45:27 PDT 1997
Update of /cvsroot/src/lib/csu/sparc
In directory netbsd1:/var/slash-tmp/cvs-serv24033

Modified Files:
	crt0.c 
Log Message:
XXX Workaround for the "ld buserr with new crt0.o" problem, suggested by tls.
Should be backed out once the real problem has been solved.


mark
Tue Oct 14 04:45:36 PDT 1997
Update of /cvsroot/src/sys/arch/arm32/vidc/console/fonts
In directory netbsd1:/var/slash-tmp/cvs-serv24223

Modified Files:
	font_bold.h font_italic.h font_normal.h font_wide.h 
Log Message:
arm32 kernel source restructure
  - Moved here from arm32/dev as these files are specific to the
    VIDC console.


mark
Tue Oct 14 04:47:18 PDT 1997
Update of /cvsroot/src/sys/arch/arm32/vidc/console
In directory netbsd1:/var/slash-tmp/cvs-serv24354

Added Files:
	vidcvideo.c 
Log Message:
arm32 kernel source restructure
  - Implement a vidcvideo device to act as the parent for the VIDC console.


mark
Tue Oct 14 04:49:23 PDT 1997
Update of /cvsroot/src/sys/arch/arm32/vidc/console
In directory netbsd1:/var/slash-tmp/cvs-serv24451

Modified Files:
	console.c debugconsole.c dumb.c vidc.c vidc_mc.S vidcconsole.c 
	vt220.c 
Log Message:
arm32 kernel source restructure
  - the console code from arm32/dev has been moved here as it is VIDC
    specific.
  - A few minoir code cleanups to help it fit with the restructures VIDC
    sources