Commit 20d689fc authored by Jeff Garzik's avatar Jeff Garzik

[libata scsi] ack SYNCHRONIZE CACHE command

When taskfile delivery is improved, we will actually perform
this command, instead of no-oping it.

For now, this is cosmetic except for removing an annoying message
that some users see.
parent 1a3a090e
......@@ -1156,6 +1156,7 @@ static void ata_scsi_simulate(struct ata_port *ap, struct ata_device *dev,
switch(scsicmd[0]) {
/* no-op's, complete with success */
case SYNCHRONIZE_CACHE: /* FIXME: temporary */
case REZERO_UNIT:
case SEEK_6:
case SEEK_10:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment