PERFORCE change 111424 for review

Sam Leffler sam at FreeBSD.org
Sun Dec 10 16:02:03 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=111424

Change 111424 by sam at 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);
 	}


More information about the p4-projects mailing list