Subject: CVS commit: src/sys/dev/pcmcia
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 03/26/2006 15:34:19
Module Name:	src
Committed By:	bouyer
Date:		Sun Mar 26 15:34:19 UTC 2006

Modified Files:
	src/sys/dev/pcmcia: wdc_pcmcia.c

Log Message:
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.104 -r1.105 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.