Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 10/08/2003 19:51:01
Module Name:	src
Committed By:	pk
Date:		Wed Oct  8 19:51:01 UTC 2003

Modified Files:
	src/sys/dev/ic: isp_netbsd.c

Log Message:
In isp_fc_worker() reduce the timeout value used to poll for the link
status from 10 seconds to 250 milli seconds for the second and subsequent
attempts to determine the link status. This prevents unnecessary long
stalls after the device attach routines have completed.

Tested on a dual port QLogic 3212.  Approved by mjacob@feral.com.


To generate a diff of this commit:
cvs rdiff -r1.61 -r1.62 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.