Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Anders Magnusson <ragge@netbsd.org>
List: source-changes
Date: 02/02/1999 10:37:22
Module Name:	src
Committed By:	ragge
Date:		Tue Feb  2 18:37:22 UTC 1999

Modified Files:
	src/sys/arch/vax/uba: uba.c
	src/sys/arch/vax/vax: autoconf.c clock.c intvec.s ka410.c ka43.c ka46.c
	    ka630.c ka650.c ka750.c ka780.c ka820.c ka860.c machdep.c pmap.c
	    sbi.c vm_machdep.c
	src/sys/arch/vax/vsa: dz_vsbus.c if_ln.c ncr.c smg.c vsbus.c
	src/sys/arch/vax/bi: bi.c
	src/sys/arch/vax/include: cpu.h nexus.h uvax.h vmparam.h vsbus.h
Log Message:
Another giant change: Allocate register space dynamic instead of compiled-in.
This is done on a physical page size basis, instead of virtual (as the
(on vax yet non-existing) bus_* routines does). This is similar to the
way uba allocation is done.