]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[SCSI] 53c700: remove reliance on deprecated cmnd fields
authorJames Bottomley <James.Bottomley@steeleye.com>
Wed, 14 Jun 2006 02:31:19 +0000 (21:31 -0500)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Tue, 20 Jun 2006 00:34:01 +0000 (19:34 -0500)
commit67d59dfdeb21df2c16dcd478b66177e91178ecd0
treeae85703651d81740f4a6cd398f9dd4d6aabe6a2f
parent6db874fbdbedba5e15e76cc03b42f52ea70338c0
[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>
drivers/scsi/53c700.c
drivers/scsi/53c700.h