diff options
author | ian <ian@FreeBSD.org> | 2014-02-15 17:59:32 +0000 |
---|---|---|
committer | ian <ian@FreeBSD.org> | 2014-02-15 17:59:32 +0000 |
commit | 71ef75416769754b299954be72f8a1bf971f7268 (patch) | |
tree | 2934c5ff5d360053d3e3ed0494368d4aeaaf26e4 /contrib/llvm/tools/clang/lib/Frontend/CompilerInstance.cpp | |
parent | 882689c35315cd4920853d73ee80d05648924085 (diff) | |
download | FreeBSD-src-71ef75416769754b299954be72f8a1bf971f7268.zip FreeBSD-src-71ef75416769754b299954be72f8a1bf971f7268.tar.gz |
Increase the wait time for acquiring the bus from 10 to 250ms.
Normally it never needs to wait here at all; waiting is done at the end
of the prior command. When doing a crash dump, the normal interrupt
mechanism isn't used; instead the interrupt handler is called repeatedly
in a polling-like manner. This can subvert hardware-specific drivers
and lead to trying to start a new command while the previous command is
still busy on the bus. Since the SD spec says the longest a card can
take to execute any command is 250ms, use that as a timeout.
Diffstat (limited to 'contrib/llvm/tools/clang/lib/Frontend/CompilerInstance.cpp')
0 files changed, 0 insertions, 0 deletions