diff options
author | 2016-01-08 09:36:59 +0000 | |
---|---|---|
committer | 2016-01-08 09:36:59 +0000 | |
commit | 0667ff19dac6fc16c010ca60b3dabda3f3d36947 (patch) | |
tree | ae97f76ec4d9f20ff9413f8e34cab46c60560e80 /sys/dev/usb/files.usb | |
parent | regen (diff) | |
download | wireguard-openbsd-0667ff19dac6fc16c010ca60b3dabda3f3d36947.tar.xz wireguard-openbsd-0667ff19dac6fc16c010ca60b3dabda3f3d36947.zip |
uonerng(4) a driver for the Moonbase Otago OneRNG, from Devin Reade.
ok deraadt@
Diffstat (limited to 'sys/dev/usb/files.usb')
-rw-r--r-- | sys/dev/usb/files.usb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index a2a5fda5708..03a158ad607 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.124 2015/05/11 06:46:22 ratchov Exp $ +# $OpenBSD: files.usb,v 1.125 2016/01/08 09:36:59 mpi Exp $ # $NetBSD: files.usb,v 1.16 2000/02/14 20:29:54 augustss Exp $ # # Config file and device description for machine-independent USB code. @@ -175,6 +175,11 @@ device ualea attach ualea at uhub file dev/usb/ualea.c ualea +# Moonbase Otago OneRNG TRNG +device uonerng +attach uonerng at uhub +file dev/usb/uonerng.c uonerng + # Gude Expert mouseCLOCK DCF77 time signal station receiver device udcf attach udcf at uhub |