* [PATCH] fix drivers/scsi/imm.c in 2.5.3pre2
@ 2002-01-22 4:25 Rich Baum
0 siblings, 0 replies; only message in thread
From: Rich Baum @ 2002-01-22 4:25 UTC (permalink / raw)
To: linux-kernel, Jens Axboe
I've finally got the imm driver to work. I have based this patch a patch
posted by derek@signalmarketing.com for the ppa driver. I've tested this and
it works for me. Please test this and send me any questions or comments you
may have. If no one has any problems I'll send it to Linus.
Also, I have a longer patch that gets rid of some #includes in imm.c that are
also in imm.h. I moved them to imm.h. Let me know if I should post that
patch as well. It is mainly cosmetic and also works for me.
Thanks,
Rich
diff -urN -X dontdiff linux/drivers/scsi/imm.c linux-rb/drivers/scsi/imm.c
--- linux/drivers/scsi/imm.c Sat Dec 8 23:02:47 2001
+++ linux-rb/drivers/scsi/imm.c Mon Jan 21 14:39:30 2002
@@ -998,7 +998,7 @@
case 4:
if (cmd->use_sg) {
/* if many buffers are available, start filling the first */
- cmd->SCp.buffer = (struct scatterlist *) cmd->request_buffer;
+ cmd->SCp.buffer = (struct scatterlist *) cmd->buffer;
cmd->SCp.this_residual = cmd->SCp.buffer->length;
cmd->SCp.ptr = page_address(cmd->SCp.buffer->page) +
cmd->SCp.buffer->offset;
} else {
@@ -1007,7 +1007,7 @@
cmd->SCp.this_residual = cmd->request_bufflen;
cmd->SCp.ptr = cmd->request_buffer;
}
- cmd->SCp.buffers_residual = cmd->use_sg;
+ cmd->SCp.buffers_residual = cmd->use_sg - 1;
cmd->SCp.phase++;
if (cmd->SCp.this_residual & 0x01)
cmd->SCp.this_residual++;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-01-22 5:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-22 4:25 [PATCH] fix drivers/scsi/imm.c in 2.5.3pre2 Rich Baum
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®