diff options
| -rw-r--r-- | firmware/drivers/ata.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c index 9a61c2e..58349f6 100644 --- a/firmware/drivers/ata.c +++ b/firmware/drivers/ata.c @@ -173,12 +173,6 @@ int ata_read_sectors(unsigned long start, int count; void* buf; - if ( incount > 1 ) - DEBUGF("[Reading %d blocks: 0x%x to 0x%x]\n", - incount, start, start+incount-1); - else - DEBUGF("[Reading block 0x%x]\n", start); - last_disk_activity = current_tick; mutex_lock(&ata_mtx); |