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:40:03
mark
Tue Oct 14 04:31:32 PDT 1997
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv21854

Modified Files:
	pmap.c 
Log Message:
Major overhaul.
Removed all the old code for allocation / management of level 1 page
tables.
Implemented new static / dynamic L1 page table allocation  / management
using vm_page_alloc_memory().
Fixed bug in pmap_page_index() when specifing addresses between memory
banks.
Serious cleanup up of the comments


mark
Tue Oct 14 04:32:49 PDT 1997
Update of /cvsroot/src/sys/arch/arm32/dev
In directory netbsd1:/var/slash-tmp/cvs-serv22275

Modified Files:
	md_hooks.c 
Log Message:
Declare memory_disk_size here.


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

Log Message:
Directory /cvsroot/src/sys/arch/arm32/vidc/console added to the repository


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

Log Message:
Directory /cvsroot/src/sys/arch/arm32/vidc/console/fonts added to the repository


mark
Tue Oct 14 04:35:55 PDT 1997
Update of /cvsroot/src/sys/arch/arm32/dev/console
In directory netbsd1:/var/slash-tmp/cvs-serv22680

Removed Files:
	console.c debugconsole.c dumb.c vidc.c vidc_mc.S vidcconsole.c 
	vt220.c vt220.h 
Log Message:
arm32 kernel source restructure
  - These files are moving to a VIDC specific directory.


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

Removed Files:
	font_bold.h font_italic.h font_normal.h font_wide.h 
Log Message:
arm32 kernel source restructure
  - These file are specific to the VIDC base console.