From: Masao Fukuchi <fukuchi.masao@jp.fujitsu.com>
To: "Moore, Eric Dean" <Emoore@lsil.com>
Cc: linux-scsi@vger.kernel.org
Subject: Re: [ANNOUNCE] MPT Fusion driver 3.02.06 update
Date: Tue, 26 Oct 2004 17:09:32 +0900 [thread overview]
Message-ID: <200410260809.AA03711@fukuchi.jp.fujitsu.com> (raw)
In-Reply-To: <0E3FA95632D6D047BA649F95DAB60E57053AF031@exa-atlanta>
Hi Eric,
I installed Fusion MPT driver 3.02.06 into my tiger4(SR870BN4).
But I have some problems.
1.compile error
When I compiled your driver with kernel 2.6.9, compile operation
failed with error.
I checked mptbase.c(and mptbase.h) and found your code shows:
#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,8))
pci_save_state(pdev);
#else
pci_save_state(pdev, ioc->PciState);
#endif
But pci_save_state() in kernel 2.6.9 has two parameters.
(I don't know which kernel version has 1 parameter)
2.startup sequence fail
I fixed above problem temporarily and compiled it.
The compile operation finished with no error.
Then I started Linux, but the startup sequence failed with
following error.
>mptbase: Initiating ioc0 bringup
>mptbase: ioc0: ERROR - Diagnostic reset FAILED! (142h)
>mptbase: ioc0 NOT READY WARNING!
>mptbase: WARNING - ioc0 did not initialize properly! (-1)
>mptbase: probe of 0000:04:02.0 failed with error -1
This message shows, IOC didn't become ready.
The LSI53C1030 on Tiger4 has no flash ROM, I think the cause
of the problem was fusion MPT driver didn' execute Firmware
Download Boot operation.
If you have any questions or comments, please let me know.
Thanks,
M.Fukuchi
Moore, Eric Dean wrote:
>All,
>
>We are pleased to announce the MPT Fusion release candidate for lk 2.6
>
>Highlights of this release:
>キ SAS Support - 1064, 1066, 1068
>キ mpi headers v1.5.2
>キ csmi ioctl support
>キ MSI Support
>キ fc_transport support
>キ several patches incorporated from Christoph Hellwig
>
>
>This patch applied against bk://linux-scsi.bkbits.net/scsi-misc-2.6
>
>Here is a link to this patch:
>ftp://ftp.lsil.com/HostAdapterDrivers/linux/Fusion-MPT/2.6-kernel/3.02.06/mp
>tlinux-3.02.06.patch
>
>
>Full source and release notes are also provided at link above.
>
>Eric Moore
>LSI Logic Corporation
>
>
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2004-10-26 8:10 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-25 23:32 [ANNOUNCE] MPT Fusion driver 3.02.06 update Moore, Eric Dean
2004-10-26 8:09 ` Masao Fukuchi [this message]
2004-10-26 8:20 ` Douglas Gilbert
2004-10-26 9:53 ` Christoph Hellwig
2004-10-26 10:38 ` Christoph Hellwig
2004-11-05 0:55 ` CSMI [was: Re: [ANNOUNCE] MPT Fusion driver 3.02.06 update] Douglas Gilbert
2004-11-05 8:23 ` Christoph Hellwig
-- strict thread matches above, loose matches on Subject: below --
2004-10-26 16:02 [ANNOUNCE] MPT Fusion driver 3.02.06 update Moore, Eric Dean
2004-10-26 16:08 ` Christoph Hellwig
2004-10-26 17:03 Moore, Eric Dean
2004-10-26 17:15 ` Christoph Hellwig
2004-10-26 20:29 ` Jeremy Higdon
2004-10-26 17:20 James.Smart
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=200410260809.AA03711@fukuchi.jp.fujitsu.com \
--to=fukuchi.masao@jp.fujitsu.com \
--cc=Emoore@lsil.com \
--cc=linux-scsi@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).