Subject: CVS commit: syssrc/sys/dev/ic
To: None <source-changes@netbsd.org>
From: Matthew Jacob <mjacob@netbsd.org>
List: source-changes
Date: 04/11/2002 05:32:06
Module Name:	syssrc
Committed By:	mjacob
Date:		Thu Apr 11 02:32:06 UTC 2002

Modified Files:
	syssrc/sys/dev/ic: isp.c isp_inline.h ispmbox.h

Log Message:
Clean up a bit from the last checkin so that the correct result pointers
are used- didn't make a difference, but hey...

Put in commented out GFF_ID code- for use in future attempts to search
the fabric- this probably has to go thru the management server path.

Don't whine about handles we can't find if these are aborted commands
(we know we can't find the handles because we destroy handles after
a successful mailbox abort- we don't wait for the F/W to decide whether
it wants to return a status IOCB after this happens).


To generate a diff of this commit:
cvs rdiff -r1.91 -r1.92 syssrc/sys/dev/ic/isp.c
cvs rdiff -r1.19 -r1.20 syssrc/sys/dev/ic/isp_inline.h
cvs rdiff -r1.39 -r1.40 syssrc/sys/dev/ic/ispmbox.h

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