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

f3328c
--- a/src/megaraid_sas_base.c
f3328c
+++ b/src/megaraid_sas_base.c
f3328c
@@ -138,12 +138,24 @@
f3328c
  */
f3328c
 static struct pci_device_id megasas_pci_table[] = {
f3328c
 
f3328c
+	{PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_LSI_SAS1064R)},
f3328c
+	/* xscale IOP */
f3328c
+	{PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_LSI_SAS1078R)},
f3328c
+	/* ppc IOP */
f3328c
+	{PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_LSI_SAS1078DE)},
f3328c
+	/* ppc IOP */
f3328c
+	{PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_LSI_SAS1078GEN2)},
f3328c
+	/* gen2*/
f3328c
 	{PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_LSI_SAS0079GEN2)},
f3328c
 	/* gen2*/
f3328c
 	{PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_LSI_SAS0073SKINNY)},
f3328c
 	/* skinny*/
f3328c
 	{PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_LSI_SAS0071SKINNY)},
f3328c
 	/* skinny*/
f3328c
+	{PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_LSI_VERDE_ZCR)},
f3328c
+	/* xscale IOP, vega */
f3328c
+	{PCI_DEVICE(PCI_VENDOR_ID_DELL, PCI_DEVICE_ID_DELL_PERC5)},
f3328c
+	/* xscale IOP */
f3328c
 	{PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_LSI_FUSION)},
f3328c
 	/* Fusion */
f3328c
 	{PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_LSI_PLASMA)},
f3328c
@@ -178,20 +190,6 @@
f3328c
 
f3328c
 MODULE_DEVICE_TABLE(pci, megasas_pci_table);
f3328c
 
f3328c
-/*
f3328c
- * PCI ID table for all unsupported controllers
f3328c
- */
f3328c
-static struct pci_device_id unsupported_ids_table[] = {
f3328c
-
f3328c
-	{PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_LSI_SAS0079GEN2)},
f3328c
-	/* gen2*/
f3328c
-	{PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_LSI_SAS0073SKINNY)},
f3328c
-	/* skinny*/
f3328c
-	{PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_LSI_SAS0071SKINNY)},
f3328c
-	/* skinny*/
f3328c
-	{}
f3328c
-};
f3328c
-
f3328c
 static int megasas_mgmt_majorno;
f3328c
 struct megasas_mgmt_info megasas_mgmt_info;
f3328c
 static struct fasync_struct *megasas_async_queue;
f3328c
@@ -7345,8 +7343,6 @@
f3328c
 	struct megasas_instance *instance;
f3328c
 	u16 control = 0;
f3328c
 
f3328c
-	check_unsupported_pci_hardware(unsupported_ids_table, pdev);
f3328c
-
f3328c
 	switch (pdev->device) {
f3328c
 	case PCI_DEVICE_ID_LSI_AERO_10E0:
f3328c
 	case PCI_DEVICE_ID_LSI_AERO_10E3: