]> xenbits.xensource.com Git - osstest/seabios.git/commit
sdcard: The card should never be in a busy state at start of sdcard_pio()
authorKevin O'Connor <kevin@koconnor.net>
Tue, 11 Aug 2015 16:59:53 +0000 (12:59 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 17 Aug 2015 16:11:24 +0000 (12:11 -0400)
commit34cc2fd4e8b0db6fdbeaea161b1cdb24ed559d33
tree387b1a6ca7fa1d7add60bf777375a06e4de07ed4
parent263fb19bcfa7ed1679e3f007703189c4b2613ca8
sdcard: The card should never be in a busy state at start of sdcard_pio()

Return an error if the controller is busy at the start of a command
instead of waiting.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/hw/sdcard.c