summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkj <markj@FreeBSD.org>2013-03-09 15:04:44 +0000
committermarkj <markj@FreeBSD.org>2013-03-09 15:04:44 +0000
commit5cd5608a27139c5f0b34e02d98738808b3f38ab5 (patch)
tree56b1350f8d97dc1609b0d5450d1bdee4ebab944e
parent97292df51db098c32ff0613c1ba2ce05d209e58c (diff)
downloadFreeBSD-src-5cd5608a27139c5f0b34e02d98738808b3f38ab5.zip
FreeBSD-src-5cd5608a27139c5f0b34e02d98738808b3f38ab5.tar.gz
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)
-rw-r--r--sys/dev/ichwd/ichwd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/ichwd/ichwd.c b/sys/dev/ichwd/ichwd.c
index 2a0feb0..245cfbf 100644
--- a/sys/dev/ichwd/ichwd.c
+++ b/sys/dev/ichwd/ichwd.c
@@ -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");
}
/*
OpenPOWER on IntegriCloud