commit | 67d59dfdeb21df2c16dcd478b66177e91178ecd0 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@steeleye.com> | Tue Jun 13 21:31:19 2006 -0500 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Mon Jun 19 19:34:01 2006 -0500 |
tree | ae85703651d81740f4a6cd398f9dd4d6aabe6a2f | |
parent | 6db874fbdbedba5e15e76cc03b42f52ea70338c0 [diff] |
[SCSI] 53c700: remove reliance on deprecated cmnd fields This one's quite tricky. The 53c700 uses the now deprecated fields of the command structure for saving the prior command when it does autosense. To fix this, we have to add extra fields to the LUN to accommodate a copy of the real command. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>