Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Thor Lancelot Simon <tls@netbsd.org>
List: source-changes
Date: 09/27/2003 03:43:08
Module Name: src
Committed By: tls
Date: Sat Sep 27 03:43:08 UTC 2003
Modified Files:
src/sys/dev/ic: isp_netbsd.c
Log Message:
Remove NOSETTLE flag from channel in FibreChannel case. It makes sense that
it should be there, but in practice, on some systems an ugly race condition
rears its head: SCSI commands are issued before the FC thread ever runs, and
fail from then on forever. Yuck.
To generate a diff of this commit:
cvs rdiff -r1.60 -r1.61 src/sys/dev/ic/isp_netbsd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.