ieee1394: sbp2: add support for disks >2 TB (and 16 bytes long CDBs)
commit9a3ebfcf36db7ab158b9164dadd4d7727d048918
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Wed, 29 Jul 2009 19:26:25 +0000 (29 21:26 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 16 Aug 2009 21:18:52 +0000 (16 14:18 -0700)
tree244ccfccc3e86235db0d7ac4a916872b09f2085c
parentfb9b274fd6f6f6213033efd6d5ac5718150aede9
ieee1394: sbp2: add support for disks >2 TB (and 16 bytes long CDBs)

Commit ebbb16bffa646f853899ef3fdc0ac7abab888703 upstream.

Increase the command ORB data structure to transport up to 16 bytes long
CDBs (instead of 12 bytes), and tell the SCSI mid layer about it.  This
is notably necessary for READ CAPACITY(16) and friends, i.e. support of
large disks.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/ieee1394/sbp2.c
drivers/ieee1394/sbp2.h