Subject: CVS commit: syssrc/sys/dev
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 05/04/2002 21:11:07
Module Name:	syssrc
Committed By:	bouyer
Date:		Sat May  4 18:11:06 UTC 2002

Modified Files:
	syssrc/sys/dev/ic: siop_common.c siopvar_common.h
	syssrc/sys/dev/pci: siop_pci_common.c

Log Message:
It seems that the 1010-33 has a bug: it sometimes generate spurious SCSI gross
errors for narrow transfers after a reselect. FreeBSD sym driver has a comment
about this, but their workaround (disable SCSI gross error reports) doesn't
work for me. Instead dissallow disconnect if the target is not wide
(FreeBSD doens't allow disconnect until the target has been fully probed, which
is why they may not have noticed my problem).


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 syssrc/sys/dev/ic/siop_common.c
cvs rdiff -r1.19 -r1.20 syssrc/sys/dev/ic/siopvar_common.h
cvs rdiff -r1.16 -r1.17 syssrc/sys/dev/pci/siop_pci_common.c

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