]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ieee1394: sbp2: add support for disks >2 TB (and 16 bytes long CDBs)
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Wed, 29 Jul 2009 19:29:13 +0000 (21:29 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 16 Aug 2009 21:26:57 +0000 (14:26 -0700)
commit57d89e280061b8c1d994baa4ba1535239d198d54
tree433f33c26ad9b0c4122bef9eaa7b9b7b5d96f0ee
parent2614443191474e4c8619bf59665f9ef820e5276c
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