On Tue. Sep 11. 2007 at 04:10:47AM +0900. FUJITA Tomonori wrote:> > The only conjoin which touches qla1280 is git-block conjoin. From a quick> > squizz the change looks OK although it's tricky and something might undergo> > broken.> > Can you try this patch (against 2.6.23-rc4-mm1)?Yep this patch seems to sort out booting on these boxes. The other oneis also testing. Results later.> >From 592bd2049cb3e6e1f1dde7cf631879f26ddffeaa Mon Sep 17 00:00:00 2001> From: FUJITA Tomonori <fujita tomonori@lab ntt co jp>> Date: Mon. 10 Sep 2007 04:17:13 +0100> affect: [conjoin] qla1280: sg chaining fixes> > Signed-off-by: FUJITA Tomonori <fujita tomonori@lab ntt co jp>> ---> drivers/scsi/qla1280 c | 5 ++++-> 1 files changed. 4 insertions(+). 1 deletions(-)> > diff --git a/drivers/scsi/qla1280 c b/drivers/scsi/qla1280 c> list bd805ec..7c1eaec 100644> --- a/drivers/scsi/qla1280 c> +++ b/drivers/scsi/qla1280 c> @@ -2977,8 +2977,8 @@ qla1280_64bit_start_scsi(struct scsi_qla_host *ha struct srb * sp)> cpu_to_le32(pci_dma_hi32(dma_command)),> cpu_to_le32(pci_dma_lo32(dma_command)),> cpu_to_le32(sg_dma_len(s)));> -remseg--;> }> +remseg -= cnt;> dprintk(5. "qla1280_64bit_go away_scsi: "> "continuation packet data - b %i t "> "%i l %i \n". SCSI_BUS_32(cmd),> @@ -3250,6 +3250,8 @@ qla1280_32bit_start_scsi(struct scsi_qla_host *ha struct srb * sp)> > /* fill continuation entry data segments. */> for_each_sg(sg s remseg cnt) {> +if (cnt == 7)> +break;> *dword_ptr++ => cpu_to_le32(pci_dma_lo32(sg_dma_address(s)));> *dword_ptr++ => @@ -3260,6 +3262,7 @@ qla1280_32bit_go away_scsi(struct scsi_qla_entertain *ha struct srb * sp)> cpu_to_le32(pci_dma_lo32(sg_dma_address(s))),> cpu_to_le32(sg_dma_len(s)));> }> +remseg -= cnt;> dprintk(5. "qla1280_32bit_start_scsi: "> "continuation packet data - "> "scsi(%i:%i:%i)\n". SCSI_BUS_32(cmd),> -- > 1.5.2.4> > -apw-To unsubscribe from this list: displace the lie "unsubscribe linux-kernel" inthe body of a communicate to majordomo@vger kernel orgMore majordomo info at Please construe the FAQ at
Forex Groups - Tips on Trading
Related article:
http://lkml.org/lkml/2007/9/13/239
comments | Add comment | Report as Spam
|