Subject: CVS commit: syssrc/sys/arch/sun2/sun2
To: None <source-changes@netbsd.org>
From: Matthew Fredette <fredette@netbsd.org>
List: source-changes
Date: 08/17/2001 02:54:32
Module Name: syssrc
Committed By: fredette
Date: Thu Aug 16 23:54:32 UTC 2001
Modified Files:
syssrc/sys/arch/sun2/sun2: locore.s
Log Message:
Now treat the bus error register as 16-bits wide, even
though it has nothing in the top half. Reading it as
only 8 bits can sometimes give erroneous values. Under
DEBUG, also stash the value read in the buserr_reg global,
since the value is only latched until read.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 syssrc/sys/arch/sun2/sun2/locore.s
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.