Subject: CVS commit: syssrc/sys/dev/ieee1394
To: None <source-changes@netbsd.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 12/18/2002 06:48:35
Module Name:	syssrc
Committed By:	jmc
Date:		Wed Dec 18 04:48:34 UTC 2002

Modified Files:
	syssrc/sys/dev/ieee1394: sbp2.c sbp2var.h

Log Message:
Redo state handling as ack's, status, etc can come in and be processed in
various orders depending how the upper level driver is flushing it's queue's.
This prevents the deadlocks I was seeing before with >8k writes.

XXX: Still not completely there as > 64k copies trigger bugs and the page
table support still needs to be written to break those down.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 syssrc/sys/dev/ieee1394/sbp2.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/dev/ieee1394/sbp2var.h

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