diff mbox series

[smartpqi,updates,V2,1/9] smartpqi: add pci ids for H3C P4408 controllers

Message ID 20210713210243.40594-2-don.brace@microchip.com
State Superseded
Headers show
Series smartpqi updates | expand

Commit Message

Don Brace July 13, 2021, 9:02 p.m. UTC
From: Mahesh Rajashekhara <mahesh.rajashekhara@microchip.com>

Add support for H3C P4408-Ma-8i-2GB device ID
     VID_9005, DID_028F, SVID_193D and SDID_1108
     VID_9005, DID_028F, SVID_193D and SDID_1109

Reviewed-by: Kevin Barnett <kevin.barnett@microchip.com>
Reviewed-by: Mike McGowen <mike.mcgowen@microchip.com>
Reviewed-by: Murthy Bhat <Murthy.Bhat@microchip.com>
Reviewed-by: Scott Benesh <scott.benesh@microchip.com>
Reviewed-by: Scott Teel <scott.teel@microchip.com>
Signed-off-by: Mahesh Rajashekhara <mahesh.rajashekhara@microchip.com>
Signed-off-by: Don Brace <don.brace@microchip.com>
---
 drivers/scsi/smartpqi/smartpqi_init.c | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

John Donnelly July 14, 2021, 1:11 a.m. UTC | #1
On 7/13/21 4:02 PM, Don Brace wrote:
> From: Mahesh Rajashekhara <mahesh.rajashekhara@microchip.com>

> 

> Add support for H3C P4408-Ma-8i-2GB device ID

>       VID_9005, DID_028F, SVID_193D and SDID_1108

>       VID_9005, DID_028F, SVID_193D and SDID_1109

> 

> Reviewed-by: Kevin Barnett <kevin.barnett@microchip.com>

> Reviewed-by: Mike McGowen <mike.mcgowen@microchip.com>

> Reviewed-by: Murthy Bhat <Murthy.Bhat@microchip.com>

> Reviewed-by: Scott Benesh <scott.benesh@microchip.com>

> Reviewed-by: Scott Teel <scott.teel@microchip.com>

> Signed-off-by: Mahesh Rajashekhara <mahesh.rajashekhara@microchip.com>

> Signed-off-by: Don Brace <don.brace@microchip.com>


  John Donnelly <john.p.donnelly@oracle.com>

> ---

>   drivers/scsi/smartpqi/smartpqi_init.c | 8 ++++++++

>   1 file changed, 8 insertions(+)

> 

> diff --git a/drivers/scsi/smartpqi/smartpqi_init.c b/drivers/scsi/smartpqi/smartpqi_init.c

> index dcc0b9618a64..64ea4650ca10 100644

> --- a/drivers/scsi/smartpqi/smartpqi_init.c

> +++ b/drivers/scsi/smartpqi/smartpqi_init.c

> @@ -8711,6 +8711,14 @@ static const struct pci_device_id pqi_pci_id_table[] = {

>   		PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,

>   			       0x193d, 0x1107)

>   	},

> +	{

> +		PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,

> +			       0x193d, 0x1108)

> +	},

> +	{

> +		PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,

> +			       0x193d, 0x1109)

> +	},

>   	{

>   		PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,

>   			       0x193d, 0x8460)

>
John Donnelly July 14, 2021, 1:20 a.m. UTC | #2
On 7/13/21 4:02 PM, Don Brace wrote:
> From: Mahesh Rajashekhara <mahesh.rajashekhara@microchip.com>

> 

> Add support for H3C P4408-Ma-8i-2GB device ID

>       VID_9005, DID_028F, SVID_193D and SDID_1108

>       VID_9005, DID_028F, SVID_193D and SDID_1109

> 

> Reviewed-by: Kevin Barnett <kevin.barnett@microchip.com>

> Reviewed-by: Mike McGowen <mike.mcgowen@microchip.com>

> Reviewed-by: Murthy Bhat <Murthy.Bhat@microchip.com>

> Reviewed-by: Scott Benesh <scott.benesh@microchip.com>

> Reviewed-by: Scott Teel <scott.teel@microchip.com>

> Signed-off-by: Mahesh Rajashekhara <mahesh.rajashekhara@microchip.com>

> Signed-off-by: Don Brace <don.brace@microchip.com>




Acked-by:  John Donnelly <john.p.donnelly@oracle.com>


> ---

>   drivers/scsi/smartpqi/smartpqi_init.c | 8 ++++++++

>   1 file changed, 8 insertions(+)

> 

> diff --git a/drivers/scsi/smartpqi/smartpqi_init.c b/drivers/scsi/smartpqi/smartpqi_init.c

> index dcc0b9618a64..64ea4650ca10 100644

> --- a/drivers/scsi/smartpqi/smartpqi_init.c

> +++ b/drivers/scsi/smartpqi/smartpqi_init.c

> @@ -8711,6 +8711,14 @@ static const struct pci_device_id pqi_pci_id_table[] = {

>   		PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,

>   			       0x193d, 0x1107)

>   	},

> +	{

> +		PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,

> +			       0x193d, 0x1108)

> +	},

> +	{

> +		PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,

> +			       0x193d, 0x1109)

> +	},

>   	{

>   		PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,

>   			       0x193d, 0x8460)

>
diff mbox series

Patch

diff --git a/drivers/scsi/smartpqi/smartpqi_init.c b/drivers/scsi/smartpqi/smartpqi_init.c
index dcc0b9618a64..64ea4650ca10 100644
--- a/drivers/scsi/smartpqi/smartpqi_init.c
+++ b/drivers/scsi/smartpqi/smartpqi_init.c
@@ -8711,6 +8711,14 @@  static const struct pci_device_id pqi_pci_id_table[] = {
 		PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
 			       0x193d, 0x1107)
 	},
+	{
+		PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
+			       0x193d, 0x1108)
+	},
+	{
+		PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
+			       0x193d, 0x1109)
+	},
 	{
 		PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
 			       0x193d, 0x8460)