PERFORCE change 109886 for review
Matt Jacob
mjacob at FreeBSD.org
Mon Nov 13 21:39:07 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=109886
Change 109886 by mjacob at newisp on 2006/11/13 21:30:21
Clean up some error messages.
Affected files ...
.. //depot/projects/newisp/dev/isp/isp_freebsd.c#26 edit
Differences ...
==== //depot/projects/newisp/dev/isp/isp_freebsd.c#26 (text+ko) ====
@@ -2203,7 +2203,8 @@
if (more_to_do) {
isp->isp_osinfo.gdt = timeout(isp_gdt, isp, hz);
} else {
- isp_prt(isp, ISP_LOGALL, "stopping GDT timer");
+ isp_prt(isp, ISP_LOGSANCFG|ISP_LOGDEBUG0,
+ "stopping Gone Device Timer");
isp->isp_osinfo.gdt_running = 0;
}
ISP_UNLOCK(isp);
@@ -3065,7 +3066,8 @@
isp->isp_osinfo.ldt = timeout(isp_ldt, isp,
isp->isp_osinfo.loop_down_limit * hz);
isp->isp_osinfo.ldt_running = 1;
- isp_prt(isp, ISP_LOGDEBUG0, "starting LDT timer");
+ isp_prt(isp, ISP_LOGSANCFG|ISP_LOGDEBUG0,
+ "starting Loop Down Timer");
}
isp_prt(isp, ISP_LOGINFO, msg);
break;
@@ -3205,7 +3207,8 @@
lp->new_reserved = isp->isp_osinfo.gone_device_time;
lp->state = FC_PORTDB_STATE_ZOMBIE;
if (isp->isp_osinfo.gdt_running == 0) {
- isp_prt(isp, ISP_LOGALL, "starting GDT timer");
+ isp_prt(isp, ISP_LOGSANCFG|ISP_LOGDEBUG0,
+ "starting Gone Device Timer");
isp->isp_osinfo.gdt = timeout(isp_gdt, isp, hz);
isp->isp_osinfo.gdt_running = 1;
}
More information about the p4-projects
mailing list