Re: [PATCH V4 2/2] aacraid: remove wildcard for series 9 controllers

2016-12-07 Thread Martin K. Petersen
> "Don" == Don Brace  writes:

Don,

>> The officially supported driver for this ID is smartpqi.

Don> Can there be any movement on this patch?

It's been more than a couple of weeks. Please repost.

-- 
Martin K. Petersen  Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: [PATCH V4 2/2] aacraid: remove wildcard for series 9 controllers

2016-12-07 Thread Don Brace
> -Original Message-
> From: linux-scsi-ow...@vger.kernel.org [mailto:linux-scsi-
> ow...@vger.kernel.org] On Behalf Of Don Brace
> Sent: Friday, November 11, 2016 8:48 AM
> To: James Bottomley; Scott Benesh; James Bottomley; Martin K. Petersen
> Cc: Viswas G; Mahesh Rajashekhara; h...@infradead.org; Scott Teel; Kevin
> Barnett; Justin Lindley; elli...@hpe.com; linux-scsi@vger.kernel.org
> Subject: RE: [PATCH V4 2/2] aacraid: remove wildcard for series 9 controllers
> 
> EXTERNAL EMAIL
> 
> 
> > -Original Message-
> > From: James Bottomley
> [mailto:james.bottom...@hansenpartnership.com]
> > Sent: Thursday, September 08, 2016 5:38 PM
> > To: Scott Benesh; James Bottomley; Don Brace; Martin K. Petersen
> > Cc: Viswas G; Mahesh Rajashekhara; h...@infradead.org; Scott Teel; Kevin
> > Barnett; Justin Lindley; elli...@hpe.com; linux-scsi@vger.kernel.org
> > Subject: RE: [PATCH V4 2/2] aacraid: remove wildcard for series 9
> controllers
> >
> > EXTERNAL EMAIL
> >
> >
> > On September 8, 2016 2:33:52 PM EDT, Scott Benesh
> > <scott.ben...@microsemi.com> wrote:
> > >>
> > >> On Thu, 2016-09-08 at 18:15 +, Don Brace wrote:
> > >> > > > -{ 0x9005, 0x028f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 65 }, /*
> > >> > > > Adaptec PMC
> > >> > > > Series 9 */
> > >> > > >
> > >> > > > How are people that load aacraid in their initrd going to boot
> > >> > > > after this?
> > >> > > >
> > >> > > > --
> > >> > > > Martin K. Petersen  Oracle Linux Engineering
> > >> > >
> > >> > > I updated smartpqi/Kconfig and added
> > >Documentation/scsi/smartpqi.txt
> > >> > > to inform users of the need to configure the smartpqi driver
> > >moving
> > >> > > forward for aacraid Series 9 controllers.
> > >> > >
> > >> > > Hope this helps.
> > >>
> > >> That's not going to be enough: this ID has been in the aacriad driver
> > >since
> > >> 2011.  That means anyone who finally gets hold of one of these new
> > >cards
> > >> but uses a distro that doesn't have the new smartpqi driver will be
> > >attached
> > >> via the aacraid one.
> > >>
> > >
> > >That's ok because for previous distros the new controller will work
> > >with the previous aacraid driver, although with non-optimal
> > >performance.
> >
> > Not after this change hits. Then systems that only have aacraid in the 
> > initrd
> > will fail to boot.
> >
> > >What we want to do is sync up at 4.9 so going forward only the new
> > >smartpqi driver will attach to these new controllers.
> >
> > So you have a plan in place with the distros to migrate the initrd images?
> > Without being told, some will only install the modules the previous initrd
> was
> > configured for.
> >
> > James
> >
> > >Scott
> > >
> > >> Given that the life times of enterprise distributions is two years
> > >and you're
> > >> releasing this smartpqi soon, the overlap is unavoidable.
> > >>
> > >> James
> > >>
> >
> 
> The ID we want to remove from the aacraid driver will not be available until
> Q1 next year,
> so no customer currently has it yet. If they are running an older kernel, the
> aacraid driver
> will support this ID but in 'sync' mode, their servers will continue to boot.
> 
> If they upgrade to a newer kernel and do not know  to configure the
> smartpqi
> driver and the system fails to boot, they can fall back to the previous
> kernel and configure the smartpqi driver.
> 
> This patch is for newer kernels going forward. We need to eliminate the
> duplication for newer kernels. If both drivers support the same ID
> they will have to know how to rebuild their initrd with a specific driver
> order. Customers that have servers configured with both older aacraid
> devices
> and the newer smartpqi devices will definitely have to do this. Having to
> rebuild the kernel with smartpqi enabled would seem to be an easier
> customer experience.
> 
> The officially supported driver for this ID is smartpqi.
> 
> Thanks,
> Don Brace
> 
> ESC - Smart Storage
> Microsemi Corporation
> 
> >
Can there be any movement on this patch?

