]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.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)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 10 Aug 2017 23:58:26 +0000 (19:58 -0400)
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>
drivers/scsi/smartpqi/smartpqi_init.c

index afd3eed8304426c22b5bb68643b221f29f78f759..59b6301c5d4beb275954a7be822eecbac8698bf1 100644 (file)
@@ -6822,7 +6822,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,
@@ -6852,6 +6852,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)
@@ -6888,6 +6892,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)
@@ -6920,6 +6928,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)
@@ -6938,11 +6950,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,
@@ -6968,14 +6976,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)
@@ -6996,14 +6996,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)