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: 03/29/2006 21:29:16
Module Name:	src
Committed By:	tron
Date:		Wed Mar 29 21:29:16 UTC 2006

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

Log Message:
Pull up following revision(s) (requested by bouyer in ticket #1232):
	sys/dev/pcmcia/wdc_pcmcia.c: revision 1.105
As we are going to sleep here, we need to use
config_pending_incr()/config_pending_decr() so that disks are probed
before trying to mount root, if the card is plugged in at boot time.
Should fix kern/33137 by KIYOHARA Takashi.


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