CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/08/28 13:31:57
Modified files:
share/man/man4 : Makefile usb.4
sys/dev/usb : files.usb
Added files:
share/man/man4 : urng.4
sys/dev/usb : urng.c
Removed files:
share/man/man4 : ualea.4
sys/dev/usb : ualea.c
Log message:
Add urng(4) which supports various USB RNG devices. Instead of adding one
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@