Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Dec 2006 00:00:58 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 111424 for review
Message-ID:  <200612110000.kBB00ved073389@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=111424

Change 111424 by sam@sam_ebb on 2006/12/11 00:00:56

	revert noisy printf

Affected files ...

.. //depot/projects/crypto/sys/dev/hifn/hifn7751.c#9 edit

Differences ...

==== //depot/projects/crypto/sys/dev/hifn/hifn7751.c#9 (text+ko) ====

@@ -794,7 +794,6 @@
 			sc->sc_rnghz = hz / 100;
 		else
 			sc->sc_rnghz = 1;
-		device_printf(sc->sc_dev, "enabling entropy gathering\n");
 		callout_init(&sc->sc_rngto, CALLOUT_MPSAFE);
 		callout_reset(&sc->sc_rngto, sc->sc_rnghz, hifn_rng, sc);
 	}



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