Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7bbd20b authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz
Browse files

ide-disk: guarantee 400ns delay after writing command register

parent cf77249e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -248,6 +248,7 @@ static ide_startstop_t __ide_do_rw_disk(ide_drive_t *drive, struct request *rq,
		}

		hwif->OUTBSYNC(drive, command, IDE_COMMAND_REG);
		ndelay(400);	/* FIXME */

		return pre_task_out_intr(drive, rq);
	}