mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
ATA: Add some more logf debugging
Change-Id: If1f919c43d02a974e478018750c60e3619db1505
This commit is contained in:
parent
461704f803
commit
044ba60bcf
2 changed files with 16 additions and 0 deletions
|
|
@ -414,6 +414,8 @@ static int ata_transfer_sectors(uint64_t start,
|
|||
}
|
||||
}
|
||||
|
||||
logf("ata XFER (%d) %d @ %llu", write, incount, start);
|
||||
|
||||
timeout = current_tick + READWRITE_TIMEOUT;
|
||||
|
||||
ATA_OUT8(ATA_SELECT, ata_device);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue