diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-03-09 08:52:14 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-03-09 08:52:14 +0000 |
| commit | 3a6e2f497bd366d45d280b0f7387074073ceba45 (patch) | |
| tree | eaddd43c4fb8786c0fc694a4f2090132838af1cf | |
| parent | 24e2bb34385b645415721e04371c45d8cb541d25 (diff) | |
| download | rockbox-3a6e2f497bd366d45d280b0f7387074073ceba45.zip rockbox-3a6e2f497bd366d45d280b0f7387074073ceba45.tar.gz rockbox-3a6e2f497bd366d45d280b0f7387074073ceba45.tar.bz2 rockbox-3a6e2f497bd366d45d280b0f7387074073ceba45.tar.xz | |
Reverted the STANDBY fix from 2004-02-15, rev 1.106
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4352 a1c6a512-1295-4272-9138-f99709370657
| -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; |