OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Federico G. Schwindt (fgschcvs.openbsd.org)
Date: Sun Jul 30 2006 - 11:40:27 CDT


CVSROOT: /cvs
Module name: src
Changes by: fgschcvs.openbsd.org 2006/07/30 10:40:27

Modified files:
        sys/dev/sdmmc : sdhc.c

Log message:
o Change sdhc_soft_reset() to pass the bits we want to reset and wait
until all bits are cleared.
o Change sdhc_host_reset() to use the above function and use RESET_ALL.
This avoid timeouts on TI controllers when initializing the controller but
does not fix the command timeouts.
uwe ok.