]> err.no Git - linux-2.6/blobdiff - drivers/ide/ide-probe.c
[PATCH] I2C: fix up some sysfs device attribute file parameters
[linux-2.6] / drivers / ide / ide-probe.c
index 53b84a84f6cb134bd5d9ce07296599e51ae409c3..5d876f53c69735d53c6d9b13a42eed559294d5b9 100644 (file)
@@ -697,13 +697,13 @@ static int wait_hwif_ready(ide_hwif_t *hwif)
        SELECT_DRIVE(&hwif->drives[0]);
        hwif->OUTB(8, hwif->io_ports[IDE_CONTROL_OFFSET]);
        mdelay(2);
-       rc = ide_wait_not_busy(hwif, 10000);
+       rc = ide_wait_not_busy(hwif, 35000);
        if (rc)
                return rc;
        SELECT_DRIVE(&hwif->drives[1]);
        hwif->OUTB(8, hwif->io_ports[IDE_CONTROL_OFFSET]);
        mdelay(2);
-       rc = ide_wait_not_busy(hwif, 10000);
+       rc = ide_wait_not_busy(hwif, 35000);
 
        /* Exit function with master reselected (let's be sane) */
        SELECT_DRIVE(&hwif->drives[0]);