From: FUJITA Tomonori <tomof@acm.org>
To: lnxninja@linux.vnet.ibm.com
Cc: tomof@acm.org, fujita.tomonori@lab.ntt.co.jp,
linux-scsi@vger.kernel.org,
Mark_Salyzyn@adaptec.comfujita.tomonori@lab.ntt.co.jp
Subject: Re: ips.c broken since 2.6.23 on x86_64?
Date: Mon, 18 Feb 2008 22:32:46 +0900 [thread overview]
Message-ID: <20080218223246I.tomof@acm.org> (raw)
In-Reply-To: <20080217233701.GA30994@tpepper-t42p.dolavim.us>
On Sun, 17 Feb 2008 15:37:02 -0800
Tim Pepper <lnxninja@linux.vnet.ibm.com> wrote:
> On Mon 19 Feb at 07:31:56 +0900 tomof@acm.org 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
next prev parent reply other threads:[~2008-02-18 13:33 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-13 21:43 ips.c broken since 2.6.23 on x86_64? Tim Pepper
[not found] ` <532ABFBDAAC3A34EB12EBA6CEC2838F439964688@ADPE2K703.adaptec.com>
2008-02-14 0:04 ` Tim Pepper
2008-02-18 14:57 ` Salyzyn, Mark
2008-02-18 23:34 ` Tim Pepper
2008-02-14 11:48 ` FUJITA Tomonori
2008-02-14 23:55 ` Tim Pepper
2008-02-15 0:13 ` FUJITA Tomonori
2008-02-15 1:16 ` Tim Pepper
2008-02-15 16:09 ` FUJITA Tomonori
2008-02-15 22:50 ` Tim Pepper
2008-02-16 0:41 ` FUJITA Tomonori
2008-02-17 12:52 ` Boaz Harrosh
2008-02-17 13:09 ` Boaz Harrosh
2008-02-17 21:16 ` Tim Pepper
2008-02-17 21:15 ` Tim Pepper
2008-02-17 22:31 ` FUJITA Tomonori
2008-02-17 23:29 ` Tim Pepper
2008-02-17 23:37 ` Tim Pepper
2008-02-18 13:32 ` FUJITA Tomonori [this message]
2008-02-18 23:30 ` Tim Pepper
2008-02-19 0:11 ` FUJITA Tomonori
2008-02-19 3:48 ` Tim Pepper
2008-02-19 8:22 ` FUJITA Tomonori
2008-02-19 8:02 ` FUJITA Tomonori
2008-02-19 16:06 ` James Bottomley
2008-02-19 20:29 ` FUJITA Tomonori
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080218223246I.tomof@acm.org \
--to=tomof@acm.org \
--cc=Mark_Salyzyn@adaptec.comfujita.tomonori \
--cc=fujita.tomonori@lab.ntt.co.jp \
--cc=linux-scsi@vger.kernel.org \
--cc=lnxninja@linux.vnet.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.