On Sun, 17 Feb 2008 15:37:02 -0800
Tim Pepper <[EMAIL PROTECTED]> wrote:
> On Mon 19 Feb at 07:31:56 +0900 [EMAIL PROTECTED] said:
> >
> > Can you apply the 0001 and 0002 against 2.6.24 and see how it works?
> > If it works well, then please apply the 0001, 0002 and 0003.
>
> Fujita-san,
>
> I've started through the patches in order, cumulatively and after applying
> 0005 things break. I wont be able to test anything else until tomorrow
> when I can phycisally reset the machine...
Great, thanks a lot!
Can you apply this patch after the 0005 patch and see how it works? If
it works, then please continue to test 0006, 0007 ...
diff --git a/drivers/scsi/ips.c b/drivers/scsi/ips.c
index 05bb6ea..39cdd68 100644
--- a/drivers/scsi/ips.c
+++ b/drivers/scsi/ips.c
@@ -6906,7 +6906,7 @@ ips_register_scsi(int index)
sh->max_channel = ha->nbus - 1;
sh->can_queue = ha->max_cmds - 1;
- scsi_add_host(sh, NULL);
+ scsi_add_host(sh, &ha->pcidev->dev);
scsi_scan_host(sh);
return 0;
--
1.5.3.7
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html