aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/random/probe.c
Commit message (Expand)AuthorAgeFilesLines
* 1) example (partially humorous random_adaptor, that I call "EXAMPLE")Mark Murray2013-08-241-62/+0
* * Add random_adaptors.[ch] which is basically a store of random_adaptor's.David E. O'Brien2013-08-091-46/+15
* Back out r253779 & r253786.David E. O'Brien2013-07-311-15/+46
* Decouple yarrow from random(4) device.David E. O'Brien2013-07-291-46/+15
* Refactor random_systat to be a *random_systat. This avoids unnecessaryDavid E. O'Brien2013-07-091-4/+4
* Rename the IVY_RNG option to RDRAND_RNG.Konstantin Belousov2012-09-131-2/+2
* Add support for new Intel on-CPU Bull Mountain random numberKonstantin Belousov2012-09-051-3/+33
* Enable hardware RNG for VIA Nano processors.Jung-uk Kim2012-01-091-2/+2
* Now even more style(9)ish.Michael Reifenberger2006-07-131-1/+1
* Use the already stored VIA RNG probe informationMichael Reifenberger2006-07-131-1/+1
* Use the already stored VIA RNG probe informationMichael Reifenberger2006-07-121-13/+4
* malloc.h relies on param.h for a definition of MAXCPU. I guess that there isScott Long2005-05-301-0/+1
* Check that we have at least a 586-class CPU before calling do_cpuid().Ian Dowse2005-02-061-0/+3
* Fix pc98 build.Yoshihiro Takahashi2004-04-111-3/+3
* Reorganise the entropy device so that high-yield entropy sourcesMark Murray2004-04-091-0/+68