CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/11/10 07:24:29
Modified files:
sys/dev/sdmmc : sdmmc.c sdmmcvar.h
Log message:
Fixed config_pending calls in sdmmc(4)
Root on SD/MMC card did not work reliably because the config_pending
state was cleared too early. This change will clear config_pending
only after the card discovery has actually completed once.
ok deraadt@ drahn@
