summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ualea.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add urng(4) which supports various USB RNG devices. Instead of adding onejasper2017-08-281-195/+0
| | | | | | | | | | | driver per device, start bundling them into a single driver. urng(4) supports the device currently supported by ualea(4) and adds support for the Altusmetrum ChaosKey 1.0, by abieber@ This was tested by abieber@ with a ChaosKey and Sean Levy with an Alea II ok abieber@ deraadt@ naddy@
* Crank the timeout and decrease the buffer size to not end up droppingmpi2015-04-171-4/+6
| | | | | | | | | all the entropy provided by the device. Also make sure we match the right endpoint. From Sean Levy based on comments from Andreas Gustafsson who's behind Alea.
* New driver for Araneus Alea II TRNG. All the hardwork has been done bympi2015-04-161-0/+193
Sean Levy, aka attila, <attila + stalphonsos ! com>, thanks! ok deraadt@