Subject: CVS commit: syssrc/sys/dev
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 04/27/2002 21:46:50
Module Name:	syssrc
Committed By:	bouyer
Date:		Sat Apr 27 18:46:50 UTC 2002

Modified Files:
	syssrc/sys/dev/ic: esiop.c esiopvar.h
	syssrc/sys/dev/microcode/siop: esiop.ss

Log Message:
Use a u_int32_t in script RAM instead of the SEM bit in ISTAT to pass flags
between script and driver. This allows more than one flag, and is easier to
manage (we almost can't read/write istat outside of the irq handler).


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 syssrc/sys/dev/ic/esiop.c
cvs rdiff -r1.6 -r1.7 syssrc/sys/dev/ic/esiopvar.h
cvs rdiff -r1.11 -r1.12 syssrc/sys/dev/microcode/siop/esiop.ss

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