Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Tohru Nishimura <nisimura@netbsd.org>
List: source-changes
Date: 10/19/1998 19:46:43
Module Name:	src
Committed By:	nisimura
Date:		Tue Oct 20 02:46:43 UTC 1998

Modified Files:
	src/sys/arch/pmax/pmax [nisimura-pmax-wscons]: dec_3100.c dec_3max.c
	    dec_3maxplus.c dec_3min.c dec_5100.c dec_kn02_subr.c
	    dec_kn02_subr.h dec_maxine.c locore_machdep.S machdep.c
	src/sys/arch/pmax/include [nisimura-pmax-wscons]: autoconf.h
	src/sys/arch/pmax/ibus [nisimura-pmax-wscons]: pm.c
	src/sys/arch/pmax/conf [nisimura-pmax-wscons]: files.pmax
Log Message:
- Add cleaner supports for model specific sub-milliseconds high resolution
timer circuit.  3MAX+ has IOASIC bus cycle counter and MAXINE has its own
circuit.  R4000 3MIN ultilizes onchip counter (but I'm not sure how
acculately current codes measure on runtime).
- Add write buffer flush routines for each model.  Most DECstations have
their own logics for write buffer flushing different from each other.
It's not good to assume R3000 computers have write buffer drain logic
tied with processor's CU0 bits.  Some of modern R3000 CPUs have write
buffer 4 deep FIFO circuit builtin.
- A bit cleanup in conf/files.pmax.
- Add missing kn02ba_memerr() call in pmax/dec_3min.c
- Nuke old remainings in include/autoconf.h