From: "Ewan D. Milne" <emilne@redhat.com>
To: Don Brace <don.brace@microsemi.com>
Cc: jejb@linux.vnet.ibm.com, Viswas.G@microsemi.com,
Mahesh.Rajashekhara@microsemi.com, hch@infradead.org,
scott.teel@microsemi.com, Kevin.Barnett@microsemi.com,
Justin.Lindley@microsemi.com, scott.benesh@microsemi.com,
elliott@hpe.com, linux-scsi@vger.kernel.org
Subject: Re: [PATCH V4 2/2] aacraid: remove wildcard for series 9 controllers
Date: Wed, 10 Aug 2016 12:14:34 -0400 [thread overview]
Message-ID: <1470845674.12971.21.camel@localhost.localdomain> (raw)
In-Reply-To: <146706367078.29152.14405582249219794335.stgit@brunhilda>
On Mon, 2016-06-27 at 16:41 -0500, Don Brace wrote:
> Depends on smartpqi driver adoption
>
> Reviewed-by: Kevin Barnett <kevin.barnett@microsemi.com>
> Reviewed-by: Scott Teel <scott.teel@microsemi.com>
> Signed-off-by: Kevin Barnett <kevin.barnett@microsemi.com>
> Signed-off-by: Don Brace <don.brace@microsemi.com>
> ---
> drivers/scsi/aacraid/linit.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/scsi/aacraid/linit.c b/drivers/scsi/aacraid/linit.c
> index 79871f3..d5b26fa 100644
> --- a/drivers/scsi/aacraid/linit.c
> +++ b/drivers/scsi/aacraid/linit.c
> @@ -160,7 +160,6 @@ static const struct pci_device_id aac_pci_tbl[] = {
> { 0x9005, 0x028b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 62 }, /* Adaptec PMC Series 6 (Tupelo) */
> { 0x9005, 0x028c, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 63 }, /* Adaptec PMC Series 7 (Denali) */
> { 0x9005, 0x028d, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 64 }, /* Adaptec PMC Series 8 */
> - { 0x9005, 0x028f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 65 }, /* Adaptec PMC Series 9 */
> { 0,}
> };
> MODULE_DEVICE_TABLE(pci, aac_pci_tbl);
> @@ -239,7 +238,6 @@ static struct aac_driver_ident aac_drivers[] = {
> { aac_src_init, "aacraid", "ADAPTEC ", "RAID ", 2, AAC_QUIRK_SRC }, /* Adaptec PMC Series 6 (Tupelo) */
> { aac_srcv_init, "aacraid", "ADAPTEC ", "RAID ", 2, AAC_QUIRK_SRC }, /* Adaptec PMC Series 7 (Denali) */
> { aac_srcv_init, "aacraid", "ADAPTEC ", "RAID ", 2, AAC_QUIRK_SRC }, /* Adaptec PMC Series 8 */
> - { aac_srcv_init, "aacraid", "ADAPTEC ", "RAID ", 2, AAC_QUIRK_SRC } /* Adaptec PMC Series 9 */
> };
>
> /**
>
Depends upon smartpqi incorporation for support of these removed IDs.
Reviewed-by: Ewan D. Milne <emilne@redhat.com>
next prev parent reply other threads:[~2016-08-10 18:43 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-27 21:40 [PATCH V4 0/2] smartpqi: initial commit of Microsemi smartpqi driver Don Brace
2016-06-27 21:41 ` [PATCH V4 1/2] " Don Brace
2016-08-01 7:13 ` Hannes Reinecke
2016-08-01 8:17 ` Johannes Thumshirn
2016-08-10 16:12 ` Ewan D. Milne
2016-06-27 21:41 ` [PATCH V4 2/2] aacraid: remove wildcard for series 9 controllers Don Brace
2016-08-10 16:14 ` Ewan D. Milne [this message]
2016-08-12 20:08 ` Martin K. Petersen
2016-09-07 21:04 ` Don Brace
2016-09-08 18:15 ` Don Brace
2016-09-08 18:25 ` James Bottomley
2016-09-08 18:33 ` Scott Benesh
2016-09-08 22:38 ` James Bottomley
2016-09-09 16:06 ` Scott Benesh
2016-10-03 20:09 ` Don Brace
2016-11-11 14:47 ` Don Brace
2016-12-07 21:44 ` Don Brace
2016-12-08 0:10 ` Martin K. Petersen
2016-10-14 15:41 ` Don Brace
2016-09-09 17:11 ` David Carroll
2016-08-05 1:24 ` [PATCH V4 0/2] smartpqi: initial commit of Microsemi smartpqi driver Martin K. Petersen
2016-08-05 14:19 ` Don Brace
2016-08-09 1:04 ` Martin K. Petersen
2016-08-09 15:37 ` Don Brace
2016-08-11 2:25 ` Martin K. Petersen
2016-08-11 21:13 ` Don Brace
2016-08-12 20:10 ` Martin K. Petersen
2016-08-15 15:54 ` Don Brace
2016-08-17 2:28 ` Martin K. Petersen
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=1470845674.12971.21.camel@localhost.localdomain \
--to=emilne@redhat.com \
--cc=Justin.Lindley@microsemi.com \
--cc=Kevin.Barnett@microsemi.com \
--cc=Mahesh.Rajashekhara@microsemi.com \
--cc=Viswas.G@microsemi.com \
--cc=don.brace@microsemi.com \
--cc=elliott@hpe.com \
--cc=hch@infradead.org \
--cc=jejb@linux.vnet.ibm.com \
--cc=linux-scsi@vger.kernel.org \
--cc=scott.benesh@microsemi.com \
--cc=scott.teel@microsemi.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.