[SCSI] qla2xxx: Display that driver is operating in legacy interrupt mode.

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>
This commit is contained in:
Saurav Kashyap 2012-11-21 02:40:44 -05:00 committed by James Bottomley
parent 0a63ad12e3
commit 68d91cbd52
2 changed files with 4 additions and 2 deletions

View file

@ -11,7 +11,7 @@
* ---------------------------------------------------------------------- * ----------------------------------------------------------------------
* | Level | Last Value Used | Holes | * | 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 | * | Mailbox commands | 0x114f | 0x111a-0x111b |
* | | | 0x112c-0x112e | * | | | 0x112c-0x112e |
* | | | 0x113a | * | | | 0x113a |

View file

@ -2940,7 +2940,9 @@ skip_msi:
"Failed to reserve interrupt %d already in use.\n", "Failed to reserve interrupt %d already in use.\n",
ha->pdev->irq); ha->pdev->irq);
goto fail; goto fail;
} } else if (!ha->flags.msi_enabled)
ql_dbg(ql_dbg_init, vha, 0x0125,
"INTa mode: Enabled.\n");
clear_risc_ints: clear_risc_ints: