* [PATCH] mpt fusion - add support for fibre channel FC949ES
@ 2006-01-12 22:55 Michael Reed
2006-01-13 18:10 ` Christoph Hellwig
0 siblings, 1 reply; 3+ messages in thread
From: Michael Reed @ 2006-01-12 22:55 UTC (permalink / raw)
To: linux-scsi, Moore, Eric Dean
[-- Attachment #1: Type: text/plain, Size: 164 bytes --]
Add software recognition for the new LSI Logic Fibre Channel controller.
(Patch originally sent to me by Eric Moore.)
Signed-off-by: Michael Reed <mdr@sgi.com>
[-- Attachment #2: lsi_949ES.patch --]
[-- Type: text/x-patch, Size: 552 bytes --]
diff -ru a/drivers/message/fusion/mptbase.c b/drivers/message/fusion/mptbase.c
--- a/drivers/message/fusion/mptbase.c 2006-01-12 16:44:30.000000000 -0600
+++ b/drivers/message/fusion/mptbase.c 2006-01-12 16:08:15.000000000 -0600
@@ -1374,6 +1374,10 @@
ioc->bus_type = FC;
ioc->errata_flag_1064 = 1;
}
+ else if (pdev->device == MPI_MANUFACTPAGE_DEVICEID_FC949E) {
+ ioc->prod_name = "LSIFC949ES";
+ ioc->bus_type = FC;
+ }
else if (pdev->device == MPI_MANUFACTPAGE_DEVID_53C1030) {
ioc->prod_name = "LSI53C1030";
ioc->bus_type = SPI;
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] mpt fusion - add support for fibre channel FC949ES
2006-01-12 22:55 [PATCH] mpt fusion - add support for fibre channel FC949ES Michael Reed
@ 2006-01-13 18:10 ` Christoph Hellwig
0 siblings, 0 replies; 3+ messages in thread
From: Christoph Hellwig @ 2006-01-13 18:10 UTC (permalink / raw)
To: Michael Reed; +Cc: linux-scsi, Moore, Eric Dean
On Thu, Jan 12, 2006 at 04:55:01PM -0600, Michael Reed wrote:
> Add software recognition for the new LSI Logic Fibre Channel controller.
> (Patch originally sent to me by Eric Moore.)
don't you need to add it to the pci_ids table aswell?
also include the previous patch to add the #define to pci_ids.h to this
patch as akpm apparently doesn't lie that one on it's own.
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [PATCH] mpt fusion - add support for fibre channel FC949ES
@ 2006-01-13 18:19 Moore, Eric
0 siblings, 0 replies; 3+ messages in thread
From: Moore, Eric @ 2006-01-13 18:19 UTC (permalink / raw)
To: Christoph Hellwig, Michael Reed; +Cc: linux-scsi
On Friday, January 13, 2006 11:11 AM, Christoph Hellwig wrote:
>
> On Thu, Jan 12, 2006 at 04:55:01PM -0600, Michael Reed wrote:
> > Add software recognition for the new LSI Logic Fibre
> Channel controller.
> > (Patch originally sent to me by Eric Moore.)
>
> don't you need to add it to the pci_ids table aswell?
>
Yes, that is required.
I was just talking to Micheal, and I've asked him to do
is not supply the 949ES support with his fc transport patch.
We had that discussion earlier this morning after the email
you sent asking for some additional cleanups. Once Micheal reposts,
I plan to do a followon post that has all the 949ES bits. It will
require updated MPI headers v1.5.12 as well, becuase one of the
required defines in mptbase.c are in the new headers.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-01-13 18:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-12 22:55 [PATCH] mpt fusion - add support for fibre channel FC949ES Michael Reed
2006-01-13 18:10 ` Christoph Hellwig
-- strict thread matches above, loose matches on Subject: below --
2006-01-13 18:19 Moore, Eric
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.