Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Anders Magnusson <ragge@netbsd.org>
List: source-changes
Date: 01/01/1999 13:43:20
Module Name:	src
Committed By:	ragge
Date:		Fri Jan  1 21:43:19 UTC 1999

Modified Files:
	src/sys/arch/vax/bi: kdb.c uba_bi.c
	src/sys/arch/vax/if: if_uba.c
	src/sys/arch/vax/include: param.h pmap.h pte.h vmparam.h vsbus.h
	src/sys/arch/vax/mba: mba.c
	src/sys/arch/vax/uba: qd.c qv.c uba.c
	src/sys/arch/vax/vax: bus_mem.c disksubr.c ka410.c ka43.c ka46.c
	    ka630.c ka650.c ka820.c locore.c pmap.c trap.c vm_machdep.c
Log Message:
Giant change: NBPG now set to 4k and CLSIZE == 1 for vax. This change
made a whole bunch of annoying bugs disappear; mostly depending on
bad use of NBPG in non-MD code. The VAX port was the only port that
used this historical "feature".

The CL* macros should probably go away totally, there is no reason
at all to keep them.