[SCSI] qla2xxx: Display that driver is operating in legacy interrupt mode.
authorSaurav Kashyap <saurav.kashyap@qlogic.com>
Wed, 21 Nov 2012 07:40:44 +0000 (02:40 -0500)
committerJames Bottomley <JBottomley@Parallels.com>
Fri, 30 Nov 2012 15:20:36 +0000 (15:20 +0000)
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/qla2xxx/qla_dbg.c
drivers/scsi/qla2xxx/qla_isr.c

index 9b9c632b34fe8f2e6edb5e8e85f01943bb41e23d..53f9e492f9dc842167c60c7d3c033cd0a8386df7 100644 (file)
@@ -11,7 +11,7 @@
  * ----------------------------------------------------------------------
  * |             Level            |   Last Value Used  |     Holes     |
  * ----------------------------------------------------------------------
- * | Module Init and Probe        |       0x0124       | 0x4b,0xba,0xfa |
+ * | Module Init and Probe        |       0x0125       | 0x4b,0xba,0xfa |
  * | Mailbox commands             |       0x114f       | 0x111a-0x111b  |
  * |                              |                    | 0x112c-0x112e  |
  * |                              |                    | 0x113a         |
index 55ee3ba4dc2eed9fe830cb32fe7a59cd67c87299..873c82014b16067ef6479b3fb306c0e5be5a427f 100644 (file)
@@ -2940,7 +2940,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, 0x0125,
+                   "INTa mode: Enabled.\n");
 
 clear_risc_ints:
 
This page took 0.028703 seconds and 5 git commands to generate.