]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
qla2xxx: Add new message when a new loopid is assigned.
authorChad Dupuis <chad.dupuis@qlogic.com>
Tue, 10 Apr 2012 11:42:19 +0000 (17:12 +0530)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Wed, 9 May 2012 00:40:57 +0000 (17:40 -0700)
JIRA Key: V2632FC-98

Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
drivers/scsi/qla2xxx/qla_dbg.c
drivers/scsi/qla2xxx/qla_init.c

index 7180c20daf670b2a7ad084cd850eabea1708382b..9e6500f84ec681e9f70cabc92a9f7781efb3294c 100644 (file)
@@ -12,8 +12,8 @@
  * |             Level            |   Last Value Used  |     Holes     |
  * ----------------------------------------------------------------------
  * | Module Init and Probe        |       0x0120       | 0x4b,0xba,0xfa |
- * | Mailbox commands             |       0x113a       |              |
- * | Device Discovery             |       0x2085       | 0x2020-0x2022  |
+ * | Mailbox commands             |       0x113e       |              |
+ * | Device Discovery             |       0x2086       | 0x2020-0x2022  |
  * | Queue Command and IO tracing |       0x302f       | 0x3006,0x3008  |
  * |                              |                    | 0x302d,0x302e  |
  * | DPC Thread                   |       0x401c       |               |
index f4c04938122592236ac9fe0b218f2cba3934760b..a3359290a9c3709a0f60b867c865a86ddc4bc432 100644 (file)
@@ -3452,6 +3452,9 @@ qla2x00_find_new_loop_id(scsi_qla_host_t *vha, fc_port_t *dev)
 
                /* If not in use then it is free to use. */
                if (!found) {
+                       ql_dbg(ql_dbg_disc, dev->vha, 0x2086,
+                           "Assigning new loopid=%x, portid=%x.\n",
+                           dev->loop_id, dev->d_id.b24);
                        break;
                }