DOn't busy wait for SDHC command complete by reading the status register. Such behavi...
commit3f51de42db7986d1754a3ecbaf88fd6a0df60e1c
authorschulz <schulz@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 14 Apr 2015 19:51:41 +0000 (14 19:51 +0000)
committerschulz <schulz@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 14 Apr 2015 19:51:41 +0000 (14 19:51 +0000)
tree1e2a9c3f960800cd2ca0171cba02f55494d47661
parent0e12f9ca6ce4a52d7084363acd4b26bd6a667463
DOn't busy wait for SDHC command complete by reading the status register. Such behavior is highly unsafe since the status register may be updated with a delay and the code runs out of sync. Use signals instead. Preliminary version, may break.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@50393 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
rom/devs/sdcard/sdcard_bus.c
rom/devs/sdcard/sdcard_bus.h