Subject: CVS commit: syssrc/sys/dev
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 04/22/2002 18:53:41
Module Name:	syssrc
Committed By:	bouyer
Date:		Mon Apr 22 15:53:40 UTC 2002

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

Log Message:
Add support for tagged queuing to esiop (256 tags per device).
For this add another indirecton: the DSA in the LUN table points to
a table of DSA indexed by the tag number when tagged command is in use.
For non tagged command, the LUN DSA still points to the tables describing the
xfer directly.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/dev/ic/esiop.c syssrc/sys/dev/ic/esiopvar.h
cvs rdiff -r1.1 -r1.2 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.