Thanks,
Don Brace
ESC - Smart Storage
Microsemi Corporation





RE: [PATCH V4 2/2] aacraid: remove wildcard for series 9 controllers

2016-11-11 Thread Don Brace
> -Original Message-
> From: James Bottomley [mailto:james.bottom...@hansenpartnership.com]
> Sent: Thursday, September 08, 2016 5:38 PM
> To: Scott Benesh; James Bottomley; Don Brace; Martin K. Petersen
> Cc: Viswas G; Mahesh Rajashekhara; h...@infradead.org; Scott Teel; Kevin
> Barnett; Justin Lindley; elli...@hpe.com; linux-scsi@vger.kernel.org
> Subject: RE: [PATCH V4 2/2] aacraid: remove wildcard for series 9 controllers
> 
> EXTERNAL EMAIL
> 
> 
> On September 8, 2016 2:33:52 PM EDT, Scott Benesh
> <scott.ben...@microsemi.com> wrote:
> >>
> >> On Thu, 2016-09-08 at 18:15 +, Don Brace wrote:
> >> > > > -{ 0x9005, 0x028f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 65 }, /*
> >> > > > Adaptec PMC
> >> > > > Series 9 */
> >> > > >
> >> > > > How are people that load aacraid in their initrd going to boot
> >> > > > after this?
> >> > > >
> >> > > > --
> >> > > > Martin K. Petersen  Oracle Linux Engineering
> >> > >
> >> > > I updated smartpqi/Kconfig and added
> >Documentation/scsi/smartpqi.txt
> >> > > to inform users of the need to configure the smartpqi driver
> >moving
> >> > > forward for aacraid Series 9 controllers.
> >> > >
> >> > > Hope this helps.
> >>
> >> That's not going to be enough: this ID has been in the aacriad driver
> >since
> >> 2011.  That means anyone who finally gets hold of one of these new
> >cards
> >> but uses a distro that doesn't have the new smartpqi driver will be
> >attached
> >> via the aacraid one.
> >>
> >
> >That's ok because for previous distros the new controller will work
> >with the previous aacraid driver, although with non-optimal
> >performance.
> 
> Not after this change hits. Then systems that only have aacraid in the initrd
> will fail to boot.
> 
> >What we want to do is sync up at 4.9 so going forward only the new
> >smartpqi driver will attach to these new controllers.
> 
> So you have a plan in place with the distros to migrate the initrd images?
> Without being told, some will only install the modules the previous initrd  
> was
> configured for.
> 
> James
> 
> >Scott
> >
> >> Given that the life times of enterprise distributions is two years
> >and you're
> >> releasing this smartpqi soon, the overlap is unavoidable.
> >>
> >> James
> >>
> 

The ID we want to remove from the aacraid driver will not be available until Q1 
next year,
so no customer currently has it yet. If they are running an older kernel, the 
aacraid driver
will support this ID but in 'sync' mode, their servers will continue to boot. 

If they upgrade to a newer kernel and do not know  to configure the smartpqi
driver and the system fails to boot, they can fall back to the previous
kernel and configure the smartpqi driver.

This patch is for newer kernels going forward. We need to eliminate the
duplication for newer kernels. If both drivers support the same ID
they will have to know how to rebuild their initrd with a specific driver
order. Customers that have servers configured with both older aacraid devices
and the newer smartpqi devices will definitely have to do this. Having to 
rebuild the kernel with smartpqi enabled would seem to be an easier
customer experience.

The officially supported driver for this ID is smartpqi.

Thanks,
Don Brace

ESC - Smart Storage
Microsemi Corporation

