Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2013 15:04:45 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r248104 - head/sys/dev/ichwd
Message-ID:  <201303091504.r29F4jiC096573@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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");
 }
 
 /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303091504.r29F4jiC096573>