Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Matthew Jacob <mjacob@netbsd.org>
List: source-changes
Date: 07/07/2007 00:49:50
Module Name:	src
Committed By:	mjacob
Date:		Sat Jul  7 00:49:50 UTC 2007

Modified Files:
	src/sys/dev/ic: isp.c isp_library.c isp_netbsd.h ispvar.h

Log Message:
Do a number of 24XX related fixes: fix the actual getting of initiator
status correctly (which we never were doing before). Add an underrun
checker for 24XX. The process of sorting this out led to a whole bunch
of endian surprises that had to be dealt with. Fix NVRAM endian issues
for the 24XX as well.

Do a little 2200 related cleanup- in particular, turn off complaints about
not finding a fast posting handle when running with RIO enabled- we are
somehow getting duplicate completions in this case. If we ignore them and
don't complain, all is well, and we actually start averaging > 2 commands
completed per interrupt.


To generate a diff of this commit:
cvs rdiff -r1.112 -r1.113 src/sys/dev/ic/isp.c
cvs rdiff -r1.1 -r1.2 src/sys/dev/ic/isp_library.c
cvs rdiff -r1.59 -r1.60 src/sys/dev/ic/isp_netbsd.h
cvs rdiff -r1.66 -r1.67 src/sys/dev/ic/ispvar.h

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