> 
> --
> Sent from my Android device with K-9 Mail. Please excuse my brevity.
N�r��yb�X��ǧv�^�)޺{.n�+{���"�{ay�ʇڙ�,j��f���h���z��w���
���j:+v���w�j�mzZ+�ݢj"��!�i

Re: [PATCH V4 2/2] aacraid: remove wildcard for series 9 controllers

2016-10-14 Thread Don Brace

On 09/08/2016 01:25 PM, James Bottomley wrote:

On Thu, 2016-09-08 at 18:15 +, Don Brace wrote:

-{ 0x9005, 0x028f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 65 }, /*
Adaptec PMC
Series 9 */

How are people that load aacraid in their initrd going to boot
after
this?

--
Martin K. Petersen  Oracle Linux Engineering

I updated smartpqi/Kconfig and added
Documentation/scsi/smartpqi.txt to
inform users of the
need to configure the smartpqi driver moving forward for aacraid
Series 9
controllers.

Hope this helps.

That's not going to be enough: this ID has been in the aacriad driver
since 2011.  That means anyone who finally gets hold of one of these
new cards but uses a distro that doesn't have the new smartpqi driver
will be attached via the aacraid one.

Given that the life times of enterprise distributions is two years and
you're releasing this smartpqi soon, the overlap is unavoidable.

James


We can make sure that we mention the need to enable the smartpqi
driver in the documentation provided/posted for these new controllers
otherwise the aacraid driver will not be able to fully support the new
controller features.

Don

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: [PATCH V4 2/2] aacraid: remove wildcard for series 9 controllers

2016-10-03 Thread Don Brace
> -Original Message-
> From: James Bottomley [mailto:james.bottom...@hansenpartnership.com]
> Sent: Thursday, September 08, 2016 5:38 PM
> To: Scott Benesh; James Bottomley; Don Brace; Martin K. Petersen
> Cc: Viswas G; Mahesh Rajashekhara; h...@infradead.org; Scott Teel; Kevin
> Barnett; Justin Lindley; elli...@hpe.com; linux-scsi@vger.kernel.org
> Subject: RE: [PATCH V4 2/2] aacraid: remove wildcard for series 9 controllers
> 
> EXTERNAL EMAIL
> 
> 
> On September 8, 2016 2:33:52 PM EDT, Scott Benesh
> <scott.ben...@microsemi.com> wrote:
> >>
> >> On Thu, 2016-09-08 at 18:15 +, Don Brace wrote:
> >> > > > -{ 0x9005, 0x028f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 65 }, /*
> >> > > > Adaptec PMC
> >> > > > Series 9 */
> >> > > >
> >> > > > How are people that load aacraid in their initrd going to boot
> >> > > > after this?
> >> > > >
> >> > > > --
> >> > > > Martin K. Petersen  Oracle Linux Engineering
> >> > >
> >> > > I updated smartpqi/Kconfig and added
> >Documentation/scsi/smartpqi.txt
> >> > > to inform users of the need to configure the smartpqi driver
> >moving
> >> > > forward for aacraid Series 9 controllers.
> >> > >
> >> > > Hope this helps.
> >>
> >> That's not going to be enough: this ID has been in the aacriad driver
> >since
> >> 2011.  That means anyone who finally gets hold of one of these new
> >cards
> >> but uses a distro that doesn't have the new smartpqi driver will be
> >attached
> >> via the aacraid one.
> >>
> >
> >That's ok because for previous distros the new controller will work
> >with the previous aacraid driver, although with non-optimal
> >performance.
> 
> Not after this change hits. Then systems that only have aacraid in the initrd
> will fail to boot.
> 
> >What we want to do is sync up at 4.9 so going forward only the new
> >smartpqi driver will attach to these new controllers.
> 
> So you have a plan in place with the distros to migrate the initrd images?
> Without being told, some will only install the modules the previous initrd  
> was
> configured for.
> 
> James

Yes we do have a plan. 
We have also run tests where we install using the aacraid driver, then
upgrade to the smartpqi driver. For the major distros, the iniitrd was
updated with the new smartpqi driver.

The distros currently have this patch applied already and we are concerned
that it will be redacted the next time they pull from kernel.org.

Is there something I can add to the smartpqi.txt document that
can make this more clear?

Thanks,
Don

> 
> >Scott
> >
> >> Given that the life times of enterprise distributions is two years
> >and you're
> >> releasing this smartpqi soon, the overlap is unavoidable.
> >>
> >> James
> >>
> 
> 
> --
> Sent from my Android device with K-9 Mail. Please excuse my brevity.


RE: [PATCH V4 2/2] aacraid: remove wildcard for series 9 controllers

2016-09-09 Thread David Carroll

> >
> >
> > > "Don" == Don Brace  writes:
> >
> > Don,
> >
> > Don> Depends on smartpqi driver adoption
> >
> > -{ 0x9005, 0x028f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 65 }, /* Adaptec PMC
> > Series 9 */
> >
> > How are people that load aacraid in their initrd going to boot after
> > this?
> >
> > --
> > Martin K. Petersen  Oracle Linux Engineering
> 
> I updated smartpqi/Kconfig and added Documentation/scsi/smartpqi.txt to
> inform users of the need to configure the smartpqi driver moving forward for
> aacraid Series 9 controllers.
> 
> Hope this helps.
> 
> Thanks,
> Don Brace
> ESC - Smart Storage
> Microsemi Corporation

Acked-by: Dave Carroll 
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: [PATCH V4 2/2] aacraid: remove wildcard for series 9 controllers

2016-09-09 Thread Scott Benesh
> 
> On September 8, 2016 2:33:52 PM EDT, Scott Benesh
>  wrote:
> >>
> >> On Thu, 2016-09-08 at 18:15 +, Don Brace wrote:
> >> > > > -{ 0x9005, 0x028f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 65 }, /*
> >> > > > Adaptec PMC
> >> > > > Series 9 */
> >> > > >
> >> > > > How are people that load aacraid in their initrd going to boot
> >> > > > after this?
> >> > > >
> >> > > > --
> >> > > > Martin K. Petersen  Oracle Linux Engineering
> >> > >
> >> > > I updated smartpqi/Kconfig and added
> >Documentation/scsi/smartpqi.txt
> >> > > to inform users of the need to configure the smartpqi driver
> >moving
> >> > > forward for aacraid Series 9 controllers.
> >> > >
> >> > > Hope this helps.
> >>
> >> That's not going to be enough: this ID has been in the aacriad driver
> >since
> >> 2011.  That means anyone who finally gets hold of one of these new
> >cards
> >> but uses a distro that doesn't have the new smartpqi driver will be
> >attached
> >> via the aacraid one.
> >>
> >
> >That's ok because for previous distros the new controller will work
> >with the previous aacraid driver, although with non-optimal
> >performance.
> 
> Not after this change hits. Then systems that only have aacraid in the initrd
> will fail to boot.
> 

Understood. Although we believe that this change should be in sync with the 
addition of the new smartpqi driver. 
Both drivers would be included in the initrd so the boot works.  Again, we are 
mostly concerned about the 4.9 kernel going forward.

> >What we want to do is sync up at 4.9 so going forward only the new
> >smartpqi driver will attach to these new controllers.
> 
> So you have a plan in place with the distros to migrate the initrd images?
> Without being told, some will only install the modules the previous initrd  
> was
> configured for.

That was the purpose of the smartpqi.txt file. Plus we are planning additional 
documentation when the new controllers are available to help with the
migration. And we are working with the distros beforehand to make sure the new 
drivers are in the right place. 

Thanks,
Scott



RE: [PATCH V4 2/2] aacraid: remove wildcard for series 9 controllers

2016-09-08 Thread James Bottomley
On September 8, 2016 2:33:52 PM EDT, Scott Benesh  
wrote:
>> 
>> On Thu, 2016-09-08 at 18:15 +, Don Brace wrote:
>> > > > -{ 0x9005, 0x028f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 65 }, /*
>> > > > Adaptec PMC
>> > > > Series 9 */
>> > > >
>> > > > How are people that load aacraid in their initrd going to boot
>> > > > after this?
>> > > >
>> > > > --
>> > > > Martin K. Petersen  Oracle Linux Engineering
>> > >
>> > > I updated smartpqi/Kconfig and added
>Documentation/scsi/smartpqi.txt
>> > > to inform users of the need to configure the smartpqi driver
>moving
>> > > forward for aacraid Series 9 controllers.
>> > >
>> > > Hope this helps.
>> 
>> That's not going to be enough: this ID has been in the aacriad driver
>since
>> 2011.  That means anyone who finally gets hold of one of these new
>cards
>> but uses a distro that doesn't have the new smartpqi driver will be
>attached
>> via the aacraid one.
>> 
>
>That's ok because for previous distros the new controller will work
>with the previous aacraid driver, although with non-optimal
>performance.

Not after this change hits. Then systems that only have aacraid in the initrd 
will fail to boot.

>What we want to do is sync up at 4.9 so going forward only the new
>smartpqi driver will attach to these new controllers.

So you have a plan in place with the distros to migrate the initrd images? 
Without being told, some will only install the modules the previous initrd  was 
configured for.

James

>Scott
>
>> Given that the life times of enterprise distributions is two years
>and you're
>> releasing this smartpqi soon, the overlap is unavoidable.
>> 
>> James
>> 


-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: [PATCH V4 2/2] aacraid: remove wildcard for series 9 controllers

2016-09-08 Thread Scott Benesh
> 
> On Thu, 2016-09-08 at 18:15 +, Don Brace wrote:
> > > > -{ 0x9005, 0x028f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 65 }, /*
> > > > Adaptec PMC
> > > > Series 9 */
> > > >
> > > > How are people that load aacraid in their initrd going to boot
> > > > after this?
> > > >
> > > > --
> > > > Martin K. Petersen  Oracle Linux Engineering
> > >
> > > I updated smartpqi/Kconfig and added Documentation/scsi/smartpqi.txt
> > > to inform users of the need to configure the smartpqi driver moving
> > > forward for aacraid Series 9 controllers.
> > >
> > > Hope this helps.
> 
> That's not going to be enough: this ID has been in the aacriad driver since
> 2011.  That means anyone who finally gets hold of one of these new cards
> but uses a distro that doesn't have the new smartpqi driver will be attached
> via the aacraid one.
> 

That's ok because for previous distros the new controller will work with the 
previous aacraid driver, although with non-optimal performance.

What we want to do is sync up at 4.9 so going forward only the new smartpqi 
driver will attach to these new controllers.

Scott

> Given that the life times of enterprise distributions is two years and you're
> releasing this smartpqi soon, the overlap is unavoidable.
> 
> James
> 



Re: [PATCH V4 2/2] aacraid: remove wildcard for series 9 controllers

2016-09-08 Thread James Bottomley
On Thu, 2016-09-08 at 18:15 +, Don Brace wrote:
> > > -{ 0x9005, 0x028f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 65 }, /*
> > > Adaptec PMC
> > > Series 9 */
> > > 
> > > How are people that load aacraid in their initrd going to boot
> > > after
> > > this?
> > > 
> > > --
> > > Martin K. Petersen  Oracle Linux Engineering
> > 
> > I updated smartpqi/Kconfig and added
> > Documentation/scsi/smartpqi.txt to
> > inform users of the
> > need to configure the smartpqi driver moving forward for aacraid
> > Series 9
> > controllers.
> > 
> > Hope this helps.

That's not going to be enough: this ID has been in the aacriad driver
since 2011.  That means anyone who finally gets hold of one of these
new cards but uses a distro that doesn't have the new smartpqi driver
will be attached via the aacraid one.

Given that the life times of enterprise distributions is two years and
you're releasing this smartpqi soon, the overlap is unavoidable.

James


--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: [PATCH V4 2/2] aacraid: remove wildcard for series 9 controllers

2016-09-08 Thread Don Brace
> -Original Message-
> From: linux-scsi-ow...@vger.kernel.org [mailto:linux-scsi-
> ow...@vger.kernel.org] On Behalf Of Don Brace
> Sent: Wednesday, September 07, 2016 4:05 PM
> To: Martin K. Petersen
> Cc: j...@linux.vnet.ibm.com; Viswas G; Mahesh Rajashekhara;
> h...@infradead.org; Scott Teel; Kevin Barnett; Justin Lindley; Scott Benesh;
> elli...@hpe.com; linux-scsi@vger.kernel.org
> Subject: RE: [PATCH V4 2/2] aacraid: remove wildcard for series 9 controllers
> 
> EXTERNAL EMAIL
> 
> 
> > -Original Message-
> > From: Martin K. Petersen [mailto:martin.peter...@oracle.com]
> > Sent: Friday, August 12, 2016 3:09 PM
> > To: Don Brace
> > Cc: j...@linux.vnet.ibm.com; Viswas G; Mahesh Rajashekhara;
> > h...@infradead.org; Scott Teel; Kevin Barnett; Justin Lindley; Scott Benesh;
> > elli...@hpe.com; linux-scsi@vger.kernel.org
> > Subject: Re: [PATCH V4 2/2] aacraid: remove wildcard for series 9
> controllers
> >
> > EXTERNAL EMAIL
> >
> >
> > >>>>> "Don" == Don Brace <don.br...@microsemi.com> writes:
> >
> > Don,
> >
> > Don> Depends on smartpqi driver adoption
> >
> > -{ 0x9005, 0x028f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 65 }, /* Adaptec PMC
> > Series 9 */
> >
> > How are people that load aacraid in their initrd going to boot after
> > this?
> >
> > --
> > Martin K. Petersen  Oracle Linux Engineering
> 
> I updated smartpqi/Kconfig and added Documentation/scsi/smartpqi.txt to
> inform users of the
> need to configure the smartpqi driver moving forward for aacraid Series 9
> controllers.
> 
> Hope this helps.
> 
> Thanks,
> Don Brace
> ESC - Smart Storage
> Microsemi Corporation
> 
> 

One more note:
A little extra clarification. Removing these IDs from the aacraid driver has no 
impact on the driver
loading for currently available controllers.

These IDs are only used on new controllers and we want the new smartpqi driver
to only be used with these new controllers. Now that the smartpqi
driver is in for-next we need to get rid of this overlap.

> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: [PATCH V4 2/2] aacraid: remove wildcard for series 9 controllers

2016-09-07 Thread Don Brace
> -Original Message-
> From: Martin K. Petersen [mailto:martin.peter...@oracle.com]
> Sent: Friday, August 12, 2016 3:09 PM
> To: Don Brace
> Cc: j...@linux.vnet.ibm.com; Viswas G; Mahesh Rajashekhara;
> h...@infradead.org; Scott Teel; Kevin Barnett; Justin Lindley; Scott Benesh;
> elli...@hpe.com; linux-scsi@vger.kernel.org
> Subject: Re: [PATCH V4 2/2] aacraid: remove wildcard for series 9 controllers
> 
> EXTERNAL EMAIL
> 
> 
> >>>>> "Don" == Don Brace <don.br...@microsemi.com> writes:
> 
> Don,
> 
> Don> Depends on smartpqi driver adoption
> 
> -{ 0x9005, 0x028f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 65 }, /* Adaptec PMC
> Series 9 */
> 
> How are people that load aacraid in their initrd going to boot after
> this?
> 
> --
> Martin K. Petersen  Oracle Linux Engineering

I updated smartpqi/Kconfig and added Documentation/scsi/smartpqi.txt to inform 
users of the
need to configure the smartpqi driver moving forward for aacraid Series 9 
controllers.

Hope this helps.

Thanks,
Don Brace
ESC - Smart Storage
Microsemi Corporation



--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH V4 2/2] aacraid: remove wildcard for series 9 controllers

2016-08-12 Thread Martin K. Petersen
> "Don" == Don Brace  writes:

Don,

Don> Depends on smartpqi driver adoption

-{ 0x9005, 0x028f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 65 }, /* Adaptec PMC 
Series 9 */

How are people that load aacraid in their initrd going to boot after
this?

-- 
Martin K. Petersen  Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH V4 2/2] aacraid: remove wildcard for series 9 controllers

2016-08-10 Thread Ewan D. Milne
On Mon, 2016-06-27 at 16:41 -0500, Don Brace wrote:
> Depends on smartpqi driver adoption
> 
> Reviewed-by: Kevin Barnett 
> Reviewed-by: Scott Teel 
> Signed-off-by: Kevin Barnett 
> Signed-off-by: Don Brace 
> ---
>  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 


--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html