Blame SOURCES/0001-add-deprecated-ids.patch

205084
--- a/src/mptspi.c
205084
+++ b/src/mptspi.c
205084
@@ -1245,7 +1245,11 @@
205084
 
205084
 static struct pci_device_id mptspi_pci_table[] = {
205084
 	{ PCI_VENDOR_ID_LSI_LOGIC, MPI_MANUFACTPAGE_DEVID_53C1030,
205084
-		PCI_VENDOR_ID_VMWARE, PCI_ANY_ID },
205084
+		PCI_ANY_ID, PCI_ANY_ID },
205084
+	{ PCI_VENDOR_ID_ATTO, MPI_MANUFACTPAGE_DEVID_53C1030,
205084
+		PCI_ANY_ID, PCI_ANY_ID },
205084
+	{ PCI_VENDOR_ID_LSI_LOGIC, MPI_MANUFACTPAGE_DEVID_53C1035,
205084
+		PCI_ANY_ID, PCI_ANY_ID },
205084
 	{0}	/* Terminating entry */
205084
 };
205084
 MODULE_DEVICE_TABLE(pci, mptspi_pci_table);
205084
@@ -1536,10 +1540,6 @@
205084
 		    0, 0, 0, 0, 5);
205084
 
205084
 	scsi_scan_host(sh);
205084
-
205084
-	add_taint(TAINT_SUPPORT_REMOVED, LOCKDEP_STILL_OK);
205084
-	pr_warn("MPTSPI MODULE IS NOT SUPPORTED\n");
205084
-
205084
 	return 0;
205084
 
205084
 out_mptspi_probe: