From: Wayne Boyer <wayneb@linux.vnet.ibm.com>
To: "James E.J. Bottomley" <JBottomley@parallels.com>
Cc: Brian King <brking@linux.vnet.ibm.com>,
Kleber Sacilotto de Souza <klebers@linux.vnet.ibm.com>,
Wendy Xiong <wenxiong@linux.vnet.ibm.com>,
linux-scsi <linux-scsi@vger.kernel.org>
Subject: Re: [RESEND][PATCH 1/1] ipr: add definitions for additional adapter
Date: Thu, 27 Oct 2011 11:42:39 -0700 [thread overview]
Message-ID: <4EA9A61F.3030605@linux.vnet.ibm.com> (raw)
In-Reply-To: <4EA04B8E.9030909@linux.vnet.ibm.com>
This patch is not correct. It will break support for the 57C4
adapter. New patch to follow.
Wayne
On 10/20/2011 09:25 AM, Wayne Boyer wrote:
> Add the appropriate definitions and table entry for an additional adapter.
>
> Signed-off-by: Wayne Boyer <wayneb@linux.vnet.ibm.com>
> ---
> drivers/scsi/ipr.c | 4 +++-
> drivers/scsi/ipr.h | 1 +
> 2 files changed, 4 insertions(+), 1 deletion(-)
>
> Index: b/drivers/scsi/ipr.c
> ===================================================================
> --- a/drivers/scsi/ipr.c 2011-10-19 15:53:30.852967743 -0700
> +++ b/drivers/scsi/ipr.c 2011-10-19 15:56:17.363057868 -0700
> @@ -9114,8 +9114,10 @@ static struct pci_device_id ipr_pci_tabl
> { PCI_VENDOR_ID_IBM, PCI_DEVICE_ID_IBM_CROC_FPGA_E2,
> PCI_VENDOR_ID_IBM, IPR_SUBS_DEV_ID_57B2, 0, 0, 0 },
> { PCI_VENDOR_ID_IBM, PCI_DEVICE_ID_IBM_CROC_FPGA_E2,
> - PCI_VENDOR_ID_IBM, IPR_SUBS_DEV_ID_57C4, 0, 0, 0 },
> + PCI_VENDOR_ID_IBM, IPR_SUBS_DEV_ID_57C3, 0, 0, 0 },
> { PCI_VENDOR_ID_IBM, PCI_DEVICE_ID_IBM_CROC_ASIC_E2,
> + PCI_VENDOR_ID_IBM, IPR_SUBS_DEV_ID_57C4, 0, 0, 0 },
> + { PCI_VENDOR_ID_IBM, PCI_DEVICE_ID_IBM_CROC_FPGA_E2,
> PCI_VENDOR_ID_IBM, IPR_SUBS_DEV_ID_57B4, 0, 0, 0 },
> { PCI_VENDOR_ID_IBM, PCI_DEVICE_ID_IBM_CROC_ASIC_E2,
> PCI_VENDOR_ID_IBM, IPR_SUBS_DEV_ID_57B1, 0, 0, 0 },
> Index: b/drivers/scsi/ipr.h
> ===================================================================
> --- a/drivers/scsi/ipr.h 2011-10-19 15:53:32.829134947 -0700
> +++ b/drivers/scsi/ipr.h 2011-10-19 15:56:20.895356624 -0700
> @@ -82,6 +82,7 @@
>
> #define IPR_SUBS_DEV_ID_57B4 0x033B
> #define IPR_SUBS_DEV_ID_57B2 0x035F
> +#define IPR_SUBS_DEV_ID_57C3 0x0353
> #define IPR_SUBS_DEV_ID_57C4 0x0354
> #define IPR_SUBS_DEV_ID_57C6 0x0357
> #define IPR_SUBS_DEV_ID_57CC 0x035C
>
> --
> 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:[~2011-10-27 18:50 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20111019230016.134176494@linux.vnet.ibm.com>
2011-10-20 14:55 ` [PATCH 1/1] ipr: add CCIN definition for Blue Hawk adapter Wayne Boyer
2011-10-20 16:25 ` [RESEND][PATCH 1/1] ipr: add definitions for additional adapter Wayne Boyer
2011-10-20 18:04 ` James Bottomley
2011-10-20 19:24 ` Wayne Boyer
2011-10-24 18:20 ` Brian King
2011-10-27 18:42 ` Wayne Boyer [this message]
2011-10-27 18:58 ` Wayne Boyer
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=4EA9A61F.3030605@linux.vnet.ibm.com \
--to=wayneb@linux.vnet.ibm.com \
--cc=JBottomley@parallels.com \
--cc=brking@linux.vnet.ibm.com \
--cc=klebers@linux.vnet.ibm.com \
--cc=linux-scsi@vger.kernel.org \
--cc=wenxiong@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.