]> Zhao Yanbai Git Server - minix.git/commitdiff
wrong field index in at_wini env_parse call
authorDavid van Moolenbroek <david@minix3.org>
Sun, 10 May 2009 16:58:23 +0000 (16:58 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Sun, 10 May 2009 16:58:23 +0000 (16:58 +0000)
drivers/at_wini/at_wini.c

index 401ce12a3bf3a0b98e595bbe19382e37ca4a0224..5da1095b6cebe3e7fd0a1ba27f68eca5f49e8b30 100644 (file)
@@ -472,7 +472,7 @@ PRIVATE void init_params()
   env_parse("ata_pci_debug", "d", 0, &w_pci_debug, 0, 1);
   env_parse("ata_instance", "d", 0, &w_instance, 0, 8);
   env_parse(NO_DMA_VAR, "d", 0, &disable_dma, 0, 1);
-  env_parse("ata_id_timeout", "d", WAKEUP_SECS, &wakeup_secs, 1, 60);
+  env_parse("ata_id_timeout", "d", 0, &wakeup_secs, 1, 60);
   env_parse("atapi_debug", "d", 0, &atapi_debug, 0, 1);
 
   w_identify_wakeup_ticks = wakeup_secs * system_hz;