summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authorTodd Welke <Todd.Welke@Sun.COM>2008-11-04 13:40:38 -0800
committerTodd Welke <Todd.Welke@Sun.COM>2008-11-04 13:40:38 -0800
commit6e6cd25b8e73b6af1141b2f34fb186474fe7b9db (patch)
treec9893756b334834e5e8d352adc6c5577f100542f /usr/src
parent1b570dd57cf458f83157141bb5c1190f85b43e40 (diff)
downloadillumos-joyent-6e6cd25b8e73b6af1141b2f34fb186474fe7b9db.tar.gz
6724943 WARNING: n2rng: logic error on rng(0), only 0 matches found
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/uts/sun4v/io/n2rng/n2rng_entp_setup.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/usr/src/uts/sun4v/io/n2rng/n2rng_entp_setup.c b/usr/src/uts/sun4v/io/n2rng/n2rng_entp_setup.c
index cf91a8834f..971f126784 100644
--- a/usr/src/uts/sun4v/io/n2rng/n2rng_entp_setup.c
+++ b/usr/src/uts/sun4v/io/n2rng/n2rng_entp_setup.c
@@ -19,12 +19,10 @@
* CDDL HEADER END
*/
/*
- * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/types.h>
#include <sys/sysmacros.h>
#include <sys/modctl.h>
@@ -191,7 +189,11 @@ n2rng_logic_test(n2rng_t *n2rng, int rngid)
}
if (correctcount < LOGIC_TEST_MATCHES_NEEDED) {
- cmn_err(CE_WARN, "n2rng: logic error on rng(%d), only %d "
+ /*
+ * Don't log a warning here since the calling routine will
+ * retry and log it's own warning if the retry fails.
+ */
+ DBG2(n2rng, DHEALTH, "n2rng: logic error on rng(%d), only %d "
"matches found", rngid, correctcount);
for (i = 0; i < LOGIC_TEST_WORDS; i++) {
DBG3(n2rng, DHEALTH, "buffer[%d] %016llx, cycles = %d",