Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Michael L. Hitch <mhitch@netbsd.org>
List: source-changes
Date: 03/26/1999 19:27:09
Module Name:	src
Committed By:	mhitch
Date:		Sat Mar 27 03:27:09 UTC 1999

Modified Files:
	src/sys/arch/pmax/pmax: dec_3max.c dec_3max_subr.c dec_3maxplus.c
Log Message:
The ECC handling was broken when the common handling was split out of dec_3max.c
and dec_3maxplus.c.  The ERRSYN/CHKSYN register contains data, not an address.
Pass the address of the register rather than the contents to dec_mtasic_err()
instead of the register contents so it can read/write the register.
Correctable memory errors won't trap in dec_mtasic_err() anymore.