Subject: CVS commit: syssrc/sys/dev/ic
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 08/29/2002 21:23:54
Module Name:	syssrc
Committed By:	bouyer
Date:		Thu Aug 29 18:23:53 UTC 2002

Modified Files:
	syssrc/sys/dev/ic: siop_common.c

Log Message:
The 1010 will generate a scsi gross error if a RAM entry is read before being
written (i.e. is used uninitialised). The esiop SCRIPT may do this in some
circonstances (and it is safe) so bus_space_set_region_4() the RAM in
reset routine.
Problem reported and fix tested by Allen Briggs.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 syssrc/sys/dev/ic/siop_common.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.