On Mon, 2006-06-12 at 21:19 +0200, Christoph Hellwig wrote: > looks like no one but James looked at it as I attached a completely > different patch that has been merged long ago. Here's the real one: Here's a piece that was missed from the recently added highpoint driver James Index: BUILD-2.6/drivers/scsi/hptiop.c =================================================================== --- BUILD-2.6.orig/drivers/scsi/hptiop.c 2006-06-13 15:53:53.000000000 -0500 +++ BUILD-2.6/drivers/scsi/hptiop.c 2006-06-13 15:53:57.000000000 -0500 @@ -554,7 +554,7 @@ req->header.context = cpu_to_le32(IOPMU_QUEUE_ADDR_HOST_BIT | (u32)_req->index); req->header.context_hi32 = 0; - req->dataxfer_length = cpu_to_le32(scp->bufflen); + req->dataxfer_length = cpu_to_le32(scp->request_bufflen); req->channel = scp->device->channel; req->target = scp->device->id; req->lun = scp->device->lun; - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html