Author: markj
Date: Sat Mar  9 15:04:44 2013
New Revision: 248104
URL: http://svnweb.freebsd.org/changeset/base/248104

Log:
  Don't log a message when the watchdog is reloaded. It's not useful to do so
  and these messages flood the log when bootverbose is enabled.
  
  Approved by:  rstone (co-mentor)

Modified:
  head/sys/dev/ichwd/ichwd.c

Modified: head/sys/dev/ichwd/ichwd.c
==============================================================================
--- head/sys/dev/ichwd/ichwd.c  Sat Mar  9 14:34:53 2013        (r248103)
+++ head/sys/dev/ichwd/ichwd.c  Sat Mar  9 15:04:44 2013        (r248104)
@@ -323,8 +323,6 @@ ichwd_tmr_reload(struct ichwd_softc *sc)
                ichwd_write_tco_1(sc, TCO_RLD, 1);
        else
                ichwd_write_tco_2(sc, TCO_RLD, 1);
-
-       ichwd_verbose_printf(sc->device, "timer reloaded\n");
 }
 
 /*
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to