]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
qla2xxx: Display that driver is operating in legacy interrupt mode.
authorSaurav Kashyap <saurav.kashyap@qlogic.com>
Mon, 12 Nov 2012 20:50:24 +0000 (12:50 -0800)
committerJerry Snitselaar <jerry.snitselaar@oracle.com>
Mon, 17 Dec 2012 17:40:14 +0000 (10:40 -0700)
JIRA Key: V2632FC-304
ER: ER100161

Acked-by: Armen Baloyan <armen.baloyan@qlogic.com>
Acked-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
drivers/scsi/qla2xxx/qla_dbg.c
drivers/scsi/qla2xxx/qla_isr.c

index 8fcf0a3141b512ab7a513b816b8dded8f06061f6..4f6a7393add9a46b496c40b6f7479d7944f2d74f 100644 (file)
@@ -11,7 +11,7 @@
  * ----------------------------------------------------------------------
  * |             Level            |   Last Value Used  |     Holes     |
  * ----------------------------------------------------------------------
- * | Module Init and Probe        |       0x0123       | 0x4b,0xba,0xfa |
+ * | Module Init and Probe        |       0x0124       | 0x4b,0xba,0xfa |
  * | Mailbox commands             |       0x114d       | 0x111a-0x111b  |
  * | Device Discovery             |       0x2087       | 0x2020-0x2022, |
  * |                              |                    | 0x2016,0x207d  |
index 042f81fb9aa59b13df2714be515f14ed9a0f08c2..5396d0d0bfe376597a4ca737e23b10ee61288737 100644 (file)
@@ -2904,7 +2904,9 @@ skip_msi:
                    "Failed to reserve interrupt %d already in use.\n",
                    ha->pdev->irq);
                goto fail;
-       }
+       } else if (!ha->flags.msi_enabled)
+               ql_dbg(ql_dbg_init, vha, 0x0124,
+                   "INTa mode: Enabled.\n");
 
 clear_risc_ints: