diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2017-08-28 19:31:58 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2017-08-28 19:31:58 +0000 |
commit | 6e05bc458224373c2400c612b79bca387c60e24a (patch) | |
tree | 502d8c0b7d32c2c1adb0e08e215ce54adccc5511 /share/man/man4/usb.4 | |
parent | 53e3147734cebcbfe40419e5fce80a9fc7e6624a (diff) |
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@
Diffstat (limited to 'share/man/man4/usb.4')
-rw-r--r-- | share/man/man4/usb.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/usb.4 b/share/man/man4/usb.4 index f5e8b996cd6..705f7875505 100644 --- a/share/man/man4/usb.4 +++ b/share/man/man4/usb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usb.4,v 1.183 2017/03/22 06:09:31 jmc Exp $ +.\" $OpenBSD: usb.4,v 1.184 2017/08/28 19:31:57 jasper Exp $ .\" $NetBSD: usb.4,v 1.15 1999/07/29 14:20:32 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 22 2017 $ +.Dd $Mdocdate: August 28 2017 $ .Dt USB 4 .Os .Sh NAME @@ -288,8 +288,6 @@ USB Mobile Broadband Interface Model (MBIM) .El .Ss Miscellaneous devices .Bl -tag -width 12n -offset ind -compact -.It Xr ualea 4 -Araneus Alea II USB TRNG .It Xr uberry 4 Research In Motion BlackBerry .It Xr ugen 4 @@ -304,6 +302,8 @@ Moonbase Otago OneRNG TRNG Maxim/Dallas DS2490 USB 1-Wire adapter .It Xr upl 4 Prolific based host-to-host adapters +.It Xr urng 4 +USB Random Number Generator devices .It Xr usps 4 USPS composite AC power and temperature sensor .It Xr uts 4 |