Home
last modified time | relevance | path

Searched hist:"67 d59dfdeb21df2c16dcd478b66177e91178ecd0" (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/
H A D53c700.hdiff 67d59dfdeb21df2c16dcd478b66177e91178ecd0 Wed Jun 14 04:31:19 CEST 2006 James Bottomley <James.Bottomley@steeleye.com> [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>
H A D53c700.cdiff 4311fa60b0d1cb5a2f62f646978294bca7b46cbb Thu Jun 22 21:46:15 CEST 2006 Dave Jones <davej@redhat.com> [SCSI] kmalloc argument switcheroo in recent 53c700 change.

On Wed, Jun 21, 2006 at 07:00:34PM +0000, Linux Kernel wrote:
> commit 67d59dfdeb21df2c16dcd478b66177e91178ecd0
> tree ae85703651d81740f4a6cd398f9dd4d6aabe6a2f
> parent 6db874fbdbedba5e15e76cc03b42f52ea70338c0
> author James Bottomley <James.Bottomley@steeleye.com> Wed, 14 Jun 2006 07:31:19 -0500
> committer James Bottomley <jejb@mulgrave.il.steeleye.com> Tue, 20 Jun 2006 05:34:01 -0500
>
> [SCSI] 53c700: remove reliance on deprecated cmnd fields
> ...
>
> + SDp->hostdata = kmalloc(GFP_KERNEL, sizeof(struct NCR_700_sense));
> +
> + if (!SDp->hostdata)
> + return -ENOMEM;

"I'll take reversed arguments for $100 please Alex".

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
diff 67d59dfdeb21df2c16dcd478b66177e91178ecd0 Wed Jun 14 04:31:19 CEST 2006 James Bottomley <James.Bottomley@steeleye.com> [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>