]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
scsi: smartpqi: add in new controller ids
authorKevin Barnett <kevin.barnett@microsemi.com>
Thu, 10 Aug 2017 18:47:09 +0000 (13:47 -0500)
committerKirtikar Kashyap <kirtikar.kashyap@oracle.com>
Tue, 17 Oct 2017 21:57:31 +0000 (14:57 -0700)
Update the driver’s PCI IDs to match the latest Microsemi controllers

Reviewed-by: Scott Benesh <scott.benesh@microsemi.com>
Signed-off-by: Kevin Barnett <kevin.barnett@microsemi.com>
Signed-off-by: Don Brace <don.brace@microsemi.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
(cherry picked from commit 557900640b06752fc6a7f6ed545ad1f8e00face9)

Orabug: 26943380

Signed-off-by: Kirtikar Kashyap <kirtikar.kashyap@oracle.com>
Reviewed-by: Jack Vogel <jack.vogel@oracle.com>
drivers/scsi/smartpqi/smartpqi_init.c

index faa3b631307fc3e650d3d19dba0cd6ffeae89ddb..9cc275823aa68e9b5ef487dd55ae246ca5a35580 100644 (file)
@@ -6860,7 +6860,7 @@ static const struct pci_device_id pqi_pci_id_table[] = {
        },
        {
                PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
-                              PCI_VENDOR_ID_ADAPTEC2, 0x0605)
+                              PCI_VENDOR_ID_ADAPTEC2, 0x0608)
        },
        {
                PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
@@ -6890,6 +6890,10 @@ static const struct pci_device_id pqi_pci_id_table[] = {
                PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
                               PCI_VENDOR_ID_ADAPTEC2, 0x0806)
        },
+       {
+               PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
+                              PCI_VENDOR_ID_ADAPTEC2, 0x0807)
+       },
        {
                PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
                               PCI_VENDOR_ID_ADAPTEC2, 0x0900)
@@ -6926,6 +6930,10 @@ static const struct pci_device_id pqi_pci_id_table[] = {
                PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
                               PCI_VENDOR_ID_ADAPTEC2, 0x0908)
        },
+       {
+               PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
+                              PCI_VENDOR_ID_ADAPTEC2, 0x090a)
+       },
        {
                PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
                               PCI_VENDOR_ID_ADAPTEC2, 0x1200)
@@ -6958,6 +6966,10 @@ static const struct pci_device_id pqi_pci_id_table[] = {
                PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
                               PCI_VENDOR_ID_ADAPTEC2, 0x1380)
        },
+       {
+               PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
+                              PCI_VENDOR_ID_DELL, 0x1fe0)
+       },
        {
                PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
                               PCI_VENDOR_ID_HP, 0x0600)
@@ -6976,11 +6988,7 @@ static const struct pci_device_id pqi_pci_id_table[] = {
        },
        {
                PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
-                              PCI_VENDOR_ID_HP, 0x0604)
-       },
-       {
-               PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
-                              PCI_VENDOR_ID_HP, 0x0606)
+                              PCI_VENDOR_ID_HP, 0x0609)
        },
        {
                PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
@@ -7006,14 +7014,6 @@ static const struct pci_device_id pqi_pci_id_table[] = {
                PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
                               PCI_VENDOR_ID_HP, 0x0655)
        },
-       {
-               PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
-                              PCI_VENDOR_ID_HP, 0x0656)
-       },
-       {
-               PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
-                              PCI_VENDOR_ID_HP, 0x0657)
-       },
        {
                PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
                               PCI_VENDOR_ID_HP, 0x0700)
@@ -7034,14 +7034,6 @@ static const struct pci_device_id pqi_pci_id_table[] = {
                PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
                               PCI_VENDOR_ID_HP, 0x1101)
        },
-       {
-               PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
-                              PCI_VENDOR_ID_HP, 0x1102)
-       },
-       {
-               PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
-                              PCI_VENDOR_ID_HP, 0x1150)
-       },
        {
                PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
                               PCI_ANY_ID, PCI_ANY_ID)