diff options
author | Himanshu Madhani <himanshu.madhani@qlogic.com> | 2015-04-09 15:00:03 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Odin.com> | 2015-04-10 08:42:30 -0700 |
commit | d14e72fb859cf9a767ce3758342466883611cc57 (patch) | |
tree | 3b800a971e74c7419c4f061f67fcb865a6148b9e /drivers/scsi/qla2xxx/qla_dbg.c | |
parent | 064135e01e0abc21bad9dfb9ae42d0b88c87ed32 (diff) | |
download | talos-obmc-linux-d14e72fb859cf9a767ce3758342466883611cc57.tar.gz talos-obmc-linux-d14e72fb859cf9a767ce3758342466883611cc57.zip |
qla2xxx: Add debugging info for MBX timeout.
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: Himanshu Madhani <himanshu.madhani@qlogic.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_dbg.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_dbg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/qla2xxx/qla_dbg.c b/drivers/scsi/qla2xxx/qla_dbg.c index 5774c53dd257..b06b6b5a11c5 100644 --- a/drivers/scsi/qla2xxx/qla_dbg.c +++ b/drivers/scsi/qla2xxx/qla_dbg.c @@ -11,9 +11,9 @@ * ---------------------------------------------------------------------- * | Level | Last Value Used | Holes | * ---------------------------------------------------------------------- - * | Module Init and Probe | 0x017d | 0x0144,0x0146 | + * | Module Init and Probe | 0x017f | 0x0146 | * | | | 0x015b-0x0160 | - * | | | 0x016e-0x0170 | + * | | | 0x016e-0x0170 | * | Mailbox commands | 0x118d | 0x1115-0x1116 | * | | | 0x111a-0x111b | * | Device Discovery | 0x2016 | 0x2020-0x2022, | |