Subject: CVS commit: [netbsd-2] src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 07/05/2005 21:04:09
Module Name:	src
Committed By:	riz
Date:		Tue Jul  5 21:04:09 UTC 2005

Modified Files:
	src/sys/dev/ic [netbsd-2]: wdc.c

Log Message:
Pull up revision 1.224 via patch (requested by bouyer in ticket #2030):
In wdcprobe1(), wait 5s for the drive to deassert ready. In case of e.g.
pcmcia devices, the drive may still be doing its power-on reset.
XXX From the specs the delay could be up to 31s here, but we don't want to
    wait for 31s if we have a channel with no drives and pull-up resitors on
    the bus.
Based on patch submitted in kern/25659 by Steven M. Bellovin, part of fix for
kern/25659.


To generate a diff of this commit:
cvs rdiff -r1.172.2.7.2.2 -r1.172.2.7.2.3 src/sys/dev/ic/wdc.c

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