On 14/01/2014 22:25, Steven Chamberlain wrote:
> Thankfully wheezy's 9.0 and 8.3 kernels had not enabled
> either of those RNGs yet.

Are you sure? This is from 9.0:

void
random_ident_hardware(struct random_systat *systat)
{

        /* Set default to software */
        *systat = random_yarrow;

        /* Then go looking for hardware */
#if defined(__i386__) && !defined(PC98)
        if (via_feature_rng & VIA_HAS_RNG) {
                *systat = random_nehemiah;
        }
#endif
}

-- 
Robert Millan


-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/52d5bc4b.90...@debian.org

Reply via email to