diff options
| -rw-r--r-- | firmware/drivers/ata.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c index cad67d1..5653466 100644 --- a/firmware/drivers/ata.c +++ b/firmware/drivers/ata.c @@ -1000,8 +1000,6 @@ int ata_init(void) if (rc) return -60 + rc; - ata_standby(0); - queue_init(&ata_queue); last_disk_activity = current_tick; |