[SCSI] sd: Use SCSI read/write(16) with > 32-bit LBA drives
authorJason J. Herne <hernejj@gmail.com>
Wed, 14 Nov 2012 22:03:22 +0000 (17:03 -0500)
committerJames Bottomley <JBottomley@Parallels.com>
Tue, 27 Nov 2012 05:00:38 +0000 (09:00 +0400)
Force large capacity (> 0xFFFFFFFF blocks) drives to use READ/WRITE(16) instead
of READ/WRITE(10). Some(most/all?) USB enclosures do not like READ(10) commands
when a large capacity drive is installed. This issue was reported and discussed
here: http://marc.info/?l=linux-usb&m=135247705222324

Signed-off-by: Jason J. Herne <hernejj@gmail.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>

No differences found