Searched hist:254423 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/dev/sdhci/
H A Dsdhci.cdiff 254423 Fri Aug 16 19:56:37 MDT 2013 ian When the timeout clock is based on the SD clock, the timeout counter
has to be recalculated every time the SD clock frequency changes.

Also, tidy up the counter calculation... it makes no sense to calculate
a value one larger than the limit, then whine that it's too large and
truncate it to the limit. If the BROKEN_TIMEOUT quirk is set, don't
calculate the counter at all, just set it to the limit value.

Completed in 42 milliseconds