[Bug 222256] RPI random number generator underruns when BCM2835_RNG_USE_CALLOUT is set
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Sep 12 14:03:16 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222256
--- Comment #1 from Sylvain Garrigues <sylvain at sylvaingarrigues.com> ---
If I replace
sc->sc_rnghz = hz / 100;
with
sc->sc_rnghz = 175; /* or any other value > 175 */
in
https://github.com/freebsd/freebsd/blob/master/sys/arm/broadcom/bcm2835/bcm2835_rng.c#L461
the underruns disappear.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list