svn commit: r248104 - head/sys/dev/ichwd

Mark Johnston markj at FreeBSD.org
Sat Mar 9 15:04:45 UTC 2013


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");
 }
 
 /*


More information about the svn-src-all mailing list