Subject: CVS commit: syssrc/sys/dev/ic
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 04/25/2002 23:05:12
Module Name:	syssrc
Committed By:	bouyer
Date:		Thu Apr 25 20:05:11 UTC 2002

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

Log Message:
It's not safe to access the SCNTL1 register while the SCRIPT is running.
On the 1010 this can wedge the chip. So abort the script instead.
the abort interrupt will trigger a bus reset.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 syssrc/sys/dev/ic/esiop.c
cvs rdiff -r1.59 -r1.60 syssrc/sys/dev/ic/siop.c
cvs rdiff -r1.23 -r1.24 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.