All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@lst.de>
To: "Moore, Eric" <Eric.Moore@lsil.com>
Cc: linux-scsi@vger.kernel.org, hch@lst.de, James.Bottomley@steeleye.com
Subject: Re: [PATCH] fusion - adding support for FC949ES
Date: Sat, 14 Jan 2006 12:31:51 +0100	[thread overview]
Message-ID: <20060114113151.GD19567@lst.de> (raw)
In-Reply-To: <F331B95B72AFFB4B87467BE1C8E9CF5F1AA7EB@NAMAIL2.ad.lsil.com>

On Fri, Jan 13, 2006 at 04:25:26PM -0700, Moore, Eric wrote:
> Add software recognition for the new LSI Logic Fibre Channel controller.
> 
> It relies on patch I posted yesterday:
> http://marc.theaimsgroup.com/?l=linux-kernel&m=113710143305078&w=2
> 
> Signed-off-by: Eric Moore <Eric.Moore@lsil.com>
> 
> diff -uarN b/drivers/message/fusion/mptbase.c
> a/drivers/message/fusion/mptbase.c
> --- b/drivers/message/fusion/mptbase.c	2006-01-13 13:51:07.000000000
> -0700
> +++ a/drivers/message/fusion/mptbase.c	2006-01-13 15:42:07.000000000
> -0700
> @@ -1378,6 +1378,10 @@
>  		ioc->bus_type = FC;
>  		ioc->errata_flag_1064 = 1;
>  	}
> +	else if (pdev->device == MPI_MANUFACTPAGE_DEVICEID_FC949E) {
> +		ioc->prod_name = "LSIFC949E";
> +		ioc->bus_type = FC;
> +	}
>  	else if (pdev->device == MPI_MANUFACTPAGE_DEVID_53C1030) {

Why is this (and the existing ids) using the ids from the lsi/ headers
and not from pci_ids.h?  looks a bit inconsistant, but let's go for this
variant for now..


      reply	other threads:[~2006-01-14 11:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-13 23:25 [PATCH] fusion - adding support for FC949ES Moore, Eric
2006-01-14 11:31 ` Christoph Hellwig [this message]

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=20060114113151.GD19567@lst.de \
    --to=hch@lst.de \
    --cc=Eric.Moore@lsil.com \
    --cc=James.Bottomley@steeleye.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 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.