libata bugfix: preserve LBA bit for HDIO_DRIVE_TASK
authorMark Lord <mlord@pobox.com>
Fri, 30 Mar 2007 21:45:52 +0000 (17:45 -0400)
committerJeff Garzik <jeff@garzik.org>
Wed, 4 Apr 2007 06:07:28 +0000 (02:07 -0400)
Preserve the LBA bit in the DevSel/Head register for HDIO_DRIVE_TASK.

Signed-off-by: Mark Lord <mlord@pobox.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/libata-scsi.c

index 6cc817a..e936443 100644 (file)
@@ -333,7 +333,7 @@ int ata_task_ioctl(struct scsi_device *scsidev, void __user *arg)
        scsi_cmd[8]  = args[3];
        scsi_cmd[10] = args[4];
        scsi_cmd[12] = args[5];
-       scsi_cmd[13] = args[6] & 0x0f;
+       scsi_cmd[13] = args[6] & 0x4f;
        scsi_cmd[14] = args[0];
 
        /* Good values for timeout and retries?  Values below