ATA: Add some more logf debugging

Change-Id: If1f919c43d02a974e478018750c60e3619db1505
This commit is contained in:
Solomon Peachy 2024-11-11 21:15:45 -05:00
parent 461704f803
commit 044ba60bcf
2 changed files with 16 additions and 0 deletions

View file

@ -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);