aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/random/randomdev_soft.h
Commit message (Collapse)AuthorAgeFilesLines
* Reorganise the entropy device so that high-yield entropy sourcesMark Murray2004-04-091-0/+93
can more easily be used INSTEAD OF the hard-working Yarrow. The only hardware source used at this point is the one inside the VIA C3 Nehemiah (Stepping 3 and above) CPU. More sources will be added in due course. Contributions welcome! Notes: svn path=/head/; revision=128059