Subject: CVS commit: [netbsd-3] src/sys/dev/pcmcia
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 07/02/2005 23:19:27
Module Name:	src
Committed By:	tron
Date:		Sat Jul  2 23:19:27 UTC 2005

Modified Files:
	src/sys/dev/pcmcia [netbsd-3]: wdc_pcmcia.c

Log Message:
Pull up revision 1.100 (requested by bouyer in ticket #500):
When the PCMCIA socket is powered up, the driver waits for the PCMCIA
controller to be ready, but the drive attached to it may not be ready yet.
Add a half a second delay before calling wdcattach(), to let the drive
have its electronic ready to properly respond to the register tests done
in wdcprobe1(). Delay based on experiments done by John Refling with
various devices as part of the audit-trail of kern/25659; complete
the fix for kern/25659.


To generate a diff of this commit:
cvs rdiff -r1.99 -r1.99.2.1 src/sys/dev/pcmcia/wdc_pcmcia.c

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