Justin Vreeland 794d92
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
Justin Vreeland 794d92
From: Don Brace <dbrace@redhat.com>
Justin Vreeland 794d92
Date: Mon, 16 Jul 2018 19:20:41 -0400
Justin Vreeland 794d92
Subject: [PATCH] scsi: smartpqi: add inspur advantech ids
Justin Vreeland 794d92
Justin Vreeland 794d92
Message-id: <1531768843-2544-4-git-send-email-dbrace@redhat.com>
Justin Vreeland 794d92
Patchwork-id: 224988
Justin Vreeland 794d92
O-Subject: [RHEL 8.0 e-stor V2 PATCH 3/5] scsi: smartpqi: add inspur advantech ids
Justin Vreeland 794d92
Bugzilla: 1503736
Justin Vreeland 794d92
RH-Acked-by: Ewan Milne <emilne@redhat.com>
Justin Vreeland 794d92
RH-Acked-by: Tomas Henzl <thenzl@redhat.com>
Justin Vreeland 794d92
Justin Vreeland 794d92
From: Kevin Barnett <kevin.barnett@microsemi.com>
Justin Vreeland 794d92
Justin Vreeland 794d92
Add support for these new device IDs:
Justin Vreeland 794d92
Justin Vreeland 794d92
  Advantech MIC-8312BridgeB
Justin Vreeland 794d92
  INSPUR PM8204-2GB
Justin Vreeland 794d92
  INSPUR PM8204-4GB
Justin Vreeland 794d92
  INSPUR PM8222-SHBA
Justin Vreeland 794d92
Justin Vreeland 794d92
Upstream Status: RHEL only
Justin Vreeland 794d92
Reviewed-by: Scott Benesh <scott.benesh@microsemi.com>
Justin Vreeland 794d92
Signed-off-by: Kevin Barnett <kevin.barnett@microsemi.com>
Justin Vreeland 794d92
Signed-off-by: Don Brace <don.brace@microsemi.com>
Justin Vreeland 794d92
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Justin Vreeland 794d92
(cherry picked from commit 9f8d05fa98442de78d1ab30235b0cc656ed7aff0)
Justin Vreeland 794d92
Signed-off-by: Don Brace <dbrace@redhat.com>
Justin Vreeland 794d92
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
Justin Vreeland 794d92
---
Justin Vreeland 794d92
 drivers/scsi/smartpqi/smartpqi_init.c | 16 ++++++++++++++++
Justin Vreeland 794d92
 1 file changed, 16 insertions(+)
Justin Vreeland 794d92
Justin Vreeland 794d92
diff --git a/drivers/scsi/smartpqi/smartpqi_init.c b/drivers/scsi/smartpqi/smartpqi_init.c
Justin Vreeland 794d92
index bd38c8cea56e..477eb841d4e5 100644
Justin Vreeland 794d92
--- a/drivers/scsi/smartpqi/smartpqi_init.c
Justin Vreeland 794d92
+++ b/drivers/scsi/smartpqi/smartpqi_init.c
Justin Vreeland 794d92
@@ -8251,6 +8251,18 @@ static const struct pci_device_id pqi_pci_id_table[] = {
Justin Vreeland 794d92
 		PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
Justin Vreeland 794d92
 			       0x19e5, 0xd22c)
Justin Vreeland 794d92
 	},
Justin Vreeland 794d92
+	{
Justin Vreeland 794d92
+		PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
Justin Vreeland 794d92
+			       0x1bd4, 0x004a)
Justin Vreeland 794d92
+	},
Justin Vreeland 794d92
+	{
Justin Vreeland 794d92
+		PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
Justin Vreeland 794d92
+			       0x1bd4, 0x004b)
Justin Vreeland 794d92
+	},
Justin Vreeland 794d92
+	{
Justin Vreeland 794d92
+		PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
Justin Vreeland 794d92
+			       0x1bd4, 0x004c)
Justin Vreeland 794d92
+	},
Justin Vreeland 794d92
 	{
Justin Vreeland 794d92
 		PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
Justin Vreeland 794d92
 			       PCI_VENDOR_ID_ADAPTEC2, 0x0110)
Justin Vreeland 794d92
@@ -8387,6 +8399,10 @@ static const struct pci_device_id pqi_pci_id_table[] = {
Justin Vreeland 794d92
 		PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
Justin Vreeland 794d92
 			       PCI_VENDOR_ID_ADVANTECH, 0x8312)
Justin Vreeland 794d92
 	},
Justin Vreeland 794d92
+	{
Justin Vreeland 794d92
+		PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
Justin Vreeland 794d92
+			       PCI_VENDOR_ID_ADVANTECH, 0x8312)
Justin Vreeland 794d92
+	},
Justin Vreeland 794d92
 	{
Justin Vreeland 794d92
 		PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
Justin Vreeland 794d92
 			       PCI_VENDOR_ID_DELL, 0x1fe0)
Justin Vreeland 794d92
-- 
Justin Vreeland 794d92
2.28.0
Justin Vreeland 794d92